Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2009 01:26:06 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/136017: [Maintainer Update]net-im/py-xmpppy:update to 0.5.0rc1
Message-ID:  <200906250126.n5P1Q6B9089191@www.freebsd.org>
Resent-Message-ID: <200906250130.n5P1U2hI084112@freefall.freebsd.org>

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

>Number:         136017
>Category:       ports
>Synopsis:       [Maintainer Update]net-im/py-xmpppy:update to 0.5.0rc1
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 25 01:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Fri Apr 10 16:36:28 HKT 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/wen1  i386
>Description:
1 update to 0.5.0rc1 from 0.4.1
2 fix the build error with custom PREFIX
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-06-25 16:51:49.000000000 +0800
+++ Makefile	2009-06-25 17:20:00.000000000 +0800
@@ -6,19 +6,21 @@
 #
 
 PORTNAME=	xmpppy
-PORTVERSION=	0.4.1
+PORTVERSION=	0.5.0r1
 CATEGORIES=	net-im python
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/r/rc/}
 
 MAINTAINER=	wenheping@gmail.com
 COMMENT=	A Python library that provides easy scripting with Jabber
 
-USE_PYTHON=	2.3+
+USE_PYTHON=		2.3+
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_PKGVERSION=	0.5.0rc1
 
 post-patch:
-	@${GREP} -lr '/usr/bin/python' ${WRKSRC} | \
-		${XARGS} ${REINPLACE_CMD} -e "s,^#!/usr/bin/python,#!${PYTHON_CMD},"
+	${REINPLACE_CMD} -e 's?from setuptools?#from setuptools?g' \
+		${WRKSRC}/setup.py
 
 .include <bsd.port.mk>
--- distinfo.orig	2009-06-25 16:51:57.000000000 +0800
+++ distinfo	2009-06-25 16:57:41.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (xmpppy-0.4.1.tar.gz) = ca36d685643f2c56ab07323a09ece9e4
-SHA256 (xmpppy-0.4.1.tar.gz) = 1724d3ffd3210b3ca48e218954d8c2c10821bce1d0f5c66ec3e70de6389b38eb
-SIZE (xmpppy-0.4.1.tar.gz) = 473698
+MD5 (xmpppy-0.5.0rc1.tar.gz) = e0d2b3f9e4a278c163431e64adb0c861
+SHA256 (xmpppy-0.5.0rc1.tar.gz) = 519b025b3c9600c26c5805d0c612fe01e61330d2b9869f05c7c416c627820b9a
+SIZE (xmpppy-0.5.0rc1.tar.gz) = 84996


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906250126.n5P1Q6B9089191>