Bug 65958 - Update port: net/py-jabber - update to version 0.5-0 and request maintainership
Summary: Update port: net/py-jabber - update to version 0.5-0 and request maintainership
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-25 14:20 UTC by Florent Thoumie
Modified: 2004-05-02 12:45 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 Florent Thoumie 2004-04-25 14:20:27 UTC
Updates py-jabber port to version 0.5-0.
Request maintainership.

Fix: Apply following patch and remove *.orig files.

--- jabberpy-0.5.patch begins here. ---



--- jabberpy-0.5.patch ends here. -----gYYObORBWc0tfg6PdvDK3OTz7N8INY4fhJ06rfxhdzSXQtc7
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN py-jabber/Makefile py-jabber.new/Makefile
--- py-jabber/Makefile	Tue Nov  4 18:08:47 2003
+++ py-jabber.new/Makefile	Sun Apr 25 15:10:47 2004
@@ -7,14 +7,14 @@
 #
 
 PORTNAME=	jabber
-PORTVERSION=	0.4
+PORTVERSION=	0.5
 CATEGORIES=	net python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	jabberpy
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	jabberpy${PORTVERSION}-0
+DISTNAME=	jabberpy-${PORTVERSION}-0
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	flz@xbsd.org
 COMMENT=	A Python Jabber library
 
 RUN_DEPENDS=	${PYEXPAT}
diff -ruN py-jabber/distinfo py-jabber.new/distinfo
--- py-jabber/distinfo	Thu Jan 29 16:10:56 2004
+++ py-jabber.new/distinfo	Sun Apr 25 14:50:55 2004
@@ -1,2 +1,2 @@
-MD5 (jabberpy0.4-0.tar.gz) = 4fc5e10c83bb12e61fbc36bb4424ad79
-SIZE (jabberpy0.4-0.tar.gz) = 45828
+MD5 (jabberpy-0.5-0.tar.gz) = cbb9a1126bdc39ff49af605fb55c282e
+SIZE (jabberpy-0.5-0.tar.gz) = 47079
diff -ruN py-jabber/pkg-plist py-jabber.new/pkg-plist
--- py-jabber/pkg-plist	Fri Aug 23 11:30:22 2002
+++ py-jabber.new/pkg-plist	Sun Apr 25 14:55:22 2004
@@ -1,6 +1,9 @@
-lib/%%PYTHON_VERSION%%/site-packages/xmlstream.py
-lib/%%PYTHON_VERSION%%/site-packages/xmlstream.pyc
-lib/%%PYTHON_VERSION%%/site-packages/xmlstream.pyo
-lib/%%PYTHON_VERSION%%/site-packages/jabber.py
-lib/%%PYTHON_VERSION%%/site-packages/jabber.pyc
-lib/%%PYTHON_VERSION%%/site-packages/jabber.pyo
+lib/%%PYTHON_VERSION%%/site-packages/jabber/debug.py
+lib/%%PYTHON_VERSION%%/site-packages/jabber/debug.pyc
+lib/%%PYTHON_VERSION%%/site-packages/jabber/debug.pyo
+lib/%%PYTHON_VERSION%%/site-packages/jabber/jabber.py
+lib/%%PYTHON_VERSION%%/site-packages/jabber/jabber.pyc
+lib/%%PYTHON_VERSION%%/site-packages/jabber/jabber.pyo
+lib/%%PYTHON_VERSION%%/site-packages/jabber/xmlstream.py
+lib/%%PYTHON_VERSION%%/site-packages/jabber/xmlstream.pyc
+lib/%%PYTHON_VERSION%%/site-packages/jabber/xmlstream.pyo
How-To-Repeat: 
N/A
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-02 12:45:40 UTC
State Changed
From-To: open->closed

Committed, thanks!