1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Maintainer update to version 1.3

PR:		ports/45179
Submitted by:	Joshua Goodall <joshua@roughtrade.net>
This commit is contained in:
Edwin Groothuis 2002-11-16 22:35:13 +00:00
parent 1420ecfec7
commit aaa015a1be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70267
3 changed files with 16 additions and 4 deletions

View File

@ -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 @@ EXTRACT_SUFX= .tgz
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>

View File

@ -1 +1 @@
MD5 (SpreadModule-1.2.tgz) = dec9b45f8e3891f9afc5939932be59ac
MD5 (SpreadModule-1.3.tgz) = c43e484f46cdd9aeac4942bdcf320c44

View File

@ -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",