svn commit: r411742 - head/security/py-pyaff4
Antoine Brodin
antoine at FreeBSD.org
Wed Mar 23 21:44:56 UTC 2016
Author: antoine
Date: Wed Mar 23 21:44:54 2016
New Revision: 411742
URL: https://svnweb.freebsd.org/changeset/ports/411742
Log:
Fix requirements file
Modified:
head/security/py-pyaff4/Makefile
Modified: head/security/py-pyaff4/Makefile
==============================================================================
--- head/security/py-pyaff4/Makefile Wed Mar 23 20:42:41 2016 (r411741)
+++ head/security/py-pyaff4/Makefile Wed Mar 23 21:44:54 2016 (r411742)
@@ -3,6 +3,7 @@
PORTNAME= PyAFF4
PORTVERSION= 0.23
+PORTREVISION= 1
CATEGORIES= security devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +25,6 @@ post-extract:
@${CHMOD} -R a+rX ${WRKSRC}
post-patch:
- ${REINPLACE_CMD} 's/aff4-snappy == 0.5/snappy >= 0.5/' ${WRKSRC}/setup.py
+ ${REINPLACE_CMD} 's/aff4-snappy == 0.5/python-snappy >= 0.5/' ${WRKSRC}/setup.py
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list