From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 15 10:50:17 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E01216A41C for ; Fri, 15 Jul 2005 10:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D567443D45 for ; Fri, 15 Jul 2005 10:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6FAoGkW004907 for ; Fri, 15 Jul 2005 10:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6FAoGFu004905; Fri, 15 Jul 2005 10:50:16 GMT (envelope-from gnats) Resent-Date: Fri, 15 Jul 2005 10:50:16 GMT Resent-Message-Id: <200507151050.j6FAoGFu004905@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vsevolod Stakhov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 748E516A41C for ; 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 ; 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 ; 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 ; 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: Date: Fri, 15 Jul 2005 14:45:10 +0400 From: Vsevolod Stakhov Sender: Vsevolod Stakhov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: drt@un.bewaff.net Subject: ports/83503: Update port: net-mgmt/py24-ipy to 0.42 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 10:50:17 -0000 >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 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: