Date: Fri, 10 Jun 2016 22:07:31 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416696 - head/devel/libbrotli Message-ID: <201606102207.u5AM7Vtg012232@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Fri Jun 10 22:07:31 2016 New Revision: 416696 URL: https://svnweb.freebsd.org/changeset/ports/416696 Log: Upgrade brotli from 3a77ebe to 9bce220. Remove MAKE_JOBS_UNSAFE, it's fine now. Bump PORTREVISION. Modified: head/devel/libbrotli/Makefile head/devel/libbrotli/distinfo Modified: head/devel/libbrotli/Makefile ============================================================================== --- head/devel/libbrotli/Makefile Fri Jun 10 21:31:59 2016 (r416695) +++ head/devel/libbrotli/Makefile Fri Jun 10 22:07:31 2016 (r416696) @@ -3,7 +3,7 @@ PORTNAME= libbrotli PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 MASTER_SITES= https://github.com/bagder/libbrotli/archive/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} CATEGORIES= devel archivers @@ -13,7 +13,7 @@ COMMENT= Library for generic-purpose los LICENSE= MIT -BROTLI_VERSION= 3a77ebe +BROTLI_VERSION= 9bce220 USE_GITHUB= nodefault GH_ACCOUNT= google:brotli @@ -22,7 +22,6 @@ GH_TAGNAME= ${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} Modified: head/devel/libbrotli/distinfo ============================================================================== --- head/devel/libbrotli/distinfo Fri Jun 10 21:31:59 2016 (r416695) +++ head/devel/libbrotli/distinfo Fri Jun 10 22:07:31 2016 (r416696) @@ -1,4 +1,5 @@ +TIMESTAMP = 1465596007 SHA256 (libbrotli-1.0.tar.gz) = 5b7c02eb87017e7b3886c07eca685db95fa21f9c8afbb442469370c251a54dc1 SIZE (libbrotli-1.0.tar.gz) = 3116 -SHA256 (google-brotli-3a77ebe_GH0.tar.gz) = 109705dcb9399d4942bc7f91d56331af34a311d9b1deb63cd9616e063241d191 -SIZE (google-brotli-3a77ebe_GH0.tar.gz) = 8061078 +SHA256 (google-brotli-9bce220_GH0.tar.gz) = 76893fd511ff0a19a9ee315c876c41db31d0e9a4b6c9dbf6b06cae2ed03c41e4 +SIZE (google-brotli-9bce220_GH0.tar.gz) = 8069813
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606102207.u5AM7Vtg012232>