Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2006 16:01:32 +0200
From:      Neal Nelson <neal@nelson.name>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98149: Update potr net-im/py-twistedWords to 0.4.0
Message-ID:  <courier.447C503C.000163B5@neal.nelson.name>
Resent-Message-ID: <200605301410.k4UEANJN050899@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98149
>Category:       ports
>Synopsis:       Update potr net-im/py-twistedWords to 0.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 30 14:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Neal Nelson
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD neal.nelson.name 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 14:12:49 CEST 2006 root@neal.nelson.name:/usr/obj/usr/src/sys/DESKPRO i386


	
>Description:
	Update port net-im/py-twistedWords to 0.4.0
>How-To-Repeat:
	
>Fix:

	Index: pkg-descr
===================================================================
--- pkg-descr	(revision 146)
+++ pkg-descr	(working copy)
@@ -1,5 +1,8 @@
-Twisted Words has more chat than you can handle.
+Twisted Words is the Chat and Instant Messaging portion of the Twisted
+system. It is both a multiprotocol instant messaging client and server
+and provides low-level protocol implementations of OSCAR (AIM and ICQ), 
+IRC, MSN, TOC (AIM) as well as Jabber libraries. 
 
-Twisted Lore is available under the MIT Free Software licence.
+Twisted Words is available under the MIT Free Software licence.
 
 WWW: http://twistedmatrix.com/
Index: distinfo
===================================================================
--- distinfo	(revision 197)
+++ distinfo	(working copy)
@@ -1,3 +1,3 @@
-MD5 (TwistedWords-0.3.0.tar.bz2) = 8fdb18c85bde467baddc1c7f3febb82e
-SHA256 (TwistedWords-0.3.0.tar.bz2) = afc04db4759d9ff44fff86708b71c42ce8c4f6baadb005da6e580e5dffc1c03d
-SIZE (TwistedWords-0.3.0.tar.bz2) = 132780
+MD5 (TwistedWords-0.4.0.tar.bz2) = 37d34da233aefe4a7a41b97bc9222b6a
+SHA256 (TwistedWords-0.4.0.tar.bz2) = fba8135614723d9d8dbdbf9ab5b16ef2cc58a1c821eb456034fd357dbdb7fdb3
+SIZE (TwistedWords-0.4.0.tar.bz2) = 139966
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 197)
+++ pkg-plist	(working copy)
@@ -5,6 +5,9 @@
 %%S%%/twisted/words/__init__.py
 %%S%%/twisted/words/__init__.pyc
 %%S%%/twisted/words/__init__.pyo
+%%S%%/twisted/words/_version.py
+%%S%%/twisted/words/_version.pyc
+%%S%%/twisted/words/_version.pyo
 %%S%%/twisted/words/ewords.py
 %%S%%/twisted/words/ewords.pyc
 %%S%%/twisted/words/ewords.pyo
@@ -75,6 +78,9 @@
 %%S%%/twisted/words/protocols/jabber/component.py
 %%S%%/twisted/words/protocols/jabber/component.pyc
 %%S%%/twisted/words/protocols/jabber/component.pyo
+%%S%%/twisted/words/protocols/jabber/error.py
+%%S%%/twisted/words/protocols/jabber/error.pyc
+%%S%%/twisted/words/protocols/jabber/error.pyo
 %%S%%/twisted/words/protocols/jabber/jid.py
 %%S%%/twisted/words/protocols/jabber/jid.pyc
 %%S%%/twisted/words/protocols/jabber/jid.pyo
@@ -120,9 +126,15 @@
 %%S%%/twisted/words/test/test_jabbercomponent.py
 %%S%%/twisted/words/test/test_jabbercomponent.pyc
 %%S%%/twisted/words/test/test_jabbercomponent.pyo
+%%S%%/twisted/words/test/test_jabbererror.py
+%%S%%/twisted/words/test/test_jabbererror.pyc
+%%S%%/twisted/words/test/test_jabbererror.pyo
 %%S%%/twisted/words/test/test_jabberjid.py
 %%S%%/twisted/words/test/test_jabberjid.pyc
 %%S%%/twisted/words/test/test_jabberjid.pyo
+%%S%%/twisted/words/test/test_jabberxmlstream.py
+%%S%%/twisted/words/test/test_jabberxmlstream.pyc
+%%S%%/twisted/words/test/test_jabberxmlstream.pyo
 %%S%%/twisted/words/test/test_jabberxmppstringprep.py
 %%S%%/twisted/words/test/test_jabberxmppstringprep.pyc
 %%S%%/twisted/words/test/test_jabberxmppstringprep.pyo
Index: Makefile
===================================================================
--- Makefile	(revision 205)
+++ Makefile	(working copy)
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	twistedWords
-PORTVERSION=	0.3.0
+PORTVERSION=	0.4.0
 CATEGORIES=	net-im devel python
-MASTER_SITES=	http://twistedmatrix.com/downloads/Words/0.3/ \
-		http://tmrc.mit.edu/mirror/twisted/Words/0.3/
+MASTER_SITES=	http://tmrc.mit.edu/mirror/twisted/Words/${PORTVERSION:R}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	TwistedWords-${PORTVERSION}
 
@@ -22,7 +21,7 @@
 WRKSRC=		${WRKDIR}/TwistedWords-${PORTVERSION}
 
 USE_BZIP2=	yes
-USE_PYTHON=	2.2+
+USE_PYTHON=	2.3+
 USE_PYDISTUTILS=	yes
 
 PLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?courier.447C503C.000163B5>