From owner-svn-ports-all@freebsd.org Mon Dec 11 10:38:42 2017 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 73E6BE8CDA4; Mon, 11 Dec 2017 10:38:42 +0000 (UTC) (envelope-from sunpoet@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 2158F7C302; Mon, 11 Dec 2017 10:38:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBBAcfIK076050; Mon, 11 Dec 2017 10:38:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBBAcehW076047; Mon, 11 Dec 2017 10:38:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712111038.vBBAcehW076047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 11 Dec 2017 10:38:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455961 - head/archivers/py-brotli X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/py-brotli X-SVN-Commit-Revision: 455961 X-SVN-Commit-Repository: ports 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.25 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: Mon, 11 Dec 2017 10:38:42 -0000 Author: sunpoet Date: Mon Dec 11 10:38:40 2017 New Revision: 455961 URL: https://svnweb.freebsd.org/changeset/ports/455961 Log: Update to 1.0.2 - Change MASTER_SITES from CHEESESHOP to GitHub Changes: https://github.com/google/brotli/releases Modified: head/archivers/py-brotli/Makefile head/archivers/py-brotli/distinfo Modified: head/archivers/py-brotli/Makefile ============================================================================== --- head/archivers/py-brotli/Makefile Mon Dec 11 10:38:35 2017 (r455960) +++ head/archivers/py-brotli/Makefile Mon Dec 11 10:38:40 2017 (r455961) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= brotli -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 +DISTVERSIONPREFIX= v CATEGORIES= archivers -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Brotli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generic-purpose lossless compression algorithm @@ -15,9 +14,12 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= autoplist concurrent distutils -USES= compiler:c++0x python shebangfix zip +USES= compiler:c++0x python shebangfix PLIST_FILES= bin/brotli + +GH_ACCOUNT= google +USE_GITHUB= yes SHEBANG_FILES= python/bro.py Modified: head/archivers/py-brotli/distinfo ============================================================================== --- head/archivers/py-brotli/distinfo Mon Dec 11 10:38:35 2017 (r455960) +++ head/archivers/py-brotli/distinfo Mon Dec 11 10:38:40 2017 (r455961) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510696052 -SHA256 (Brotli-1.0.1.zip) = 36c5d56f4f20c952ed998b0d2f9839a282081fd1f18e82bc3b3e9348b27fbe6d -SIZE (Brotli-1.0.1.zip) = 482833 +TIMESTAMP = 1512857770 +SHA256 (google-brotli-v1.0.2_GH0.tar.gz) = c2cf2a16646b44771a4109bb21218c8e2d952babb827796eb8a800c1f94b7422 +SIZE (google-brotli-v1.0.2_GH0.tar.gz) = 23736359