Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2018 18:44:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461254 - head/chinese/gydict
Message-ID:  <201802081844.w18IiDFg077545@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802081844.w18IiDFg077545>