diff options
Diffstat (limited to 'devel/libbrotli/Makefile')
-rw-r--r-- | devel/libbrotli/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libbrotli/Makefile b/devel/libbrotli/Makefile index e8de8fd46c16..e97229ce01c5 100644 --- a/devel/libbrotli/Makefile +++ b/devel/libbrotli/Makefile @@ -3,6 +3,7 @@ PORTNAME= libbrotli PORTVERSION= 1.0 +PORTREVISION= 1 MASTER_SITES= https://github.com/bagder/libbrotli/archive/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} CATEGORIES= devel archivers @@ -12,12 +13,12 @@ COMMENT= Library for generic-purpose lossless compression algorithm LICENSE= MIT -BROTLI_VERSION= 0.3.0 +BROTLI_VERSION= 3a77ebe USE_GITHUB= nodefault GH_ACCOUNT= google:brotli GH_PROJECT= brotli:brotli -GH_TAGNAME= v${BROTLI_VERSION}:brotli +GH_TAGNAME= ${BROTLI_VERSION}:brotli USES= pkgconfig autoreconf libtool compiler:c++0x GNU_CONFIGURE= yes |