From owner-svn-ports-all@freebsd.org Sat Feb 25 04:23:18 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 2F03DCECC02; Sat, 25 Feb 2017 04:23:18 +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 EFB82D4B; Sat, 25 Feb 2017 04:23:17 +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 v1P4NHbC040498; Sat, 25 Feb 2017 04:23:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1P4NHid040497; Sat, 25 Feb 2017 04:23:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702250423.v1P4NHid040497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Feb 2017 04:23:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434769 - head/archivers/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-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 25 Feb 2017 04:23:18 -0000 Author: sunpoet Date: Sat Feb 25 04:23:16 2017 New Revision: 434769 URL: https://svnweb.freebsd.org/changeset/ports/434769 Log: Fix shebang - Bump PORTREVISION for package change PR: 217332 Submitted by: lifanov Modified: head/archivers/py-brotli/Makefile Modified: head/archivers/py-brotli/Makefile ============================================================================== --- head/archivers/py-brotli/Makefile Sat Feb 25 04:23:12 2017 (r434768) +++ head/archivers/py-brotli/Makefile Sat Feb 25 04:23:16 2017 (r434769) @@ -3,7 +3,7 @@ PORTNAME= brotli PORTVERSION= 0.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,10 +16,12 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= autoplist concurrent distutils -USES= compiler:c++0x python zip +USES= compiler:c++0x python shebangfix zip PLIST_FILES= bin/brotli +SHEBANG_FILES= python/bro.py + post-install: ${INSTALL_SCRIPT} ${WRKSRC}/python/bro.py ${STAGEDIR}${PREFIX}/bin/brotli ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/brotli.so