diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-17 19:39:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-17 19:39:48 +0000 |
commit | a716745f322dcb6110c77c16c3dacf862e0a0fc3 (patch) | |
tree | 15f91f174493e2f8abf46317173a1ffaf7ccd755 /archivers/py-brotli | |
parent | 30626c45342d52bd0b59cd90889da4cdb4297dca (diff) |
Remove bin/brotli to avoid CONFLICTS with archivers/brotli
- Bump PORTREVISION for package change
Notes
Notes:
svn path=/head/; revision=493200
Diffstat (limited to 'archivers/py-brotli')
-rw-r--r-- | archivers/py-brotli/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/archivers/py-brotli/Makefile b/archivers/py-brotli/Makefile index 9def1c4deff0..8874411de33e 100644 --- a/archivers/py-brotli/Makefile +++ b/archivers/py-brotli/Makefile @@ -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> |