From owner-svn-ports-head@freebsd.org Thu Nov 24 15:34:12 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 BADE2C53CDB; Thu, 24 Nov 2016 15:34:12 +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 699E766B; Thu, 24 Nov 2016 15:34:12 +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 uAOFYBgq001024; Thu, 24 Nov 2016 15:34:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFYBx0001021; Thu, 24 Nov 2016 15:34:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241534.uAOFYBx0001021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 15:34:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427029 - in head/archivers: . brotli py-brotli 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.23 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: Thu, 24 Nov 2016 15:34:12 -0000 Author: sunpoet Date: Thu Nov 24 15:34:11 2016 New Revision: 427029 URL: https://svnweb.freebsd.org/changeset/ports/427029 Log: - Move archivers/brotli to archivers/py-brotli - Change MASTER_SITES to CHEESESHOP - Bump PORTREVISION Added: head/archivers/py-brotli/ - copied from r427028, head/archivers/brotli/ Deleted: head/archivers/brotli/ Modified: head/archivers/Makefile head/archivers/py-brotli/Makefile head/archivers/py-brotli/distinfo Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Thu Nov 24 15:34:06 2016 (r427028) +++ head/archivers/Makefile Thu Nov 24 15:34:11 2016 (r427029) @@ -11,7 +11,6 @@ SUBDIR += ark SUBDIR += atool SUBDIR += bicom - SUBDIR += brotli SUBDIR += bzip SUBDIR += bzip2 SUBDIR += cabextract @@ -162,6 +161,7 @@ SUBDIR += pxz SUBDIR += py-attic SUBDIR += py-borgbackup + SUBDIR += py-brotli SUBDIR += py-bz2file SUBDIR += py-libarchive-c SUBDIR += py-librtfcomp Modified: head/archivers/py-brotli/Makefile ============================================================================== --- head/archivers/brotli/Makefile Thu Nov 24 15:34:06 2016 (r427028) +++ head/archivers/py-brotli/Makefile Thu Nov 24 15:34:11 2016 (r427029) @@ -3,8 +3,11 @@ PORTNAME= brotli PORTVERSION= 0.5.2 -DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= archivers +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Brotli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generic-purpose lossless compression algorithm @@ -13,13 +16,10 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= autoplist distutils -USES= compiler:c++0x python +USES= compiler:c++0x python zip PLIST_FILES= bin/brotli -GH_ACCOUNT= google -USE_GITHUB= yes - post-install: ${INSTALL_SCRIPT} ${WRKSRC}/python/bro.py ${STAGEDIR}${PREFIX}/bin/brotli ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/brotli.so Modified: head/archivers/py-brotli/distinfo ============================================================================== --- head/archivers/brotli/distinfo Thu Nov 24 15:34:06 2016 (r427028) +++ head/archivers/py-brotli/distinfo Thu Nov 24 15:34:11 2016 (r427029) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479576013 -SHA256 (google-brotli-v0.5.2_GH0.tar.gz) = 2b7b1183682a17d8a9b83170fccdbec270c9e56baf8c0082f5d9c4528412d343 -SIZE (google-brotli-v0.5.2_GH0.tar.gz) = 7771705 +TIMESTAMP = 1479973203 +SHA256 (Brotli-0.5.2.zip) = 3411b9acd2a2056e55084acf7a6ab3e4a8540c2ef37a4435bca62644e8aaf50e +SIZE (Brotli-0.5.2.zip) = 504952