diff options
-rw-r--r-- | devel/libbrotli/Makefile | 4 | ||||
-rw-r--r-- | devel/libbrotli/distinfo | 4 | ||||
-rw-r--r-- | devel/libbrotli/files/patch-Makefile.am | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/devel/libbrotli/Makefile b/devel/libbrotli/Makefile index 110a6f725281..25cd71b72d1a 100644 --- a/devel/libbrotli/Makefile +++ b/devel/libbrotli/Makefile @@ -3,7 +3,7 @@ PORTNAME= libbrotli PORTVERSION= ${BROTLI_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel archivers MAINTAINER= osa@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= Library for generic-purpose lossless compression algorithm LICENSE= MIT -LIBBROTLI_VERSION= 53d53e8 +LIBBROTLI_VERSION= 347bc0f BROTLI_VERSION= 0.3.0 USE_GITHUB= yes diff --git a/devel/libbrotli/distinfo b/devel/libbrotli/distinfo index 9b4da9240203..789c8fd01882 100644 --- a/devel/libbrotli/distinfo +++ b/devel/libbrotli/distinfo @@ -1,4 +1,4 @@ -SHA256 (bagder-libbrotli-0.3.0-53d53e8_GH0.tar.gz) = fc5b50981ffd7f66dbf9ac398d99bad89e08237d90c7966ff20f4fbe883fb895 -SIZE (bagder-libbrotli-0.3.0-53d53e8_GH0.tar.gz) = 3103 +SHA256 (bagder-libbrotli-0.3.0-347bc0f_GH0.tar.gz) = 18869e343feabec004313a7387af6501844dcca0d23355a12898563a88b3e11e +SIZE (bagder-libbrotli-0.3.0-347bc0f_GH0.tar.gz) = 3109 SHA256 (google-brotli-v0.3.0_GH0.tar.gz) = 5d49eb1a6dd19304dd683c293abf66c8a419728f4c6d0f390fa7deb2a39eaae2 SIZE (google-brotli-v0.3.0_GH0.tar.gz) = 8035159 diff --git a/devel/libbrotli/files/patch-Makefile.am b/devel/libbrotli/files/patch-Makefile.am index d70d7ed9b23b..6224b127f51f 100644 --- a/devel/libbrotli/files/patch-Makefile.am +++ b/devel/libbrotli/files/patch-Makefile.am @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2016-01-20 21:31:42 UTC -+++ Makefile.am -@@ -14,8 +14,7 @@ ENCODE = brotli/enc/backward_references. +--- Makefile.am.orig 2016-02-13 06:10:48.000000000 -0500 ++++ Makefile.am 2016-02-14 10:28:29.982409000 -0500 +@@ -14,8 +14,7 @@ brotli/enc/encode.cc brotli/enc/static_dict.cc \ brotli/enc/encode_parallel.cc brotli/enc/streams.cc \ brotli/enc/entropy_encode.cc brotli/enc/dictionary.cc \ @@ -10,14 +10,14 @@ DECODEHEADERS = brotli/dec/decode.h brotli/dec/state.h \ brotli/dec/streams.h brotli/dec/types.h brotli/dec/bit_reader.h \ -@@ -32,15 +31,15 @@ ENCODEHEADERS = brotli/enc/encode.h brot +@@ -32,16 +31,14 @@ brotli/enc/literal_cost.h brotli/enc/cluster.h brotli/enc/bit_cost.h \ brotli/enc/entropy_encode.h brotli/enc/brotli_bit_stream.h \ brotli/enc/write_bits.h brotli/enc/static_dict_lut.h \ - brotli/enc/encode_parallel.h brotli/enc/types.h brotli/enc/utf8_util.h \ -- brotli/enc/compress_fragment.h brotli/enc/compress_fragment_two_pass.h +- brotli/enc/compress_fragment.h brotli/enc/compress_fragment_two_pass.h \ +- brotli/enc/entropy_encode_static.h + brotli/enc/encode_parallel.h brotli/enc/types.h brotli/enc/utf8_util.h -+ EXTRA_DIST = AUTHORS README |