Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Apr 2016 18:17:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r412581 - branches/2016Q2/textproc/py-sparqlwrapper
Message-ID:  <201604051817.u35IHOoE097757@repo.freebsd.org>

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



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