Date: Mon, 25 Jan 2016 16:05:07 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407224 - branches/2016Q1/security/py-pyaff4 Message-ID: <201601251605.u0PG57D9049363@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Mon Jan 25 16:05:07 2016 New Revision: 407224 URL: https://svnweb.freebsd.org/changeset/ports/407224 Log: MFH: r407191 Fix use as a regular user Approved by: ports-secteam (with hat) Modified: branches/2016Q1/security/py-pyaff4/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/py-pyaff4/Makefile ============================================================================== --- branches/2016Q1/security/py-pyaff4/Makefile Mon Jan 25 16:04:44 2016 (r407223) +++ branches/2016Q1/security/py-pyaff4/Makefile Mon Jan 25 16:05:07 2016 (r407224) @@ -3,6 +3,7 @@ PORTNAME= PyAFF4 PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,4 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inte USES= python USE_PYTHON= distutils autoplist +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601251605.u0PG57D9049363>