mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Update to 1.0.9
- Change MASTER_SITES to CHEESESHOP - Update LICENSE Changes: https://github.com/google/brotli/releases
This commit is contained in:
parent
f3d6952b35
commit
51499886b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547000
2 changed files with 8 additions and 11 deletions
|
@ -2,24 +2,21 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= brotli
|
PORTNAME= brotli
|
||||||
PORTVERSION= 1.0.7
|
PORTVERSION= 1.0.9
|
||||||
PORTREVISION= 3
|
|
||||||
DISTVERSIONPREFIX= v
|
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= Brotli-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Generic-purpose lossless compression algorithm
|
COMMENT= Generic-purpose lossless compression algorithm
|
||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= compiler:c++0x python shebangfix
|
USES= compiler:c++0x python shebangfix zip
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
GH_ACCOUNT= google
|
|
||||||
USE_GITHUB= yes
|
|
||||||
|
|
||||||
SHEBANG_FILES= python/bro.py
|
SHEBANG_FILES= python/bro.py
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1540398631
|
TIMESTAMP = 1598605172
|
||||||
SHA256 (google-brotli-v1.0.7_GH0.tar.gz) = 4c61bfb0faca87219ea587326c467b95acb25555b53d1a421ffa3c8a9296ee2c
|
SHA256 (Brotli-1.0.9.zip) = 4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438
|
||||||
SIZE (google-brotli-v1.0.7_GH0.tar.gz) = 23827908
|
SIZE (Brotli-1.0.9.zip) = 510202
|
||||||
|
|
Loading…
Add table
Reference in a new issue