Date: Tue, 30 Dec 2014 20:13:06 +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: r375851 - head/devel/py-zope.globalrequest Message-ID: <201412302013.sBUKD6W6031848@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Dec 30 20:13:05 2014 New Revision: 375851 URL: https://svnweb.freebsd.org/changeset/ports/375851 QAT: https://qat.redports.org/buildarchive/r375851/ Log: Allow using as a regular user Modified: head/devel/py-zope.globalrequest/Makefile Modified: head/devel/py-zope.globalrequest/Makefile ============================================================================== --- head/devel/py-zope.globalrequest/Makefile Tue Dec 30 20:07:00 2014 (r375850) +++ head/devel/py-zope.globalrequest/Makefile Tue Dec 30 20:13:05 2014 (r375851) @@ -2,7 +2,7 @@ PORTNAME= zope.globalrequest PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,4 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope USES= python zip 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?201412302013.sBUKD6W6031848>