svn commit: r412581 - branches/2016Q2/textproc/py-sparqlwrapper

Antoine Brodin antoine at FreeBSD.org
Tue Apr 5 18:17:25 UTC 2016


Author: antoine
Date: Tue Apr  5 18:17:23 2016
New Revision: 412581
URL: https://svnweb.freebsd.org/changeset/ports/412581

Log:
  MFH: r412580
  
  Unbreak at runtime

Modified:
  branches/2016Q2/textproc/py-sparqlwrapper/Makefile
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/textproc/py-sparqlwrapper/Makefile
==============================================================================
--- branches/2016Q2/textproc/py-sparqlwrapper/Makefile	Tue Apr  5 18:16:46 2016	(r412580)
+++ branches/2016Q2/textproc/py-sparqlwrapper/Makefile	Tue Apr  5 18:17:23 2016	(r412581)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sparqlwrapper
 PORTVERSION=	1.7.6
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,4 +16,7 @@ NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
 
+post-patch:
+	@${REINPLACE_CMD} '/keepalive/d' ${WRKSRC}/requirements.txt
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list