diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-24 02:08:45 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-24 02:08:45 +0000 |
commit | 4866192673973f4cd1dc88354020867b7d67a4e6 (patch) | |
tree | df27063c36d313785c58900e4fed982c08315a38 /security | |
parent | 4d341038bce8d584937e875810427684edf20def (diff) | |
download | ports-4866192673973f4cd1dc88354020867b7d67a4e6.tar.gz ports-4866192673973f4cd1dc88354020867b7d67a4e6.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/py-twistedConch/Makefile | 7 | ||||
-rw-r--r-- | security/py-twistedConch/distinfo | 6 | ||||
-rw-r--r-- | security/py-twistedConch/pkg-plist | 3 |
3 files changed, 6 insertions, 10 deletions
diff --git a/security/py-twistedConch/Makefile b/security/py-twistedConch/Makefile index 1882b60057c2..d0c67352c28c 100644 --- a/security/py-twistedConch/Makefile +++ b/security/py-twistedConch/Makefile @@ -6,8 +6,7 @@ # PORTNAME= twistedConch -PORTVERSION= 9.0.0 -PORTREVISION= 1 +PORTVERSION= 10.1.0 CATEGORIES= security devel python MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,12 +16,12 @@ MAINTAINER= neal@nelson.name COMMENT= An SSH and SFTP protocol implementation with clients and servers BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS= ${BUILD_DEPENDS} \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \ ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= Conch +PYDISTUTILS_PKGNAME= Twisted_Conch .include <bsd.port.mk> diff --git a/security/py-twistedConch/distinfo b/security/py-twistedConch/distinfo index 4367a140a9c1..5bdf1aa6968c 100644 --- a/security/py-twistedConch/distinfo +++ b/security/py-twistedConch/distinfo @@ -1,3 +1,3 @@ -MD5 (TwistedConch-9.0.0.tar.bz2) = 13e9132589a6f4f4545fc208effd4b16 -SHA256 (TwistedConch-9.0.0.tar.bz2) = 5d13ac104244ce007555c42af85864bac54a2327cff3fa9745cab88c8c9fcd30 -SIZE (TwistedConch-9.0.0.tar.bz2) = 205096 +MD5 (TwistedConch-10.1.0.tar.bz2) = e43c944925814b47f2bc78f4ac54f47e +SHA256 (TwistedConch-10.1.0.tar.bz2) = 74ab7d71e28b74c072f7a59adc1239a9d4b764c44c76bf15984eb5776eb0dea4 +SIZE (TwistedConch-10.1.0.tar.bz2) = 205593 diff --git a/security/py-twistedConch/pkg-plist b/security/py-twistedConch/pkg-plist index 6e24c823720e..6b26ff0b69d3 100644 --- a/security/py-twistedConch/pkg-plist +++ b/security/py-twistedConch/pkg-plist @@ -110,9 +110,6 @@ bin/tkconch %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/agent.py %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/agent.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/agent.pyo -%%PYTHON_SITELIBDIR%%/twisted/conch/ssh/asn1.py -%%PYTHON_SITELIBDIR%%/twisted/conch/ssh/asn1.pyc -%%PYTHON_SITELIBDIR%%/twisted/conch/ssh/asn1.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/channel.py %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/channel.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/channel.pyo |