diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-11 18:38:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-11 18:38:40 +0800 |
commit | 5c4e7ec9f4f4aa17487406c67e753d056128b166 (patch) | |
tree | e0ba0d21c0f9a3d2d91afa71e65ffc98738d267a /archivers/py-brotli | |
parent | f0c0f74ec51b50f581a1de5b33850bacd2693ae8 (diff) | |
download | freebsd-ports-gnome-5c4e7ec9f4f4aa17487406c67e753d056128b166.tar.gz freebsd-ports-gnome-5c4e7ec9f4f4aa17487406c67e753d056128b166.tar.zst freebsd-ports-gnome-5c4e7ec9f4f4aa17487406c67e753d056128b166.zip |
Update to 1.0.2
- Change MASTER_SITES from CHEESESHOP to GitHub
Changes: https://github.com/google/brotli/releases
Diffstat (limited to 'archivers/py-brotli')
-rw-r--r-- | archivers/py-brotli/Makefile | 10 | ||||
-rw-r--r-- | archivers/py-brotli/distinfo | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/archivers/py-brotli/Makefile b/archivers/py-brotli/Makefile index 212b50001c3e..72c23e54a8b8 100644 --- a/archivers/py-brotli/Makefile +++ b/archivers/py-brotli/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= brotli -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 +DISTVERSIONPREFIX= v CATEGORIES= archivers -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Brotli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generic-purpose lossless compression algorithm @@ -15,10 +14,13 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= autoplist concurrent distutils -USES= compiler:c++0x python shebangfix zip +USES= compiler:c++0x python shebangfix PLIST_FILES= bin/brotli +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 d71e1a5a8a5c..90dacb6d6883 100644 --- a/archivers/py-brotli/distinfo +++ b/archivers/py-brotli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1510696052 -SHA256 (Brotli-1.0.1.zip) = 36c5d56f4f20c952ed998b0d2f9839a282081fd1f18e82bc3b3e9348b27fbe6d -SIZE (Brotli-1.0.1.zip) = 482833 +TIMESTAMP = 1512857770 +SHA256 (google-brotli-v1.0.2_GH0.tar.gz) = c2cf2a16646b44771a4109bb21218c8e2d952babb827796eb8a800c1f94b7422 +SIZE (google-brotli-v1.0.2_GH0.tar.gz) = 23736359 |