Date: Fri, 15 Jul 2005 14:45:10 +0400 From: Vsevolod Stakhov <vsevolod@highsecure.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: drt@un.bewaff.net Subject: ports/83503: Update port: net-mgmt/py24-ipy to 0.42 Message-ID: <E1DtNgs-0005SR-W4@spray.anyhost.ru> Resent-Message-ID: <200507151050.j6FAoGFu004905@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83503 >Category: ports >Synopsis: Update port: net-mgmt/py24-ipy to 0.42 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 15 10:50:16 GMT 2005 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DtNgs-0005SR-W4>