From vsevolod@highsecure.ru  Fri Jul 15 10:45:22 2005
Return-Path: <vsevolod@highsecure.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 748E516A41C
	for <freebsd-gnats-submit@freebsd.org>; Fri, 15 Jul 2005 10:45:22 +0000 (GMT)
	(envelope-from vsevolod@highsecure.ru)
Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BB17A43D48
	for <freebsd-gnats-submit@freebsd.org>; Fri, 15 Jul 2005 10:45:21 +0000 (GMT)
	(envelope-from vsevolod@highsecure.ru)
Received: from waterwall.inec.ru (root@localhost)
  by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j6FAkYj0013560
    for <freebsd-gnats-submit@freebsd.org>; Fri, 15 Jul 2005 14:46:34 +0400 (MSD)
Received: from core (postbox.inec.ru [213.148.3.226])
  by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j6FAkRar013550
    for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Jul 2005 14:46:30 +0400 (MSD)
Received: from [213.219.249.64] (helo=spray.anyhost.ru)
	by core with esmtp (Exim 4.51 (FreeBSD))
	id 1DtNgY-000I9A-MO
	for FreeBSD-gnats-submit@freebsd.org; Fri, 15 Jul 2005 14:44:50 +0400
Received: from cebka by spray.anyhost.ru with local (Exim 4.51 (FreeBSD))
	id 1DtNgs-0005SR-W4; Fri, 15 Jul 2005 14:45:10 +0400
Message-Id: <E1DtNgs-0005SR-W4@spray.anyhost.ru>
Date: Fri, 15 Jul 2005 14:45:10 +0400
From: Vsevolod Stakhov <vsevolod@highsecure.ru>
Sender: Vsevolod Stakhov <vsevolod@highsecure.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: drt@un.bewaff.net
Subject: Update port: net-mgmt/py24-ipy to 0.42
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         83503
>Category:       ports
>Synopsis:       Update port: net-mgmt/py24-ipy to 0.42
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    novel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 15 10:50:16 GMT 2005
>Closed-Date:    Fri Jul 29 06:50:03 GMT 2005
>Last-Modified:  Fri Jul 29 06:50:03 GMT 2005
>Originator:     Vsevolod Stakhov
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
>Description:
Update to 0.42 that works with python 2.3 and (tested) python 2.4.
Add test target.
>How-To-Repeat:
>Fix:

--- py24-ipy-0.42.patch begins here ---
diff -ruN --exclude=CVS py-ipy.orig/Makefile py-ipy/Makefile
--- py-ipy.orig/Makefile	Fri Jul 15 14:41:05 2005
+++ py-ipy/Makefile	Fri Jul 15 14:41:25 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	ipy
-PORTVERSION=	0.41
+PORTVERSION=	0.42
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	http://c0re.23.nu/c0de/IPy/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,5 +18,8 @@
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+
+test: install
+	${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS py-ipy.orig/distinfo py-ipy/distinfo
--- py-ipy.orig/distinfo	Fri Jul 15 14:41:05 2005
+++ py-ipy/distinfo	Fri Jul 15 14:41:25 2005
@@ -1,2 +1,2 @@
-MD5 (IPy-0.41.tar.gz) = 883aca022bfe7a4a5867995bed267072
-SIZE (IPy-0.41.tar.gz) = 16704
+MD5 (IPy-0.42.tar.gz) = 76bb49482b8c99a49505331558d0eb71
+SIZE (IPy-0.42.tar.gz) = 30288
diff -ruN --exclude=CVS py-ipy.orig/pkg-plist py-ipy/pkg-plist
--- py-ipy.orig/pkg-plist	Fri Jul 15 14:41:05 2005
+++ py-ipy/pkg-plist	Fri Jul 15 14:41:25 2005
@@ -1,3 +1,3 @@
-lib/%%PYTHON_VERSION%%/site-packages/IPy.py
-lib/%%PYTHON_VERSION%%/site-packages/IPy.pyc
-lib/%%PYTHON_VERSION%%/site-packages/IPy.pyo
+%%PYTHON_SITELIBDIR%%/IPy.py
+%%PYTHON_SITELIBDIR%%/IPy.pyc
+%%PYTHON_SITELIBDIR%%/IPy.pyo
--- py24-ipy-0.42.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->novel 
Responsible-Changed-By: novel 
Responsible-Changed-When: Fri Jul 15 18:40:47 GMT 2005 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83503 
State-Changed-From-To: open->feedback 
State-Changed-By: novel 
State-Changed-When: Fri Jul 15 18:46:42 GMT 2005 
State-Changed-Why:  
Asked for maintainer's approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83503 

From: Roman Bogorodskiy <novel@FreeBSD.org>
To: bug-followup@FreeBSD.org, vsevolod@highsecure.ru, drt@un.bewaff.net
Cc:  
Subject: Re: ports/83503: Update port: net-mgmt/py24-ipy to 0.42
Date: Fri, 15 Jul 2005 18:46:12 +0000

 Dear maintainer of net-mgmt/py24-ipy, do you approve this update:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=83503 ?
 
 Roman Bogorodskiy
State-Changed-From-To: feedback->closed 
State-Changed-By: novel 
State-Changed-When: Fri Jul 29 06:49:54 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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