aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libbrotli/Makefile
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2016-04-16 07:13:15 +0800
committerosa <osa@FreeBSD.org>2016-04-16 07:13:15 +0800
commit84e62ed32292eedafa54c39f901900a4c64d399d (patch)
tree5105dec355706ec7939752cea73aa7f4517ffcf7 /devel/libbrotli/Makefile
parentb0a886ef1a639862adf304eafaa889146b532df7 (diff)
downloadfreebsd-ports-gnome-84e62ed32292eedafa54c39f901900a4c64d399d.tar.gz
freebsd-ports-gnome-84e62ed32292eedafa54c39f901900a4c64d399d.tar.zst
freebsd-ports-gnome-84e62ed32292eedafa54c39f901900a4c64d399d.zip
Upgrade brotli from v0.3.0 to 3a77ebe.
Remove applied to upsteam patch. Bump PORTREVISION.
Diffstat (limited to 'devel/libbrotli/Makefile')
-rw-r--r--devel/libbrotli/Makefile5
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