From owner-freebsd-ports Sat Nov 9 16:50: 5 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 D594837B401 for ; Sat, 9 Nov 2002 16:50:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B70A43E4A for ; Sat, 9 Nov 2002 16:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAA0o1x3027920 for ; Sat, 9 Nov 2002 16:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAA0o0Gn027919; Sat, 9 Nov 2002 16:50:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9538B37B401 for ; Sat, 9 Nov 2002 16:46:26 -0800 (PST) Received: from green.shallow.net (c16486.smelb1.vic.optusnet.com.au [210.49.224.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A08643E6E for ; Sat, 9 Nov 2002 16:46:26 -0800 (PST) (envelope-from joshua@green.shallow.net) Received: by green.shallow.net (Postfix, from userid 1001) id 6F1D03F6C; Sun, 10 Nov 2002 11:46:25 +1100 (EST) Message-Id: <20021110004625.6F1D03F6C@green.shallow.net> Date: Sun, 10 Nov 2002 11:46:25 +1100 (EST) From: Joshua Goodall Reply-To: Joshua Goodall To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45179: 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: 45179 >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: Sat Nov 09 16:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Joshua Goodall >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD green.shallow.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Nov 4 00:26:59 EST 2002 root@green.shallow.net:/usr/obj/usr/src/sys/GREEN i386 >Description: This is a maintainer update of the net/py-spreadmodule port. * Upstream update to v1.3 (bugfixes) * Use shared library from net/spread v3.17.0 The shlib usage requires that the Spread libraries be updated to v3.17.0 - see PR ports/45178 Committing this also closes PR ports/44003. TIA Joshua. >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 5 Nov 2002 22:17:20 -0000 @@ -0,0 +1,11 @@ +--- 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