svn commit: r375851 - head/devel/py-zope.globalrequest

Antoine Brodin antoine at FreeBSD.org
Tue Dec 30 20:13:07 UTC 2014


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>


More information about the svn-ports-head mailing list