Bug 88443 - Update port: security/py-twistedConch
Summary: Update port: security/py-twistedConch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-03 11:20 UTC by Neal Nelson
Modified: 2005-11-03 12:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neal Nelson 2005-11-03 11:20:10 UTC
              Update port security/py-twistedConch to version 0.6.0

Fix: 

PORTNAME=      twistedConch
-PORTVERSION=   0.5.0
-PORTREVISION=  1
+PORTVERSION=   0.6.0
+PORTREVISION=  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/0.6/ \
+               http://tmrc.mit.edu/mirror/twisted/Conch/0.6/
 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
 DISTNAME=      TwistedConch-${PORTVERSION}--uxxMgC5fGDDqlG9eZjnxpjb9FwydEOPlpxZCSSkNptBeEKBT
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: distinfo
===================================================================
--- distinfo    (revision 21)
+++ distinfo    (working copy)
@@ -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
Index: pkg-plist
===================================================================
--- pkg-plist   (revision 21)
+++ pkg-plist   (working copy)
@@ -35,9 +35,6 @@
 %%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 @@
 %%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 @@
 %%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
@@ -227,3 +227,4 @@
 @dirrm %%S%%/twisted/conch/insults
 @dirrm %%S%%/twisted/conch/client
 @dirrm %%S%%/twisted/conch
+@dirrm %%S%%/twisted
Index: Makefile
===================================================================
--- Makefile    (revision 138)
+++ Makefile    (working copy)
@@ -6,11 +6,11 @@
 #
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-03 11:21:20 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2005-11-03 11:55:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 3 Marcus Alves Grando freebsd_committer freebsd_triage 2005-11-03 12:18:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!