From owner-svn-ports-head@freebsd.org Sun Feb 14 15:35:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 112F2AA8C75; Sun, 14 Feb 2016 15:35:49 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C247C1E91; Sun, 14 Feb 2016 15:35:48 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EFZlUT085735; Sun, 14 Feb 2016 15:35:47 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EFZlhP085732; Sun, 14 Feb 2016 15:35:47 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602141535.u1EFZlhP085732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 14 Feb 2016 15:35:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408863 - in head/devel/libbrotli: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 15:35:49 -0000 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@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