svn commit: r408863 - in head/devel/libbrotli: . files

Sergey A. Osokin osa at FreeBSD.org
Sun Feb 14 15:35:49 UTC 2016


Author: osa
Date: Sun Feb 14 15:35:47 2016
New Revision: 408863
URL: https://svnweb.freebsd.org/changeset/ports/408863

Log:
  Upgrade to latest revision 347bc0f.
  Bump PORTREVISION.

Modified:
  head/devel/libbrotli/Makefile
  head/devel/libbrotli/distinfo
  head/devel/libbrotli/files/patch-Makefile.am

Modified: head/devel/libbrotli/Makefile
==============================================================================
--- head/devel/libbrotli/Makefile	Sun Feb 14 15:27:58 2016	(r408862)
+++ head/devel/libbrotli/Makefile	Sun Feb 14 15:35:47 2016	(r408863)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libbrotli
 PORTVERSION=	${BROTLI_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel archivers
 
 MAINTAINER=	osa at FreeBSD.org
@@ -11,7 +11,7 @@ COMMENT=	Library for generic-purpose los
 
 LICENSE=	MIT
 
-LIBBROTLI_VERSION=	53d53e8
+LIBBROTLI_VERSION=	347bc0f
 BROTLI_VERSION=		0.3.0
 
 USE_GITHUB=	yes

Modified: head/devel/libbrotli/distinfo
==============================================================================
--- head/devel/libbrotli/distinfo	Sun Feb 14 15:27:58 2016	(r408862)
+++ head/devel/libbrotli/distinfo	Sun Feb 14 15:35:47 2016	(r408863)
@@ -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

Modified: head/devel/libbrotli/files/patch-Makefile.am
==============================================================================
--- head/devel/libbrotli/files/patch-Makefile.am	Sun Feb 14 15:27:58 2016	(r408862)
+++ head/devel/libbrotli/files/patch-Makefile.am	Sun Feb 14 15:35:47 2016	(r408863)
@@ -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
  


More information about the svn-ports-all mailing list