- 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 <sw@gegenunendlich.de> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-05-03 20:27:24 +00:00
parent 71a7a97413
commit 45dfa30db1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108316
2 changed files with 10 additions and 4 deletions

View File

@ -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::

View File

@ -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::