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

(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (TwistedNames-0.2.0.tar.bz2) = 1266570ddc8ca0d7c6d0ea117aae9021
1
MD5 (TwistedNames-0.3.0.tar.bz2) = 5aa672d0e26718466351351e7bfcf22a
2
SHA256 (TwistedNames-0.2.0.tar.bz2) = 4ef80355cd90e98d80ab2f1f73dc725ebc8c48ebd420d1c76c7fa2f619f9cbb0
2
SHA256 (TwistedNames-0.3.0.tar.bz2) = 1351e16c1d5c03b8067b9d95cc6a9466a05a142b8b6e596da5c89db83e54819f
3
SIZE (TwistedNames-0.2.0.tar.bz2) = 29118
3
SIZE (TwistedNames-0.3.0.tar.bz2) = 29402
(-)pkg-plist (+6 lines)
Lines 1-6 Link Here
1
%%S%%/twisted/names/__init__.py
1
%%S%%/twisted/names/__init__.py
2
%%S%%/twisted/names/__init__.pyc
2
%%S%%/twisted/names/__init__.pyc
3
%%S%%/twisted/names/__init__.pyo
3
%%S%%/twisted/names/__init__.pyo
4
%%S%%/twisted/names/_version.py
5
%%S%%/twisted/names/_version.pyc
6
%%S%%/twisted/names/_version.pyo
4
%%S%%/twisted/names/authority.py
7
%%S%%/twisted/names/authority.py
5
%%S%%/twisted/names/authority.pyc
8
%%S%%/twisted/names/authority.pyc
6
%%S%%/twisted/names/authority.pyo
9
%%S%%/twisted/names/authority.pyo
Lines 40-45 Link Here
40
%%S%%/twisted/names/test/__init__.py
43
%%S%%/twisted/names/test/__init__.py
41
%%S%%/twisted/names/test/__init__.pyc
44
%%S%%/twisted/names/test/__init__.pyc
42
%%S%%/twisted/names/test/__init__.pyo
45
%%S%%/twisted/names/test/__init__.pyo
46
%%S%%/twisted/names/test/test_cache.py
47
%%S%%/twisted/names/test/test_cache.pyc
48
%%S%%/twisted/names/test/test_cache.pyo
43
%%S%%/twisted/names/test/test_dns.py
49
%%S%%/twisted/names/test/test_dns.py
44
%%S%%/twisted/names/test/test_dns.pyc
50
%%S%%/twisted/names/test/test_dns.pyc
45
%%S%%/twisted/names/test/test_dns.pyo
51
%%S%%/twisted/names/test/test_dns.pyo
(-)Makefile (-4 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	twistedNames
8
PORTNAME=	twistedNames
9
PORTVERSION=	0.2.0
9
PORTVERSION=	0.3.0
10
CATEGORIES=	dns devel python
10
CATEGORIES=	dns devel python
11
MASTER_SITES=	http://twistedmatrix.com/downloads/Names/0.1/ \
11
MASTER_SITES=	http://tmrc.mit.edu/mirror/twisted/Names/${PORTVERSION:S/.0//}/
12
		http://tmrc.mit.edu/mirror/twisted/Names/0.2/
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
14
DISTNAME=	TwistedNames-${PORTVERSION}
13
DISTNAME=	TwistedNames-${PORTVERSION}
15
14
Lines 22-28 Link Here
22
WRKSRC=		${WRKDIR}/TwistedNames-${PORTVERSION}
21
WRKSRC=		${WRKDIR}/TwistedNames-${PORTVERSION}
23
22
24
USE_BZIP2=	yes
23
USE_BZIP2=	yes
25
USE_PYTHON=	2.2+
24
USE_PYTHON=	2.3+
26
USE_PYDISTUTILS=	yes
25
USE_PYDISTUTILS=	yes
27
26
28
PLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
27
PLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}

Return to bug 98142