Date: Sat, 4 Oct 2014 22:15:56 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370004 - head/devel/py-google-apputils Message-ID: <201410042215.s94MFupQ009207@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Oct 4 22:15:55 2014 New Revision: 370004 URL: https://svnweb.freebsd.org/changeset/ports/370004 QAT: https://qat.redports.org/buildarchive/r370004/ Log: Make this port usable by regular users Modified: head/devel/py-google-apputils/Makefile Modified: head/devel/py-google-apputils/Makefile ============================================================================== --- head/devel/py-google-apputils/Makefile Sat Oct 4 22:05:26 2014 (r370003) +++ head/devel/py-google-apputils/Makefile Sat Oct 4 22:15:55 2014 (r370004) @@ -3,7 +3,7 @@ PORTNAME= google-apputils PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,4 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gfl 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?201410042215.s94MFupQ009207>