diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-05-03 03:12:47 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-05-03 03:12:47 +0000 |
commit | c83a90c3c1f798773f800fcb451572b3fc8a9e11 (patch) | |
tree | cfd8c4215793fd9407d41f3e3c343a22dcee0fe9 | |
parent | 40bb7288d96fd646686996e4c0c81f737546fc47 (diff) | |
download | ports-c83a90c3c1f798773f800fcb451572b3fc8a9e11.tar.gz ports-c83a90c3c1f798773f800fcb451572b3fc8a9e11.zip |
Notes
-rw-r--r-- | devel/pyrex/Makefile | 7 | ||||
-rw-r--r-- | devel/pyrex/distinfo | 4 | ||||
-rw-r--r-- | devel/pyrex/pkg-plist | 1 |
3 files changed, 8 insertions, 4 deletions
diff --git a/devel/pyrex/Makefile b/devel/pyrex/Makefile index 1f0369c4fa30..1cfbe02482a6 100644 --- a/devel/pyrex/Makefile +++ b/devel/pyrex/Makefile @@ -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: diff --git a/devel/pyrex/distinfo b/devel/pyrex/distinfo index 19fc59cedc8d..e7e3f6cdfa1e 100644 --- a/devel/pyrex/distinfo +++ b/devel/pyrex/distinfo @@ -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 diff --git a/devel/pyrex/pkg-plist b/devel/pyrex/pkg-plist index a66e0394833f..ebee386f1154 100644 --- a/devel/pyrex/pkg-plist +++ b/devel/pyrex/pkg-plist @@ -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 |