summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-04-05 10:31:58 +0000
committersobomax <sobomax@FreeBSD.org>2001-04-05 10:31:58 +0000
commit137226003c5c8944176dc347f8601e819346ba99 (patch)
tree850eeb9b1dc9f46191f5ec83c1c6f5b5292443b5
parent2bf34234561452d73dbc68c8fc091b752b07fa60 (diff)
downloadFreeBSD-ports-137226003c5c8944176dc347f8601e819346ba99.zip
FreeBSD-ports-137226003c5c8944176dc347f8601e819346ba99.tar.gz
Update to 3.0.2.
-rw-r--r--editors/jedit/Makefile3
-rw-r--r--editors/jedit/distinfo2
-rw-r--r--editors/jedit/files/jedit.sh2
3 files changed, 3 insertions, 4 deletions
diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile
index 238307e..594d964 100644
--- a/editors/jedit/Makefile
+++ b/editors/jedit/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= jedit
-PORTVERSION= 3.0.1
-PORTREVISION= 1
+PORTVERSION= 3.0.2
CATEGORIES= editors java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://members.xoom.com/romainguy/
diff --git a/editors/jedit/distinfo b/editors/jedit/distinfo
index 18074cc..0f1acfa 100644
--- a/editors/jedit/distinfo
+++ b/editors/jedit/distinfo
@@ -1,2 +1,2 @@
-MD5 (jedit301install.jar) = a52c77ed8836e36301c775d6bccf0499
+MD5 (jedit302install.jar) = e5e1d9493f0e7e706c66cd0874960b16
MD5 (swingall.jar) = 356f8091f94afcb128a3477dec5e8755
diff --git a/editors/jedit/files/jedit.sh b/editors/jedit/files/jedit.sh
index 009d1eb..2d74fbb 100644
--- a/editors/jedit/files/jedit.sh
+++ b/editors/jedit/files/jedit.sh
@@ -3,4 +3,4 @@
CLASSPATH=${CLASSPATH}:%%PREFIX%%/share/java/jedit/swingall.jar:%%PREFIX%%/share/java/jedit/jedit.jar
export CLASSPATH
-exec %%LOCALBASE%%/bin/javavm org.gjt.sp.jedit.jEdit $@
+exec %%LOCALBASE%%/bin/javavm org.gjt.sp.jedit.jEdit "$@"
OpenPOWER on IntegriCloud