Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 21:44:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411742 - head/security/py-pyaff4
Message-ID:  <201603232144.u2NLiscn015730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603232144.u2NLiscn015730>