svn commit: r408194 - head/devel/py-blist

Antoine Brodin antoine at FreeBSD.org
Fri Feb 5 14:18:46 UTC 2016


Author: antoine
Date: Fri Feb  5 14:18:45 2016
New Revision: 408194
URL: https://svnweb.freebsd.org/changeset/ports/408194

Log:
  Allow use as a regular user (some files were unreadable)

Modified:
  head/devel/py-blist/Makefile

Modified: head/devel/py-blist/Makefile
==============================================================================
--- head/devel/py-blist/Makefile	Fri Feb  5 14:09:15 2016	(r408193)
+++ head/devel/py-blist/Makefile	Fri Feb  5 14:18:45 2016	(r408194)
@@ -3,6 +3,7 @@
 
 PORTNAME=	blist
 PORTVERSION=	1.3.6
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +17,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		python
 USE_PYTHON=	autoplist distutils
 
+post-extract:
+	@${CHMOD} -R a+rX ${WRKSRC}
+
 do-test:
 	@(cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)
 


More information about the svn-ports-all mailing list