svn commit: r547000 - head/archivers/py-brotli
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 30 07:15:01 UTC 2020
Author: sunpoet
Date: Sun Aug 30 07:14:57 2020
New Revision: 547000
URL: https://svnweb.freebsd.org/changeset/ports/547000
Log:
Update to 1.0.9
- Change MASTER_SITES to CHEESESHOP
- Update LICENSE
Changes: https://github.com/google/brotli/releases
Modified:
head/archivers/py-brotli/Makefile
head/archivers/py-brotli/distinfo
Modified: head/archivers/py-brotli/Makefile
==============================================================================
--- head/archivers/py-brotli/Makefile Sun Aug 30 07:14:52 2020 (r546999)
+++ head/archivers/py-brotli/Makefile Sun Aug 30 07:14:57 2020 (r547000)
@@ -2,23 +2,20 @@
# $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 at 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
Modified: head/archivers/py-brotli/distinfo
==============================================================================
--- head/archivers/py-brotli/distinfo Sun Aug 30 07:14:52 2020 (r546999)
+++ head/archivers/py-brotli/distinfo Sun Aug 30 07:14:57 2020 (r547000)
@@ -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
More information about the svn-ports-all
mailing list