aboutsummaryrefslogtreecommitdiffstats
path: root/lang/jython/Makefile
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2011-03-26 12:48:25 +0800
committerlwhsu <lwhsu@FreeBSD.org>2011-03-26 12:48:25 +0800
commitf07b29c18b96070f8be618881ce6af3a52b9ed2d (patch)
treea63a2016de1c101b3db01245fa67ff1cfe2f31cd /lang/jython/Makefile
parent12d2cda76952605aef2d44e89f98b21fe35256d1 (diff)
downloadfreebsd-ports-gnome-f07b29c18b96070f8be618881ce6af3a52b9ed2d.tar.gz
freebsd-ports-gnome-f07b29c18b96070f8be618881ce6af3a52b9ed2d.tar.zst
freebsd-ports-gnome-f07b29c18b96070f8be618881ce6af3a52b9ed2d.zip
- Update to 2.5.2
Diffstat (limited to 'lang/jython/Makefile')
-rw-r--r--lang/jython/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/jython/Makefile b/lang/jython/Makefile
index 01eb46bc5ac4..ee36db3600d1 100644
--- a/lang/jython/Makefile
+++ b/lang/jython/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= jython
-PORTVERSION= 2.5.1
+PORTVERSION= 2.5.2
CATEGORIES= lang python java
MASTER_SITES= SF
DISTNAME= jython_installer-${PORTVERSION}
@@ -42,6 +42,9 @@ do-install:
${REINPLACE_CMD} \
's/-cl/"-Dpython.cachedir=$${HOME}\/.jython-cachedir" -cl/g' \
${JYTHON_PREFIX}/jython
+ ${REINPLACE_CMD} \
+ 's,if expr "$$link" : '\''/'\'' > /dev/null; then,if expr "$$link" : '\''^/'\'' > /dev/null; then,' \
+ ${JYTHON_PREFIX}/jython
${REINPLACE_CMD} 's/^python\.cachedir/#&/g' ${JYTHON_PREFIX}/registry
${JYTHON_PREFIX}/jython ${CACHEDIR_SPEC} -c None