diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-30 07:14:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-30 07:14:57 +0000 |
commit | 51499886b8b44f04b9165fc877ba4fda3f192df0 (patch) | |
tree | a9a5fbbea53ce389c3ab82dac077583692577775 /archivers | |
parent | f3d6952b3574c1f656ad4a4e8b08b2fe77d2a3ef (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-brotli/Makefile | 13 | ||||
-rw-r--r-- | archivers/py-brotli/distinfo | 6 |
2 files changed, 8 insertions, 11 deletions
diff --git a/archivers/py-brotli/Makefile b/archivers/py-brotli/Makefile index 062915c54e6f..9b5430e80215 100644 --- a/archivers/py-brotli/Makefile +++ b/archivers/py-brotli/Makefile @@ -2,24 +2,21 @@ # $FreeBSD$ PORTNAME= brotli -PORTVERSION= 1.0.7 -PORTREVISION= 3 -DISTVERSIONPREFIX= v +PORTVERSION= 1.0.9 CATEGORIES= archivers +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Brotli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generic-purpose lossless compression algorithm -LICENSE= APACHE20 +LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++0x python shebangfix +USES= compiler:c++0x python shebangfix zip USE_PYTHON= autoplist concurrent distutils -GH_ACCOUNT= google -USE_GITHUB= yes - SHEBANG_FILES= python/bro.py post-install: diff --git a/archivers/py-brotli/distinfo b/archivers/py-brotli/distinfo index 683d7350fe86..96353356150e 100644 --- a/archivers/py-brotli/distinfo +++ b/archivers/py-brotli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1540398631 -SHA256 (google-brotli-v1.0.7_GH0.tar.gz) = 4c61bfb0faca87219ea587326c467b95acb25555b53d1a421ffa3c8a9296ee2c -SIZE (google-brotli-v1.0.7_GH0.tar.gz) = 23827908 +TIMESTAMP = 1598605172 +SHA256 (Brotli-1.0.9.zip) = 4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438 +SIZE (Brotli-1.0.9.zip) = 510202 |