diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-04-11 17:10:11 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-04-11 17:10:11 +0000 |
commit | f9c8f139490d532e5bac008645780d6625be97c5 (patch) | |
tree | 38450a6bd6fb40591bbb0c005a05b8fe2389acb9 /devel/astah-community | |
parent | 5a292efffafb73f9a8c444b67337dec24f6efd56 (diff) | |
download | ports-f9c8f139490d532e5bac008645780d6625be97c5.tar.gz ports-f9c8f139490d532e5bac008645780d6625be97c5.zip |
Notes
Diffstat (limited to 'devel/astah-community')
-rw-r--r-- | devel/astah-community/Makefile | 3 | ||||
-rw-r--r-- | devel/astah-community/distinfo | 6 | ||||
-rw-r--r-- | devel/astah-community/files/patch-jude | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/astah-community/Makefile b/devel/astah-community/Makefile index 9d50739d18e7..ec476e707cb0 100644 --- a/devel/astah-community/Makefile +++ b/devel/astah-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/astah-community/distinfo b/devel/astah-community/distinfo index 11cde11e049a..dba98bf2ad81 100644 --- a/devel/astah-community/distinfo +++ b/devel/astah-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/astah-community/files/patch-jude b/devel/astah-community/files/patch-jude index 61e51ae1b8f0..c0bae388278b 100644 --- a/devel/astah-community/files/patch-jude +++ b/devel/astah-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 |