aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-03-24 05:44:54 +0800
committerantoine <antoine@FreeBSD.org>2016-03-24 05:44:54 +0800
commit116c4cd150b77dfb2d55b1f2b6ff71d8d788f384 (patch)
tree62cd4f4d05d6e66e2af6bd58979ebe21bc2fda16 /security
parent3ffcf4489e5c723386fc18899364b40f421c4ffb (diff)
downloadfreebsd-ports-gnome-116c4cd150b77dfb2d55b1f2b6ff71d8d788f384.tar.gz
freebsd-ports-gnome-116c4cd150b77dfb2d55b1f2b6ff71d8d788f384.tar.zst
freebsd-ports-gnome-116c4cd150b77dfb2d55b1f2b6ff71d8d788f384.zip
Fix requirements file
Diffstat (limited to 'security')
-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>