diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-22 18:56:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-22 18:56:42 +0800 |
commit | 4dd4402b61188a021bfaeb1bef66d942f8ff755e (patch) | |
tree | 33ea94490c36873edaf791508b3b35bfaaf33c05 /archivers | |
parent | 9447cc5ac18c281b4971464c7bfd3b7b0e8a4236 (diff) | |
download | freebsd-ports-gnome-4dd4402b61188a021bfaeb1bef66d942f8ff755e.tar.gz freebsd-ports-gnome-4dd4402b61188a021bfaeb1bef66d942f8ff755e.tar.zst freebsd-ports-gnome-4dd4402b61188a021bfaeb1bef66d942f8ff755e.zip |
Update to 0.6.0
Changes: https://github.com/google/brotli/releases
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-brotli/Makefile | 5 | ||||
-rw-r--r-- | archivers/py-brotli/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/archivers/py-brotli/Makefile b/archivers/py-brotli/Makefile index e1fc2ed196e5..82f90364d4c7 100644 --- a/archivers/py-brotli/Makefile +++ b/archivers/py-brotli/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= brotli -PORTVERSION= 0.5.2 -PORTREVISION= 4 +PORTVERSION= 0.6.0 CATEGORIES= archivers MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +23,6 @@ SHEBANG_FILES= python/bro.py post-install: ${INSTALL_SCRIPT} ${WRKSRC}/python/bro.py ${STAGEDIR}${PREFIX}/bin/brotli - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/brotli.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_brotli.so .include <bsd.port.mk> diff --git a/archivers/py-brotli/distinfo b/archivers/py-brotli/distinfo index 6466b509f67c..0af0d3c907df 100644 --- a/archivers/py-brotli/distinfo +++ b/archivers/py-brotli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479973203 -SHA256 (Brotli-0.5.2.zip) = 3411b9acd2a2056e55084acf7a6ab3e4a8540c2ef37a4435bca62644e8aaf50e -SIZE (Brotli-0.5.2.zip) = 504952 +TIMESTAMP = 1492839405 +SHA256 (Brotli-0.6.0.zip) = 880dc9e843b747b6428eb7c2333cf7fa56010e496e603e0fa1eb1921eab24f42 +SIZE (Brotli-0.6.0.zip) = 478675 |