svn commit: r439042 - head/devel/py-period

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 21 10:29:57 UTC 2017


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
 


More information about the svn-ports-all mailing list