Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2006 03:30:33 +0900 (JST)
From:      mistral@imasy.or.jp
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105536: update port: devel/jude-community: update to 3.1
Message-ID:  <200611141830.kAEIUXmO049091@sachiko.yamayuri.org>
Resent-Message-ID: <200611141840.kAEIe2M4086419@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105536
>Category:       ports
>Synopsis:       update port: devel/jude-community: update to 3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 14 18:40:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     User &
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD sachiko.yamayuri.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Tue Nov 14 00:51:50 JST 2006 sarumaru@sachiko.yamayuri.org:/usr/obj/usr/src/sys/VGN-TX92S i386


	
>Description:
	This PR updates devel/jude-community to 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

>How-To-Repeat:
	
>Fix:
diff -ur jude-community.bak/Makefile jude-community/Makefile
--- jude-community.bak/Makefile	Sun Sep  3 09:19:23 2006
+++ jude-community/Makefile	Wed Nov 15 03:25:46 2006
@@ -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 @@
 
 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 @@
 
 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 -ur jude-community.bak/distinfo jude-community/distinfo
--- jude-community.bak/distinfo	Thu Jul 27 00:05:11 2006
+++ jude-community/distinfo	Sun Nov 12 02:40:18 2006
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611141830.kAEIUXmO049091>