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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 17 19:39:54 UTC 2019


Author: sunpoet
Date: Sun Feb 17 19:39:48 2019
New Revision: 493200
URL: https://svnweb.freebsd.org/changeset/ports/493200

Log:
  Remove bin/brotli to avoid CONFLICTS with archivers/brotli
  
  - Bump PORTREVISION for package change

Modified:
  head/archivers/py-brotli/Makefile

Modified: head/archivers/py-brotli/Makefile
==============================================================================
--- head/archivers/py-brotli/Makefile	Sun Feb 17 19:39:43 2019	(r493199)
+++ head/archivers/py-brotli/Makefile	Sun Feb 17 19:39:48 2019	(r493200)
@@ -3,7 +3,7 @@
 
 PORTNAME=	brotli
 PORTVERSION=	1.0.7
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	archivers
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,15 +17,12 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		compiler:c++0x python shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 
-PLIST_FILES=	bin/brotli
-
 GH_ACCOUNT=	google
 USE_GITHUB=	yes
 
 SHEBANG_FILES=	python/bro.py
 
 post-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/python/bro.py ${STAGEDIR}${PREFIX}/bin/brotli
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_brotli.so
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list