View | Details | Raw Unified | Return to bug 98151
Collapse All | Expand All

(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (TwistedRunner-0.1.0.tar.bz2) = 6829d0c85c6b4398f715f7a0f5e34e4b
1
MD5 (TwistedRunner-0.2.0.tar.bz2) = ec4677a59dd2643d50da0914b3a1df88
2
SHA256 (TwistedRunner-0.1.0.tar.bz2) = 63c70a06546b63fe862451bf24f9ace7e3cfb1573f940f9f58cb923577c0cf57
2
SHA256 (TwistedRunner-0.2.0.tar.bz2) = 7a8a56547cff8219181999887625651e94f87e0b3f65e2e52a36d9def497ef27
3
SIZE (TwistedRunner-0.1.0.tar.bz2) = 8089
3
SIZE (TwistedRunner-0.2.0.tar.bz2) = 8308
(-)pkg-plist (+3 lines)
Lines 1-6 Link Here
1
%%S%%/twisted/runner/__init__.py
1
%%S%%/twisted/runner/__init__.py
2
%%S%%/twisted/runner/__init__.pyc
2
%%S%%/twisted/runner/__init__.pyc
3
%%S%%/twisted/runner/__init__.pyo
3
%%S%%/twisted/runner/__init__.pyo
4
%%S%%/twisted/runner/_version.py
5
%%S%%/twisted/runner/_version.pyc
6
%%S%%/twisted/runner/_version.pyo
4
%%S%%/twisted/runner/inetd.py
7
%%S%%/twisted/runner/inetd.py
5
%%S%%/twisted/runner/inetd.pyc
8
%%S%%/twisted/runner/inetd.pyc
6
%%S%%/twisted/runner/inetd.pyo
9
%%S%%/twisted/runner/inetd.pyo
(-)Makefile (-5 / +3 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	twistedRunner
8
PORTNAME=	twistedRunner
9
PORTVERSION=	0.1.0
9
PORTVERSION=	0.2.0
10
PORTREVISION=	1
11
CATEGORIES=	devel net python
10
CATEGORIES=	devel net python
12
MASTER_SITES=	http://twistedmatrix.com/downloads/Runner/0.1/ \
11
MASTER_SITES=	http://tmrc.mit.edu/mirror/twisted/Runner/${PORTVERSION:R}/
13
		http://tmrc.mit.edu/mirror/twisted/Runner/0.1/
14
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
15
DISTNAME=	TwistedRunner-${PORTVERSION}
13
DISTNAME=	TwistedRunner-${PORTVERSION}
16
14
Lines 23-29 Link Here
23
WRKSRC=		${WRKDIR}/TwistedRunner-${PORTVERSION}
21
WRKSRC=		${WRKDIR}/TwistedRunner-${PORTVERSION}
24
22
25
USE_BZIP2=	yes
23
USE_BZIP2=	yes
26
USE_PYTHON=	2.2+
24
USE_PYTHON=	2.3+
27
USE_PYDISTUTILS=	yes
25
USE_PYDISTUTILS=	yes
28
26
29
PLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
27
PLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}

Return to bug 98151