svn commit: r407224 - branches/2016Q1/security/py-pyaff4

Mark Felder feld at FreeBSD.org
Mon Jan 25 16:05:09 UTC 2016


Author: feld
Date: Mon Jan 25 16:05:07 2016
New Revision: 407224
URL: https://svnweb.freebsd.org/changeset/ports/407224

Log:
  MFH: r407191
  
  Fix use as a regular user
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q1/security/py-pyaff4/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/security/py-pyaff4/Makefile
==============================================================================
--- branches/2016Q1/security/py-pyaff4/Makefile	Mon Jan 25 16:04:44 2016	(r407223)
+++ branches/2016Q1/security/py-pyaff4/Makefile	Mon Jan 25 16:05:07 2016	(r407224)
@@ -3,6 +3,7 @@
 
 PORTNAME=	PyAFF4
 PORTVERSION=	0.17
+PORTREVISION=	1
 CATEGORIES=	security devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,4 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}inte
 USES=		python
 USE_PYTHON=	distutils autoplist
 
+post-extract:
+	@${CHMOD} -R a+rX ${WRKSRC}
+
 .include <bsd.port.mk>


More information about the svn-ports-branches mailing list