svn commit: r434242 - head/security/py-AccessControl

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Feb 16 19:10:27 UTC 2017


Author: rm
Date: Thu Feb 16 19:10:25 2017
New Revision: 434242
URL: https://svnweb.freebsd.org/changeset/ports/434242

Log:
  security/py-AccessControl: update to 3.0.13

Modified:
  head/security/py-AccessControl/Makefile
  head/security/py-AccessControl/distinfo

Modified: head/security/py-AccessControl/Makefile
==============================================================================
--- head/security/py-AccessControl/Makefile	Thu Feb 16 19:05:49 2017	(r434241)
+++ head/security/py-AccessControl/Makefile	Thu Feb 16 19:10:25 2017	(r434242)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	AccessControl
-PORTVERSION=	3.0.12
+PORTVERSION=	3.0.13
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -34,4 +34,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Acqu
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/AccessControl/cAccessControl.so
+
 .include <bsd.port.mk>

Modified: head/security/py-AccessControl/distinfo
==============================================================================
--- head/security/py-AccessControl/distinfo	Thu Feb 16 19:05:49 2017	(r434241)
+++ head/security/py-AccessControl/distinfo	Thu Feb 16 19:10:25 2017	(r434242)
@@ -1,2 +1,3 @@
-SHA256 (zope/AccessControl-3.0.12.tar.gz) = 57984b6c550a7784c93af8d4612ec4476d0b623abc0099f09db42703b203fa95
-SIZE (zope/AccessControl-3.0.12.tar.gz) = 98944
+TIMESTAMP = 1487242291
+SHA256 (zope/AccessControl-3.0.13.tar.gz) = c57e38354562a36680bd58e0e2653c2989b415164184d31c99e55fbbdc6b238d
+SIZE (zope/AccessControl-3.0.13.tar.gz) = 96572


More information about the svn-ports-all mailing list