diff options
-rw-r--r-- | security/py-pyaff4/Makefile | 3 |
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> |