- Update to 12.1.0
- Change RUN_DEPENDS to ensure same-verison twisted dependency Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.1.0/twisted/names/topfiles/NEWS
This commit is contained in:
parent
f210fd3f02
commit
cbd9f72106
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299056
3 changed files with 8 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= twistedNames
|
||||
PORTVERSION= 12.0.0
|
||||
PORTVERSION= 12.1.0
|
||||
CATEGORIES= dns devel python
|
||||
MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -18,12 +18,12 @@ COMMENT= A DNS protocol implementation with client and server
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= Twisted_Names
|
||||
PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (TwistedNames-12.0.0.tar.bz2) = 41b8995d10d210f26433c4311a679356522de47ca48f9caaca47670de8642ad7
|
||||
SIZE (TwistedNames-12.0.0.tar.bz2) = 55023
|
||||
SHA256 (TwistedNames-12.1.0.tar.bz2) = b22537fe7009bb107ee1326e91c8a7e209cd6abf7fe3d7ff86247b9fc9ed9ced
|
||||
SIZE (TwistedNames-12.1.0.tar.bz2) = 58205
|
||||
|
|
|
@ -70,6 +70,9 @@
|
|||
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_srvconnect.py
|
||||
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_srvconnect.pyc
|
||||
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_srvconnect.pyo
|
||||
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_tap.py
|
||||
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_tap.pyc
|
||||
%%PYTHON_SITELIBDIR%%/twisted/names/test/test_tap.pyo
|
||||
%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_names.py
|
||||
%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_names.pyc
|
||||
%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_names.pyo
|
||||
|
|
Loading…
Reference in a new issue