From owner-svn-ports-all@freebsd.org Fri Apr 15 22:21:12 2016 Return-Path: Delivered-To: svn-ports-all@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 2C4C6AEDC1C; Fri, 15 Apr 2016 22:21:12 +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 D872F137B; Fri, 15 Apr 2016 22:21:11 +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 u3FMLB7x008567; Fri, 15 Apr 2016 22:21:11 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3FMLARv008563; Fri, 15 Apr 2016 22:21:10 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201604152221.u3FMLARv008563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Fri, 15 Apr 2016 22:21:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413381 - head/devel/libbrotli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 22:21:12 -0000 Author: osa Date: Fri Apr 15 22:21:10 2016 New Revision: 413381 URL: https://svnweb.freebsd.org/changeset/ports/413381 Log: Upgrade to the latest version 1.0. Modified: head/devel/libbrotli/Makefile head/devel/libbrotli/distinfo head/devel/libbrotli/pkg-plist Modified: head/devel/libbrotli/Makefile ============================================================================== --- head/devel/libbrotli/Makefile Fri Apr 15 21:59:54 2016 (r413380) +++ head/devel/libbrotli/Makefile Fri Apr 15 22:21:10 2016 (r413381) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= libbrotli -PORTVERSION= ${BROTLI_VERSION} -PORTREVISION= 3 +PORTVERSION= 1.0 +MASTER_SITES= https://github.com/bagder/libbrotli/archive/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} CATEGORIES= devel archivers MAINTAINER= osa@FreeBSD.org @@ -11,18 +12,18 @@ COMMENT= Library for generic-purpose los LICENSE= MIT -LIBBROTLI_VERSION= 347bc0f -BROTLI_VERSION= 0.3.0 +BROTLI_VERSION= 0.3.0 -USE_GITHUB= yes -GH_ACCOUNT= bagder google:brotli +USE_GITHUB= nodefault +GH_ACCOUNT= google:brotli GH_PROJECT= brotli:brotli -GH_TAGNAME= ${LIBBROTLI_VERSION} v${BROTLI_VERSION}:brotli +GH_TAGNAME= v${BROTLI_VERSION}:brotli USES= pkgconfig autoreconf libtool compiler:c++0x GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} post-extract: ${RMDIR} ${WRKSRC}/brotli && ${MV} ${WRKDIR}/brotli-${BROTLI_VERSION} ${WRKSRC}/brotli Modified: head/devel/libbrotli/distinfo ============================================================================== --- head/devel/libbrotli/distinfo Fri Apr 15 21:59:54 2016 (r413380) +++ head/devel/libbrotli/distinfo Fri Apr 15 22:21:10 2016 (r413381) @@ -1,4 +1,4 @@ -SHA256 (bagder-libbrotli-0.3.0-347bc0f_GH0.tar.gz) = 18869e343feabec004313a7387af6501844dcca0d23355a12898563a88b3e11e -SIZE (bagder-libbrotli-0.3.0-347bc0f_GH0.tar.gz) = 3109 +SHA256 (libbrotli-1.0.tar.gz) = 5b7c02eb87017e7b3886c07eca685db95fa21f9c8afbb442469370c251a54dc1 +SIZE (libbrotli-1.0.tar.gz) = 3116 SHA256 (google-brotli-v0.3.0_GH0.tar.gz) = 5d49eb1a6dd19304dd683c293abf66c8a419728f4c6d0f390fa7deb2a39eaae2 SIZE (google-brotli-v0.3.0_GH0.tar.gz) = 8035159 Modified: head/devel/libbrotli/pkg-plist ============================================================================== --- head/devel/libbrotli/pkg-plist Fri Apr 15 21:59:54 2016 (r413380) +++ head/devel/libbrotli/pkg-plist Fri Apr 15 22:21:10 2016 (r413381) @@ -6,7 +6,6 @@ include/brotli/dec/huffman.h include/brotli/dec/port.h include/brotli/dec/prefix.h include/brotli/dec/state.h -include/brotli/dec/streams.h include/brotli/dec/transform.h include/brotli/dec/types.h include/brotli/enc/backward_references.h