svn commit: r370004 - head/devel/py-google-apputils

Antoine Brodin antoine at FreeBSD.org
Sat Oct 4 22:15:56 UTC 2014


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>


More information about the svn-ports-all mailing list