From 45dfa30db1d1b884f6f196e124d4cbe7882b7d86 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 3 May 2004 20:27:24 +0000 Subject: - Set PORTEPOCH to allow people to use portupgrade (Shadow's 5.8.11 > BitTornado 0.2.0) - Add more download sites - Fix build when WITH_PSYCO is defined PR: ports/66210 Submitted by: Stefan Walter (maintainer) --- net-p2p/py-bittornado/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/py-bittornado/Makefile b/net-p2p/py-bittornado/Makefile index e3253dc9a28c..30c6621a7281 100644 --- a/net-p2p/py-bittornado/Makefile +++ b/net-p2p/py-bittornado/Makefile @@ -7,8 +7,11 @@ PORTNAME= BitTornado PORTVERSION= 0.2.0 +PORTEPOCH= 1 CATEGORIES?= net python ipv6 -MASTER_SITES= http://e.scarywater.net/bt/download/ +MASTER_SITES= http://e.scarywater.net/bt/download/ \ + http://mediahost.inetsalestech.com/shadow/ \ + http://www.hypermax.net.au/~gamr/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sw@gegenunendlich.de @@ -41,7 +44,7 @@ PLIST_SUB+= GUI='@comment ' RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco post-patch: @${REINPLACE_CMD} -e "s/^psyco = 0/psyco = 1/g" \ - ${WRKSRC}/BitTorrent/PSYCO.py + ${WRKSRC}/BitTornado/PSYCO.py .endif pre-everything:: -- cgit