1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update to 0.9.1.1 and fix build

This commit is contained in:
Hye-Shik Chang 2004-05-03 03:12:47 +00:00
parent 40bb7288d9
commit c83a90c3c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108232
3 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pyrex
PORTVERSION= 0.9.1
PORTVERSION= 0.9.1.1
CATEGORIES= devel lang python
MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
PKGNAMEPREFIX= ${PYTHONPKGNAMEPREFIX}
@ -22,8 +22,11 @@ USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|^PYINCLUDE =.*|PYINCLUDE=${PYTHON_INCLUDEDIR}|g' \
-e 's|\.\./py|${PREFIX}/bin/py|g' ${WRKSRC}/Demos/Makefile
@${REINPLACE_CMD} -e 's|sys.platform in ("unix", "darwin")|1|g'\
${WRKSRC}/setup.py
@${REINPLACE_CMD} -e 's|from Plex|from Pyrex.Plex|g' \
${WRKSRC}/Pyrex/Compiler/Lexicon.py
@${RM} -f ${WRKSRC}/Demos/Makefile.bak
@${LN} ${WRKSRC}/pyrexc.py ${WRKSRC}/pyrexc
@${FIND} ${WRKSRC} -name .DS_Store | ${XARGS} ${RM} -f
post-install:

View File

@ -1,2 +1,2 @@
MD5 (Pyrex-0.9.1.tar.gz) = 9e0e59beaf96f7d8456d2d49da6d47a3
SIZE (Pyrex-0.9.1.tar.gz) = 173460
MD5 (Pyrex-0.9.1.1.tar.gz) = 2f9eebe796e10a9da46f3d6a7a4df1b3
SIZE (Pyrex-0.9.1.1.tar.gz) = 178902

View File

@ -147,6 +147,7 @@ bin/pyrexc
%%PORTDOCS%%share/examples/pyrex/callback/README.txt
%%PORTDOCS%%share/examples/pyrex/callback/Setup.py
%%PORTDOCS%%share/examples/pyrex/callback/cheese.pyx
%%PORTDOCS%%share/examples/pyrex/callback/cheesefinder.c
%%PORTDOCS%%share/examples/pyrex/callback/cheesefinder.h
%%PORTDOCS%%share/examples/pyrex/callback/run_cheese.py
%%PORTDOCS%%share/examples/pyrex/embed/Makefile