Date: Fri, 21 Apr 2017 10:29:56 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439042 - head/devel/py-period Message-ID: <201704211029.v3LATuHu030753@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 21 10:29:55 2017 New Revision: 439042 URL: https://svnweb.freebsd.org/changeset/ports/439042 Log: - Fix shebangs Modified: head/devel/py-period/Makefile Modified: head/devel/py-period/Makefile ============================================================================== --- head/devel/py-period/Makefile Fri Apr 21 10:29:48 2017 (r439041) +++ head/devel/py-period/Makefile Fri Apr 21 10:29:55 2017 (r439042) @@ -3,6 +3,7 @@ PORTNAME= period PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.biostat.wisc.edu/~annis/creations/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,8 @@ COMMENT= Basic time period checking libr LICENSE= ART10 # same as perl -USES= python +USES= python shebangfix +SHEBANG_FILES= period.py NO_BUILD= yes NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704211029.v3LATuHu030753>