From nobody@FreeBSD.org  Thu Nov  3 11:18:20 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7755716A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  3 Nov 2005 11:18:20 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2918B43D45
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  3 Nov 2005 11:18:20 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jA3BIKDq074851
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 3 Nov 2005 11:18:20 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id jA3BIJin074850;
	Thu, 3 Nov 2005 11:18:19 GMT
	(envelope-from nobody)
Message-Id: <200511031118.jA3BIJin074850@www.freebsd.org>
Date: Thu, 3 Nov 2005 11:18:19 GMT
From: Neal Nelson <neal@nelson.name>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: security/py-twistedConch
X-Send-Pr-Version: www-2.3

>Number:         88443
>Category:       ports
>Synopsis:       Update port: security/py-twistedConch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mnag
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 03 11:20:10 GMT 2005
>Closed-Date:    Thu Nov 03 12:18:59 GMT 2005
>Last-Modified:  Thu Nov 03 12:18:59 GMT 2005
>Originator:     Neal Nelson
>Release:        
>Organization:
>Environment:
>Description:
              Update port security/py-twistedConch to version 0.6.0
>How-To-Repeat:
              
>Fix:
              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 @@
 #

 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}


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Thu Nov 3 11:21:20 GMT 2005 
Class-Changed-Why:  
Fix category (submitter is maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88443 
Responsible-Changed-From-To: freebsd-ports-bugs->mnag 
Responsible-Changed-By: mnag 
Responsible-Changed-When: Thu Nov 3 11:55:32 GMT 2005 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88443 
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Thu Nov 3 12:18:58 GMT 2005 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88443 
>Unformatted:
