From owner-svn-ports-all@freebsd.org Fri Jun 10 22:07:33 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 00C93AEF910; Fri, 10 Jun 2016 22:07:33 +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 ADC412649; Fri, 10 Jun 2016 22:07:32 +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 u5AM7VOB012234; Fri, 10 Jun 2016 22:07:31 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5AM7Vtg012232; Fri, 10 Jun 2016 22:07:31 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201606102207.u5AM7Vtg012232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Fri, 10 Jun 2016 22:07:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416696 - 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.22 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, 10 Jun 2016 22:07:33 -0000 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