svn commit: r434769 - head/archivers/py-brotli

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 25 04:23:18 UTC 2017


Author: sunpoet
Date: Sat Feb 25 04:23:16 2017
New Revision: 434769
URL: https://svnweb.freebsd.org/changeset/ports/434769

Log:
  Fix shebang
  
  - Bump PORTREVISION for package change
  
  PR:		217332
  Submitted by:	lifanov

Modified:
  head/archivers/py-brotli/Makefile

Modified: head/archivers/py-brotli/Makefile
==============================================================================
--- head/archivers/py-brotli/Makefile	Sat Feb 25 04:23:12 2017	(r434768)
+++ head/archivers/py-brotli/Makefile	Sat Feb 25 04:23:16 2017	(r434769)
@@ -3,7 +3,7 @@
 
 PORTNAME=	brotli
 PORTVERSION=	0.5.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	archivers
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,10 +16,12 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_PYTHON=	autoplist concurrent distutils
-USES=		compiler:c++0x python zip
+USES=		compiler:c++0x python shebangfix zip
 
 PLIST_FILES=	bin/brotli
 
+SHEBANG_FILES=	python/bro.py
+
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/python/bro.py ${STAGEDIR}${PREFIX}/bin/brotli
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/brotli.so


More information about the svn-ports-head mailing list