Date: Mon, 1 Aug 2005 23:03:30 +0900 (JST) From: Yoshihiko Sarumaru <mistral@imasy.or.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84432: update port: devel/jude-community Message-ID: <200508011403.j71E3U0D021373@shimako.yamayuri.org> Resent-Message-ID: <200508011410.j71EAJck045920@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84432 >Category: ports >Synopsis: update port: devel/jude-community >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: Mon Aug 01 14:10:19 GMT 2005 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508011403.j71E3U0D021373>