mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
Update to 1.0.2
- Change MASTER_SITES from CHEESESHOP to GitHub Changes: https://github.com/google/brotli/releases
This commit is contained in:
parent
a4fd3ad6a9
commit
4d6a71d952
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455961
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user