1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Remove bin/brotli to avoid CONFLICTS with archivers/brotli

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-02-17 19:39:48 +00:00
parent 30626c4534
commit a716745f32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493200

View File

@ -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>