Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 May 2004 18:34:43 +0200 (CEST)
From:      Stefan Walter <sw@gegenunendlich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66210: [MAINTAINER] net/py23-BitTornado: set PORTEPOCH, fix WITH_PSYCO
Message-ID:  <20040503163443.697943A04@kyuzo.dunkelkammer.void>
Resent-Message-ID: <200405031640.i43GeKrS005956@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         66210
>Category:       ports
>Synopsis:       [MAINTAINER] net/py23-BitTornado: set PORTEPOCH, fix WITH_PSYCO
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 03 09:40:19 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Apr 22 20:41:18 CEST 2004
>Description:
- set PORTEPOCH, as the client's new name brings new version numbers, too
- fix WITH_PSYCO
- add a couple of alternative MASTER_SITES

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- py23-BitTornado-0.2.0,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/py-bittornado.old/Makefile /usr/ports/net/py-bittornado/Makefile
--- /usr/ports/net/py-bittornado.old/Makefile	Mon May  3 18:03:43 2004
+++ /usr/ports/net/py-bittornado/Makefile	Mon May  3 18:19:06 2004
@@ -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 @@
 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::
--- py23-BitTornado-0.2.0,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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