svn commit: r461254 - head/chinese/gydict

Antoine Brodin antoine at FreeBSD.org
Thu Feb 8 18:44:14 UTC 2018


Author: antoine
Date: Thu Feb  8 18:44:13 2018
New Revision: 461254
URL: https://svnweb.freebsd.org/changeset/ports/461254

Log:
  Remove dependency on the python3 symlink
  
  PR:		225752

Modified:
  head/chinese/gydict/Makefile

Modified: head/chinese/gydict/Makefile
==============================================================================
--- head/chinese/gydict/Makefile	Thu Feb  8 18:02:03 2018	(r461253)
+++ head/chinese/gydict/Makefile	Thu Feb  8 18:44:13 2018	(r461254)
@@ -4,6 +4,7 @@
 PORTNAME=	gydict
 PORTVERSION=	1.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	chinese textproc python
 
 MAINTAINER=	chihhsin at cs.nctu.edu.tw
@@ -11,7 +12,8 @@ COMMENT=	Command line tool of Yahoo! Dictionary
 
 LICENSE=	MIT
 
-USES=		python:run,3
+USES=		python:3.4+,run shebangfix
+SHEBANG_FILES=	gydict.py
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	iamgyz


More information about the svn-ports-head mailing list