aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-17 19:39:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-17 19:39:48 +0000
commita716745f322dcb6110c77c16c3dacf862e0a0fc3 (patch)
tree15f91f174493e2f8abf46317173a1ffaf7ccd755
parent30626c45342d52bd0b59cd90889da4cdb4297dca (diff)
Remove bin/brotli to avoid CONFLICTS with archivers/brotli
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=493200
-rw-r--r--archivers/py-brotli/Makefile5
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>