From mistral@imasy.or.jp  Mon Aug  1 14:04:22 2005
Return-Path: <mistral@imasy.or.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DC7E916A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Aug 2005 14:04:22 +0000 (GMT)
	(envelope-from mistral@imasy.or.jp)
Received: from ns6.sony.co.jp (NS6.Sony.CO.JP [137.153.0.32])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 747D643D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Aug 2005 14:04:20 +0000 (GMT)
	(envelope-from mistral@imasy.or.jp)
Received: from mail3.sony.co.jp ([43.0.1.203])
Received: from mail3.sony.co.jp (localhost [127.0.0.1])
	by mail3.sony.co.jp (R8/Sony) with ESMTP id j71E4JJe026033
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 1 Aug 2005 23:04:19 +0900 (JST)
Received: from shimako.yamayuri.org ([43.2.69.169])
	by mail3.sony.co.jp (R8/Sony) with ESMTP id j71E4JnT026028
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 1 Aug 2005 23:04:19 +0900 (JST)
Received: from shimako.yamayuri.org (localhost [IPv6:::1])
	by shimako.yamayuri.org (8.13.3/8.13.3/shimako) with ESMTP id j71E3UUl021374
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 1 Aug 2005 23:03:31 +0900 (JST)
	(envelope-from mistral@imasy.or.jp)
Received: (from sarumaru@localhost)
	by shimako.yamayuri.org (8.13.3/8.13.3/Submit) id j71E3U0D021373;
	Mon, 1 Aug 2005 23:03:30 +0900 (JST)
	(envelope-from sarumaru)
Message-Id: <200508011403.j71E3U0D021373@shimako.yamayuri.org>
Date: Mon, 1 Aug 2005 23:03:30 +0900 (JST)
From: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Reply-To: Yoshihiko Sarumaru <mistral@imasy.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update port: devel/jude-community
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84432
>Category:       ports
>Synopsis:       update port: devel/jude-community
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 01 14:10:19 GMT 2005
>Closed-Date:    Mon Aug 01 14:40:36 GMT 2005
>Last-Modified:  Mon Aug 01 14:40:36 GMT 2005
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD shimako.yamayuri.org 4.11-STABLE FreeBSD 4.11-STABLE #0: Sat Jul 16 21:26:12 JST 2005 sarumaru@shimako.yamayuri.org:/usr/obj/usr/src/sys/Z505VRK i386


	
>Description:
	This PR updates devel/jude-community from 1.5.2 to 1.6.1
>How-To-Repeat:
	
>Fix:
--- Makefile.orig	Sun May  8 22:39:41 2005
+++ Makefile	Mon Aug  1 22:58:06 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	jude-community
-PORTVERSION=	1.5.2
+PORTVERSION=	1.6.1
 CATEGORIES=	devel java
 MASTER_SITES=	# you have to register yourself as a member to download
 DISTNAME=	${PORTNAME}-${PORTVERSION:S!.!_!g}
@@ -50,7 +50,7 @@
 do-install:
 	${MKDIR} ${DATADIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/jude ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${FILESDIR}/netscape ${DATADIR}
+	${INSTALL_SCRIPT} ${FILESDIR}/mozilla ${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/JudeDefaultModel.jude ${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/jude.ico ${DATADIR}
--- distinfo.orig	Sun Jun 19 01:15:30 2005
+++ distinfo	Mon Aug  1 18:17:19 2005
@@ -1,2 +1,2 @@
-MD5 (jude-community-1_5_2.zip) = 184b58f7f5e4cf42908400c2913a640b
-SIZE (jude-community-1_5_2.zip) = 3155223
+MD5 (jude-community-1_6_1.zip) = fd50198796427cb36a6e9ffa1a86c6f6
+SIZE (jude-community-1_6_1.zip) = 3406827
--- /dev/null	Mon Aug  1 22:59:25 2005
+++ files/mozilla	Mon Aug  1 22:53:31 2005
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# eliminate own path from PATH (without this, cause a inifinite loop)
+PATH=${PATH#$(dirname $0)}
+
+# add your favorite browser in the top of the list
+for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera
+do
+    type $browser > /dev/null 2>&1 && exec $browser "$@"
+done
--- pkg-plist.orig      Wed Nov 24 00:54:20 2004
+++ pkg-plist   Mon Aug  1 23:02:55 2005
@@ -1,5 +1,5 @@
 bin/jude
-%%DATADIR%%/netscape
+%%DATADIR%%/mozilla
 %%DATADIR%%/%%PORTNAME%%.jar
 %%DATADIR%%/JudeDefaultModel.jude
 %%DATADIR%%/jude.ico
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Mon Aug 1 14:38:20 GMT 2005 
State-Changed-Why:  
Committed, thanks! 
Next time, let's play it safe! :D 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84432 
>Unformatted:
