Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2002 23:27:02 +1000 (EST)
From:      Joshua Goodall <joshua@roughtrade.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42635: Maintainer update: net/py-spreadmodule
Message-ID:  <20020910132702.07A463E60@green.shallow.net>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020910132702.07A463E60>