aboutsummaryrefslogtreecommitdiff
path: root/security/py-pyaff4
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-03-23 21:44:54 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-03-23 21:44:54 +0000
commitd6985dec808f267a5d5bddaa0a58e09516fcd5ef (patch)
tree62cd4f4d05d6e66e2af6bd58979ebe21bc2fda16 /security/py-pyaff4
parentd9914c72a613e27452562e9b469160490d39be10 (diff)
downloadports-d6985dec808f267a5d5bddaa0a58e09516fcd5ef.tar.gz
ports-d6985dec808f267a5d5bddaa0a58e09516fcd5ef.zip
Fix requirements file
Notes
Notes: svn path=/head/; revision=411742
Diffstat (limited to 'security/py-pyaff4')
-rw-r--r--security/py-pyaff4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-pyaff4/Makefile b/security/py-pyaff4/Makefile
index 01e7c0f2498e..fe3a7ea812f2 100644
--- a/security/py-pyaff4/Makefile
+++ b/security/py-pyaff4/Makefile
@@ -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>