mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 0.6.0
PR: 88443 Submitted by: Neal Nelson <neal@nelson.name> (maintainer)
This commit is contained in:
parent
ae94f01cd4
commit
39d2a118dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147115
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= twistedConch
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= security devel python
|
||||
MASTER_SITES= http://twistedmatrix.com/downloads/Conch/0.5/ \
|
||||
http://tmrc.mit.edu/mirror/twisted/Conch/0.5/
|
||||
MASTER_SITES= http://twistedmatrix.com/downloads/Conch/${PORTVERSION:S/.0//}/ \
|
||||
http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:S/.0//}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= TwistedConch-${PORTVERSION}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (TwistedConch-0.5.0.tar.bz2) = 42961532a130bb119ae3be6b14dde28b
|
||||
SIZE (TwistedConch-0.5.0.tar.bz2) = 118875
|
||||
MD5 (TwistedConch-0.6.0.tar.bz2) = 9630a9b95c709267b45068ff5bc8df2f
|
||||
SIZE (TwistedConch-0.6.0.tar.bz2) = 126034
|
||||
|
@ -35,9 +35,6 @@ bin/tkconch
|
||||
%%S%%/twisted/conch/client/unix.py
|
||||
%%S%%/twisted/conch/client/unix.pyc
|
||||
%%S%%/twisted/conch/client/unix.pyo
|
||||
%%S%%/twisted/conch/credentials.py
|
||||
%%S%%/twisted/conch/credentials.pyc
|
||||
%%S%%/twisted/conch/credentials.pyo
|
||||
%%S%%/twisted/conch/error.py
|
||||
%%S%%/twisted/conch/error.pyc
|
||||
%%S%%/twisted/conch/error.pyo
|
||||
@ -62,9 +59,15 @@ bin/tkconch
|
||||
%%S%%/twisted/conch/insults/text.py
|
||||
%%S%%/twisted/conch/insults/text.pyc
|
||||
%%S%%/twisted/conch/insults/text.pyo
|
||||
%%S%%/twisted/conch/insults/window.py
|
||||
%%S%%/twisted/conch/insults/window.pyc
|
||||
%%S%%/twisted/conch/insults/window.pyo
|
||||
%%S%%/twisted/conch/interfaces.py
|
||||
%%S%%/twisted/conch/interfaces.pyc
|
||||
%%S%%/twisted/conch/interfaces.pyo
|
||||
%%S%%/twisted/conch/ls.py
|
||||
%%S%%/twisted/conch/ls.pyc
|
||||
%%S%%/twisted/conch/ls.pyo
|
||||
%%S%%/twisted/conch/manhole.py
|
||||
%%S%%/twisted/conch/manhole.pyc
|
||||
%%S%%/twisted/conch/manhole.pyo
|
||||
@ -86,9 +89,6 @@ bin/tkconch
|
||||
%%S%%/twisted/conch/openssh_compat/primes.py
|
||||
%%S%%/twisted/conch/openssh_compat/primes.pyc
|
||||
%%S%%/twisted/conch/openssh_compat/primes.pyo
|
||||
%%S%%/twisted/conch/pamauth.py
|
||||
%%S%%/twisted/conch/pamauth.pyc
|
||||
%%S%%/twisted/conch/pamauth.pyo
|
||||
%%S%%/twisted/conch/recvline.py
|
||||
%%S%%/twisted/conch/recvline.pyc
|
||||
%%S%%/twisted/conch/recvline.pyo
|
||||
@ -218,7 +218,6 @@ bin/tkconch
|
||||
%%S%%/twisted/plugins/twisted_conch.py
|
||||
%%S%%/twisted/plugins/twisted_conch.pyc
|
||||
%%S%%/twisted/plugins/twisted_conch.pyo
|
||||
@dirrm %%S%%/twisted/plugins
|
||||
@dirrm %%S%%/twisted/conch/ui
|
||||
@dirrm %%S%%/twisted/conch/test
|
||||
@dirrm %%S%%/twisted/conch/ssh
|
||||
|
Loading…
Reference in New Issue
Block a user