From owner-freebsd-ports Tue Sep 10 6:30:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3F4637B400 for ; Tue, 10 Sep 2002 06:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8651743E4A for ; Tue, 10 Sep 2002 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8ADU2JU057123 for ; Tue, 10 Sep 2002 06:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8ADU2jY057122; Tue, 10 Sep 2002 06:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A171B37B4DC for ; Tue, 10 Sep 2002 06:27:04 -0700 (PDT) Received: from green.shallow.net (c16486.smelb1.vic.optusnet.com.au [210.49.224.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CACD43E4A for ; Tue, 10 Sep 2002 06:27:04 -0700 (PDT) (envelope-from joshua@green.shallow.net) Received: by green.shallow.net (Postfix, from userid 1001) id 07A463E60; Tue, 10 Sep 2002 23:27:02 +1000 (EST) Message-Id: <20020910132702.07A463E60@green.shallow.net> Date: Tue, 10 Sep 2002 23:27:02 +1000 (EST) From: Joshua Goodall Reply-To: Joshua Goodall To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42635: Maintainer update: net/py-spreadmodule Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42635 >Category: ports >Synopsis: Maintainer update: net/py-spreadmodule >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 06:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Joshua Goodall >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD green.shallow.net 4.6-STABLE FreeBSD 4.6-STABLE #5: Thu Aug 22 01:43:23 EST 2002 root@green.shallow.net:/usr/obj/usr/src/sys/GREEN i386 >Description: Maintainer update of net/py-spreadmodule: . New upstream version 1.3 (bugfixes) . Use shared libraries . Migrate from ${PERL} to ${REINPLACE_CMD} This update depends on the maintainer update to net/spread in ports/42632 for the shared library support. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /cvs/ports/net/py-spreadmodule/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 24 May 2002 13:50:46 -0000 1.1 +++ Makefile 10 Sep 2002 13:13:35 -0000 @@ -6,7 +6,7 @@ # PORTNAME= spreadmodule -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= net python MASTER_SITES= http://www.python.org/other/spread/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,12 +15,13 @@ MAINTAINER= joshua@roughtrade.net -BUILD_DEPENDS= ${LOCALBASE}/lib/libsp.a:${PORTSDIR}/net/spread +LIB_DEPENDS= spread.1:${PORTSDIR}/net/spread +USE_REINPLACE= yes USE_PYTHON= yes USE_PYDISTUTILS=yes post-patch: - @${PERL} -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/setup.py .include Index: distinfo =================================================================== RCS file: /cvs/ports/net/py-spreadmodule/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 24 May 2002 13:50:46 -0000 1.1 +++ distinfo 10 Sep 2002 13:12:23 -0000 @@ -1 +1 @@ -MD5 (SpreadModule-1.2.tgz) = dec9b45f8e3891f9afc5939932be59ac +MD5 (SpreadModule-1.3.tgz) = c43e484f46cdd9aeac4942bdcf320c44 Index: files/patch-setup.py =================================================================== RCS file: files/patch-setup.py diff -N files/patch-setup.py --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-setup.py 10 Sep 2002 13:14:17 -0000 @@ -0,0 +1,17 @@ +Index: setup.py +=================================================================== +RCS file: /usr/ports/net/py-spreadmodule/cvstree/cvssrc/setup.py,v +retrieving revision 1.1.1.1 +retrieving revision 1.2 +diff -u -u -r1.1.1.1 -r1.2 +--- setup.py 10 Sep 2002 13:13:11 -0000 1.1.1.1 ++++ setup.py 10 Sep 2002 13:14:03 -0000 1.2 +@@ -21,7 +21,7 @@ + ext = Extension('spread', ['spreadmodule.c'], + include_dirs = [SPREAD_DIR + "/include"], + library_dirs = [SPREAD_DIR + "/lib"], +- libraries = ['tsp'], ++ libraries = ['tspread'], + ) + + setup(name = "Spread API for Python", >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message