aboutsummaryrefslogtreecommitdiff
path: root/devel/jude-community
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2007-04-11 17:10:11 +0000
committerNicola Vitale <nivit@FreeBSD.org>2007-04-11 17:10:11 +0000
commitf9c8f139490d532e5bac008645780d6625be97c5 (patch)
tree38450a6bd6fb40591bbb0c005a05b8fe2389acb9 /devel/jude-community
parent5a292efffafb73f9a8c444b67337dec24f6efd56 (diff)
downloadports-f9c8f139490d532e5bac008645780d6625be97c5.tar.gz
ports-f9c8f139490d532e5bac008645780d6625be97c5.zip
Notes
Diffstat (limited to 'devel/jude-community')
-rw-r--r--devel/jude-community/Makefile3
-rw-r--r--devel/jude-community/distinfo6
-rw-r--r--devel/jude-community/files/patch-jude2
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/jude-community/Makefile b/devel/jude-community/Makefile
index 9d50739d18e7..ec476e707cb0 100644
--- a/devel/jude-community/Makefile
+++ b/devel/jude-community/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= jude-community
-PORTVERSION= 3.1.1
+PORTVERSION= 3.2.1
CATEGORIES= devel java
MASTER_SITES= # you have to register yourself as a member to download
DISTNAME= ${PORTNAME}-${PORTVERSION:S!.!_!g}
@@ -19,6 +19,7 @@ USE_ZIP= yes
USE_JAVA= yes
# HTML export doesn't work with JDK 5.0.
# Expect that, Jude Community 3.1 works fine with JDK 5.0
+# work around to use JDK 5.0: symlink or copy tools.jar from JDK 1.4.
JAVA_VERSION= 1.4
# It doesn't work well with linux-sun-jdk14
# I haven't tested with the jdks of blackdown or ibm
diff --git a/devel/jude-community/distinfo b/devel/jude-community/distinfo
index 11cde11e049a..dba98bf2ad81 100644
--- a/devel/jude-community/distinfo
+++ b/devel/jude-community/distinfo
@@ -1,3 +1,3 @@
-MD5 (jude-community-3_1_1.zip) = a6e8a36e12a1c20a97b8a4f24f1b8014
-SHA256 (jude-community-3_1_1.zip) = a4a7aca19af097511a5019130c75f4484f3f599fd80b72acf4ddbbfa615565fc
-SIZE (jude-community-3_1_1.zip) = 5420109
+MD5 (jude-community-3_2_1.zip) = 746ed0ab6bf076c62479475166e94f74
+SHA256 (jude-community-3_2_1.zip) = 619900cffb5de6760d287e205d91ec5c052e5aac3b9389e88de5403146794c3c
+SIZE (jude-community-3_2_1.zip) = 6137351
diff --git a/devel/jude-community/files/patch-jude b/devel/jude-community/files/patch-jude
index 61e51ae1b8f0..c0bae388278b 100644
--- a/devel/jude-community/files/patch-jude
+++ b/devel/jude-community/files/patch-jude
@@ -3,7 +3,7 @@
@@ -3,13 +3,14 @@
#Remove "#" from following two lines, if you'd like to use j2sdk.
#JAVA_HOME=/usr/lib/j2sdk1.4/;export JAVA_HOME
- #PATH=$JAVA_HOME/bin; export PATH
+ #PATH=$JAVA_HOME/bin:$PATH; export PATH
+PATH=%%DATADIR%%:$PATH
-#JUDE_HOME=/usr/local/share/jude_community