summaryrefslogtreecommitdiff
path: root/editors/jedit
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-05 10:31:58 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-05 10:31:58 +0000
commit03c78cdae157936d5133098633fd945a63916ef2 (patch)
treea8086d4f1a0c89925cf92219dbe68c8dcf9f9a77 /editors/jedit
parentDepend on Apache. This should fix the build problem on bento although (diff)
Update to 3.0.2.
Notes
Notes: svn path=/head/; revision=40878
Diffstat (limited to 'editors/jedit')
-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 238307e134ee..594d9649a12d 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 18074cc558dc..0f1acfabaff8 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 009d1eb7fd93..2d74fbb1e80c 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 "$@"