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

(-)Makefile (-2 / +2 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	twistedNames
8
PORTNAME=	twistedNames
9
PORTVERSION=	11.0.0
9
PORTVERSION=	12.0.0
10
CATEGORIES=	dns devel python
10
CATEGORIES=	dns devel python
11
MASTER_SITES=	http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/
11
MASTER_SITES=	http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
DISTNAME=	TwistedNames-${PORTVERSION}
13
DISTNAME=	TwistedNames-${PORTVERSION}
14
14
15
MAINTAINER=	neal@nelson.name
15
MAINTAINER=	python@FreeBSD.org
16
COMMENT=	A DNS protocol implementation with client and server
16
COMMENT=	A DNS protocol implementation with client and server
17
17
18
LICENSE=	MIT
18
LICENSE=	MIT
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (TwistedNames-11.0.0.tar.bz2) = 738f3e4fa56d2ebeddf0f3774419fbe3de9067424eb928ce234bc178a146d496
1
SHA256 (TwistedNames-12.0.0.tar.bz2) = 41b8995d10d210f26433c4311a679356522de47ca48f9caaca47670de8642ad7
2
SIZE (TwistedNames-11.0.0.tar.bz2) = 52156
2
SIZE (TwistedNames-12.0.0.tar.bz2) = 55023
(-)pkg-plist (+4 lines)
Lines 58-63 Link Here
58
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.py
58
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.py
59
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.pyc
59
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.pyc
60
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.pyo
60
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.pyo
61
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.py
62
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.pyc
63
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.pyo
61
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_names.py
64
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_names.py
62
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_names.pyc
65
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_names.pyc
63
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_names.pyo
66
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_names.pyo
Lines 72-74 Link Here
72
%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_names.pyo
75
%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_names.pyo
73
@dirrm %%PYTHON_SITELIBDIR%%/twisted/names/test
76
@dirrm %%PYTHON_SITELIBDIR%%/twisted/names/test
74
@dirrm %%PYTHON_SITELIBDIR%%/twisted/names
77
@dirrm %%PYTHON_SITELIBDIR%%/twisted/names
78
@dirrmtry %%PYTHON_SITELIBDIR%%/twisted

Return to bug 165732