diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-11-17 23:20:13 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-11-17 23:20:13 +0800 |
commit | 699b63b15ffc2b45383442243296d5eb0e25ac62 (patch) | |
tree | 3b23f31981bfa6909fd622647470fd8897f22765 /devel/jude-community | |
parent | 5546dbc06d93ea14982aaa9e429899de97c6aeb3 (diff) | |
download | freebsd-ports-gnome-699b63b15ffc2b45383442243296d5eb0e25ac62.tar.gz freebsd-ports-gnome-699b63b15ffc2b45383442243296d5eb0e25ac62.tar.zst freebsd-ports-gnome-699b63b15ffc2b45383442243296d5eb0e25ac62.zip |
Update port to version 3.1
Changes from the last release are:
- Window Menu added
- Diagram Editor Frame Visibility Setting
- Window size of Diagram Editor improved
- Updating of System Properties improved
- Bug Fix
PR: ports/105536
Submitted by: mistral@imasy.or.jp (maintainer)
Approved by: flz (mentor)
Diffstat (limited to 'devel/jude-community')
-rw-r--r-- | devel/jude-community/Makefile | 9 | ||||
-rw-r--r-- | devel/jude-community/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/jude-community/Makefile b/devel/jude-community/Makefile index 8dd846ebbe86..b11a0034231e 100644 --- a/devel/jude-community/Makefile +++ b/devel/jude-community/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jude-community -PORTVERSION= 3.0.1 +PORTVERSION= 3.1 CATEGORIES= devel java MASTER_SITES= # you have to register yourself as a member to download DISTNAME= ${PORTNAME}-${PORTVERSION:S!.!_!g} @@ -17,7 +17,9 @@ COMMENT= A Java/UML Object-Oriented Design Tool USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.4+ +# HTML export doesn't work with JDK 5.0. +# Expect that, Jude Community 3.1 works fine with JDK 5.0 +JAVA_VERSION= 1.4 # It doesn't work well with linux-sun-jdk14 # I haven't tested with the jdks of blackdown or ibm JAVA_OS= native @@ -31,7 +33,8 @@ DOWNLOAD_URL= http://jude.change-vision.com/jude-web/download/index.html PLIST_FILES= bin/jude share/${PORTNAME}/mozilla DATA_FILES= ${PORTNAME}.jar jude-api.jar JudeDefaultModel.jude \ - jude.ico jude-doc.ico Welcome.jude + JudeDefaultModel_ja.jude jude-gui_en.properties_org \ + jude.ico jude-doc.ico Welcome.jude Welcome_ja.jude .for file in ${DATA_FILES} PLIST_FILES+= share/${PORTNAME}/${file} .endfor diff --git a/devel/jude-community/distinfo b/devel/jude-community/distinfo index 409620e78caa..a41397846686 100644 --- a/devel/jude-community/distinfo +++ b/devel/jude-community/distinfo @@ -1,3 +1,3 @@ -MD5 (jude-community-3_0_1.zip) = 21e0dff5679719b0544f99ea1625ddb7 -SHA256 (jude-community-3_0_1.zip) = c00fe2397f66fd37497f87c04ae33592806e783d9de27dab48cf0bdc34c8d93c -SIZE (jude-community-3_0_1.zip) = 5021003 +MD5 (jude-community-3_1.zip) = e9c6f5cbbc2740ac8bd0e6228e11db8d +SHA256 (jude-community-3_1.zip) = ee456742bfbbbdd0ac601753cca434a7af9f48721d53291b3baa0323fa06d8f4 +SIZE (jude-community-3_1.zip) = 5412171 |