From question@closedsrc.org  Mon Jan  3 22:57:21 2005
Return-Path: <question@closedsrc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2DB5516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Jan 2005 22:57:21 +0000 (GMT)
Received: from q.closedsrc.org (ip233.gte244.dsl-acs2.sea.iinet.com [209.20.244.233])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AAFF543D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Jan 2005 22:57:20 +0000 (GMT)
	(envelope-from question@closedsrc.org)
Received: by q.closedsrc.org (Postfix, from userid 1001)
	id 8069C45037; Mon,  3 Jan 2005 14:57:15 -0800 (PST)
Message-Id: <20050103225715.8069C45037@q.closedsrc.org>
Date: Mon,  3 Jan 2005 14:57:15 -0800 (PST)
From: Linh Pham <question+fbsdports@closedsrc.org>
Reply-To: Linh Pham <question+fbsdports@closedsrc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update Port: editors/jedit-devel to 4.3pre1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75770
>Category:       ports
>Synopsis:       Update Port: editors/jedit-devel to 4.3pre1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hq
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 03 23:00:42 GMT 2005
>Closed-Date:    Mon Feb 21 23:29:45 GMT 2005
>Last-Modified:  Mon Feb 21 23:29:45 GMT 2005
>Originator:     Linh Pham
>Release:        FreeBSD 5.2.1-RELEASE-p13 i386
>Organization:
>Environment:
System: FreeBSD q.internal.closedsrc.org 5.2.1-RELEASE-p13 FreeBSD 5.2.1-RELEASE-p13 #4: Sun Dec 5 16:40:19 PST 2004 question@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386
>Description:
Update the existing editors/jedit-devel port from 4.2.0pre15 to 4.3pre1 and
remove the expiration date from the port. 4.3pre1 now requires Java 1.4 or
newer, reflected that in the patch.
>How-To-Repeat:
>Fix:

--- jedit-devel_4.3pre1.diff begins here ---
diff -ruN /usr/ports/editors/jedit-devel/Makefile jedit-devel/Makefile
--- /usr/ports/editors/jedit-devel/Makefile	Mon Jan  3 13:51:48 2005
+++ jedit-devel/Makefile	Mon Jan  3 14:36:40 2005
@@ -5,24 +5,21 @@
 # $FreeBSD: ports/editors/jedit-devel/Makefile,v 1.6 2004/12/18 23:02:24 kris Exp $
 #
 
-PORTNAME=	jedit
-PORTVERSION=	4.2.0pre15
+PORTNAME=	jedit-devel
+PORTVERSION=	4.3pre1
 CATEGORIES=	editors java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
-_DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}install
-DISTNAME=	${_DISTNAME:S/0pre/pre/}
+MASTER_SITE_SUBDIR=	${PORTNAME:S/-devel//g}
+DISTNAME=	${PORTNAME:S/-devel//g}${PORTVERSION:S/.//g}install
 EXTRACT_SUFX=	.jar
 EXTRACT_ONLY=
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Powerful programmer's text editor written in Java
 
-IGNORE=		marked as IGNORE: editors/jedit is the latest version
-EXPIRATION_DATE=2005-02-18
-DEPRECATED=	"${IGNORE}"
+CONFLICTS=	jedit-4.*
 
-USE_JAVA=	1.3+
+USE_JAVA=	1.4+
 
 USE_XLIB=	yes
 NO_BUILD=	yes
@@ -50,12 +47,5 @@
 		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
 	@${FIND} ${JAVASHAREDIR} -type d | ${SORT} -r | \
 		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
-	@${ECHO_CMD} "******************************************************"
-	@${ECHO_CMD} ""
-	@${ECHO_CMD} "In order to use the optional SFTP plug-in for jEdit,"
-	@${ECHO_CMD} "you will need to have Java JDK version 1.4 or newer"
-	@${ECHO_CMD} "installed."
-	@${ECHO_CMD} ""
-	@${ECHO_CMD} "******************************************************"
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/editors/jedit-devel/distinfo jedit-devel/distinfo
--- /usr/ports/editors/jedit-devel/distinfo	Sun Jul 18 23:52:02 2004
+++ jedit-devel/distinfo	Mon Jan  3 14:33:37 2005
@@ -1,2 +1,2 @@
-MD5 (jedit42pre15install.jar) = bc91d479864cae0bf0471de13036251b
-SIZE (jedit42pre15install.jar) = 2066422
+MD5 (jedit43pre1install.jar) = 05f6cbe772168e2f2a4452bf43350115
+SIZE (jedit43pre1install.jar) = 2094257
--- jedit-devel_4.3pre1.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Tue Jan 18 12:31:14 GMT 2005 
State-Changed-Why:  
I can't quit jedit-devel on 4.11: It will freeze when I select Quit 
in the menu. Is this a known problem? If I replace the 'javavm'- 
invocation (which yields the following warning btw: 
"javavm: warning: The use of 'javavm' as a synonym for 'java' is deprecated") 
I can exit, but my pkgdb isn't quite sure where /usr/local/bin/java 
is coming from :/ Maybe the javavm in the shell-script should be 
replaced by the value of ${JAVA}? 


Responsible-Changed-From-To: freebsd-ports-bugs->vs 
Responsible-Changed-By: vs 
Responsible-Changed-When: Tue Jan 18 12:31:14 GMT 2005 
Responsible-Changed-Why:  
Track this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75770 

From: Linh Pham <question@closedsrc.org>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Fwd: Re: ports/75770: Update Port: editors/jedit-devel to 4.3pre1
Date: Wed, 19 Jan 2005 11:52:31 -0800

 --pf9I7BMVVzbSWLtt
 Content-Type: message/rfc822
 Content-Disposition: inline
 
 Date: Tue, 18 Jan 2005 17:11:55 -0800
 From: Linh Pham <question+fbsdports@closedsrc.org>
 To: Volker Stolz <vs@FreeBSD.org>
 Cc: question+fbsdports@closedsrc.org, freebsd-ports-bugs@FreeBSD.org
 Subject: Re: ports/75770: Update Port: editors/jedit-devel to 4.3pre1
 Message-ID: <20050119011155.GA76977@q.internal.closedsrc.org>
 References: <200501181236.j0ICam7A000417@freefall.freebsd.org>
 Mime-Version: 1.0
 Content-Type: multipart/mixed; boundary="3V7upXqbjpZ4EhLz"
 Content-Disposition: inline
 In-Reply-To: <200501181236.j0ICam7A000417@freefall.freebsd.org>
 Organization: closedsrc.org
 Mail-Copies-To: poster
 X-PGP-Key: http://closedsrc.org/~question/pubkey.asc
 User-Agent: Mutt/1.5.6i
 
 
 --3V7upXqbjpZ4EhLz
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2005-01-18 12:36 +0000, Volker Stolz <vs@FreeBSD.org> wrote:
 
 # State-Changed-From-To: open->feedback
 # State-Changed-By: vs
 # State-Changed-When: Tue Jan 18 12:31:14 GMT 2005
 # State-Changed-Why:=20
 # I can't quit jedit-devel on 4.11: It will freeze when I select Quit
 # in the menu. Is this a known problem? If I replace the 'javavm'-
 # invocation (which yields the following warning btw:
 # "javavm: warning: The use of 'javavm' as a synonym for 'java' is deprecat=
 ed")
 # I can exit, but my pkgdb isn't quite sure where /usr/local/bin/java
 # is coming from :/ Maybe the javavm in the shell-script should be
 # replaced by the value of ${JAVA}?
 
 I have modified the patched Makefile to use ${JAVA} instead of
 ${LOCALBASE}/bin/javavm and replaced "javavm" with "java" in the patched
 files/jedit.sh.
 
 As far as the freezing problem under 4.11, I just installed 4.11-RC3,
 XFree86 4.4.0_1,1, JDK 1.4.2 (latest version, bootstrapped with
 linux-sun-jdk14) and jEdit 4.3pre1 and it didn't hang on me while
 exiting from the menu. What is the environment that you using where it hangs
 on exiting?
 
 Attached is the updated patch against the current editors/jedit-devel.
 
 --=20
 Linh Pham                               question+fbsdports@closedsrc.org
 Webmaster and FreeBSD Geek                          http://closedsrc.org
 Apprentice Manager Editor and Writer           http://www.daemonnews.org
 Q->Worf: Eat any good books lately? | Humans =3D Ugly Bags of Mostly Water
 
 --3V7upXqbjpZ4EhLz
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="jedit-devel_4.3pre1.diff2"
 Content-Transfer-Encoding: quoted-printable
 
 diff -ruN /usr/ports/editors/jedit-devel/Makefile jedit-devel/Makefile
 --- /usr/ports/editors/jedit-devel/Makefile	Sat Dec 18 17:15:42 2004
 +++ jedit-devel/Makefile	Tue Jan 18 17:04:14 2005
 @@ -5,24 +5,21 @@
  # $FreeBSD: ports/editors/jedit-devel/Makefile,v 1.6 2004/12/18 23:02:24 k=
 ris Exp $
  #
 =20
 -PORTNAME=3D	jedit
 -PORTVERSION=3D	4.2.0pre15
 +PORTNAME=3D	jedit-devel
 +PORTVERSION=3D	4.3pre1
  CATEGORIES=3D	editors java
  MASTER_SITES=3D	${MASTER_SITE_SOURCEFORGE}
 -MASTER_SITE_SUBDIR=3D	${PORTNAME}
 -_DISTNAME=3D	${PORTNAME}${PORTVERSION:S/.//g}install
 -DISTNAME=3D	${_DISTNAME:S/0pre/pre/}
 +MASTER_SITE_SUBDIR=3D	${PORTNAME:S/-devel//g}
 +DISTNAME=3D	${PORTNAME:S/-devel//g}${PORTVERSION:S/.//g}install
  EXTRACT_SUFX=3D	.jar
  EXTRACT_ONLY=3D
 =20
  MAINTAINER=3D	ports@FreeBSD.org
  COMMENT=3D	Powerful programmer's text editor written in Java
 =20
 -IGNORE=3D		marked as IGNORE: editors/jedit is the latest version
 -EXPIRATION_DATE=3D2005-02-18
 -DEPRECATED=3D	"${IGNORE}"
 +CONFLICTS=3D	jedit-4.*
 =20
 -USE_JAVA=3D	1.3+
 +USE_JAVA=3D	1.4+
 =20
  USE_XLIB=3D	yes
  NO_BUILD=3D	yes
 @@ -38,7 +35,7 @@
  do-install:
  	@${SED} "s|%%PREFIX%%|${PREFIX}| ; s|%%WRKDIR%%|${WRKDIR}|" ${FILESDIR}/i=
 nstscript | \
  		${SETENV} CLASSPATH=3D${DISTDIR}/${DISTNAME}.jar \
 -		${LOCALBASE}/bin/javavm installer.Install text
 +		${JAVA} installer.Install text
  	@${INSTALL_SCRIPT} ${WRKDIR}/jedit.sh ${PREFIX}/bin/jedit
 =20
  .if defined(PARALLEL_PACKAGE_BUILD)
 @@ -50,12 +47,5 @@
  		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
  	@${FIND} ${JAVASHAREDIR} -type d | ${SORT} -r | \
  		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
 -	@${ECHO_CMD} "******************************************************"
 -	@${ECHO_CMD} ""
 -	@${ECHO_CMD} "In order to use the optional SFTP plug-in for jEdit,"
 -	@${ECHO_CMD} "you will need to have Java JDK version 1.4 or newer"
 -	@${ECHO_CMD} "installed."
 -	@${ECHO_CMD} ""
 -	@${ECHO_CMD} "******************************************************"
 =20
  .include <bsd.port.mk>
 diff -ruN /usr/ports/editors/jedit-devel/distinfo jedit-devel/distinfo
 --- /usr/ports/editors/jedit-devel/distinfo	Wed Aug 11 20:23:31 2004
 +++ jedit-devel/distinfo	Tue Jan 18 17:01:01 2005
 @@ -1,2 +1,2 @@
 -MD5 (jedit42pre15install.jar) =3D bc91d479864cae0bf0471de13036251b
 -SIZE (jedit42pre15install.jar) =3D 2066422
 +MD5 (jedit43pre1install.jar) =3D 05f6cbe772168e2f2a4452bf43350115
 +SIZE (jedit43pre1install.jar) =3D 2094257
 diff -ruN /usr/ports/editors/jedit-devel/files/jedit.sh jedit-devel/files/j=
 edit.sh
 --- /usr/ports/editors/jedit-devel/files/jedit.sh	Wed Jun  2 19:35:30 2004
 +++ jedit-devel/files/jedit.sh	Tue Jan 18 17:01:24 2005
 @@ -4,5 +4,5 @@
  # Java heap size, in megabytes
  JAVA_HEAP_SIZE=3D32
 =20
 -exec %%LOCALBASE%%/bin/javavm -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar \
 +exec %%LOCALBASE%%/bin/java -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar \
  	"%%PREFIX%%/share/java/jedit/jedit.jar" "$@"
 
 --3V7upXqbjpZ4EhLz--
 
 --pf9I7BMVVzbSWLtt
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFB7rp+whofDeWkDMIRAtw4AKCa1CXDJ5bJuOj8obOuvSN8ffgYPACfV5Hk
 uEy2kQVKJeiNOfic99Z83lA=
 =gBuF
 -----END PGP SIGNATURE-----
 
 --pf9I7BMVVzbSWLtt--

From: Linh Pham <question+fbsdports@closedsrc.org>
To: Linh Pham <question+fbsdports@closedsrc.org>
Cc: Volker Stolz <vs@FreeBSD.org>, freebsd-ports-bugs@FreeBSD.org,
	freebsd-gnats-submit@freebsd.org
Subject: Re: ports/75770: Update Port: editors/jedit-devel to 4.3pre1
Date: Fri, 4 Feb 2005 15:26:23 -0800

 --qcHopEYAB45HaUaB
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 I don't want to be a PITA, but will the patch to update
 editors/jedit-devel be committed before the port expires on 2005-02-18?
 
 --=20
 Linh Pham                               question+fbsdports@closedsrc.org
 Webmaster and FreeBSD Geek                          http://closedsrc.org
 Apprentice Manager Editor and Writer           http://www.daemonnews.org
 Q->Worf: Eat any good books lately? | Humans =3D Ugly Bags of Mostly Water
 
 --qcHopEYAB45HaUaB
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCBASfwhofDeWkDMIRArDmAJ9bJfXj5yJxqNWLFQLLXCH2TLMFrwCgoEG6
 iwSZ0LXRff1Lt1+aFIV+8gw=
 =JJRb
 -----END PGP SIGNATURE-----
 
 --qcHopEYAB45HaUaB--

From: Linh Pham <question+fbsdports@closedsrc.org>
To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Cc: freebsd-ports-bugs@freebsd.org, freebsd-gnats-submit@freebsd.org
Subject: Re: ports/75770: Update Port: editors/jedit-devel to 4.3pre1
Date: Tue, 15 Feb 2005 17:09:38 -0800

 --NMuMz9nt05w80d4+
 Content-Type: multipart/mixed; boundary="XsQoSWH+UP9D9v3l"
 Content-Disposition: inline
 
 
 --XsQoSWH+UP9D9v3l
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2005-02-13 19:21 +0100, Volker Stolz <stolz@i2.informatik.rwth-aachen.de=
 > wrote:
 
 # Sorry for the delay. Looks like your picking up too much stuff when
 # generating your plist:
 
 [snip]
 
 # Shouldn't you be looking only in share/java/jedit?
 
 I've attached an updated Makefile diff against the current version of
 ports/editors/jedit-devel/Makefile that limits the deletion to
 ${JAVASHAREDIR}/jedit.
 
 --=20
 Linh Pham                               question+fbsdports@closedsrc.org
 Webmaster and FreeBSD Geek                          http://closedsrc.org
 Apprentice Manager Editor and Writer           http://www.daemonnews.org
 Q->Worf: Eat any good books lately? | Humans =3D Ugly Bags of Mostly Water
 
 --XsQoSWH+UP9D9v3l
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="jedit-devel_Makefile.diff"
 Content-Transfer-Encoding: quoted-printable
 
 --- ../jedit-devel.orig/Makefile	Fri Jan 21 12:57:38 2005
 +++ ./Makefile	Tue Feb 15 16:54:54 2005
 @@ -5,24 +5,21 @@
  # $FreeBSD: ports/editors/jedit-devel/Makefile,v 1.7 2005/01/21 20:57:38 k=
 rion Exp $
  #
 =20
 -PORTNAME=3D	jedit
 -PORTVERSION=3D	4.2.0pre15
 +PORTNAME=3D	jedit-devel
 +PORTVERSION=3D	4.3pre1
  CATEGORIES=3D	editors java
  MASTER_SITES=3D	${MASTER_SITE_SOURCEFORGE}
 -MASTER_SITE_SUBDIR=3D	${PORTNAME}
 -_DISTNAME=3D	${PORTNAME}${PORTVERSION:S/.//g}install
 -DISTNAME=3D	${_DISTNAME:S/0pre/pre/}
 +MASTER_SITE_SUBDIR=3D	${PORTNAME:S/-devel//g}
 +DISTNAME=3D	${PORTNAME:S/-devel//g}${PORTVERSION:S/.//g}install
  EXTRACT_SUFX=3D	.jar
  EXTRACT_ONLY=3D
 =20
  MAINTAINER=3D	ports@FreeBSD.org
  COMMENT=3D	Powerful programmer's text editor written in Java
 =20
 -IGNORE=3D		marked as IGNORE: editors/jedit is the latest version
 -EXPIRATION_DATE=3D2005-02-18
 -DEPRECATED=3D	"${IGNORE}"
 +CONFLICTS=3D	jedit-4.*
 =20
 -USE_JAVA=3D	1.3+
 +USE_JAVA=3D	1.4+
 =20
  LATEST_LINK=3D	jedit-devel
  USE_XLIB=3D	yes
 @@ -39,7 +36,7 @@
  do-install:
  	@${SED} "s|%%PREFIX%%|${PREFIX}| ; s|%%WRKDIR%%|${WRKDIR}|" ${FILESDIR}/i=
 nstscript | \
  		${SETENV} CLASSPATH=3D${DISTDIR}/${DISTNAME}.jar \
 -		${LOCALBASE}/bin/javavm installer.Install text
 +		${JAVA} installer.Install text
  	@${INSTALL_SCRIPT} ${WRKDIR}/jedit.sh ${PREFIX}/bin/jedit
 =20
  .if defined(PARALLEL_PACKAGE_BUILD)
 @@ -47,16 +44,9 @@
  .endif
 =20
  post-install:
 -	@${FIND} ${JAVASHAREDIR} ! -type d | \
 +	@${FIND} ${JAVASHAREDIR}/${PORTNAME:S/-devel//g} ! -type d | \
  		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
 -	@${FIND} ${JAVASHAREDIR} -type d | ${SORT} -r | \
 +	@${FIND} ${JAVASHAREDIR}/${PORTNAME:S/-devel//g} -type d | ${SORT} -r | \
  		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
 -	@${ECHO_CMD} "******************************************************"
 -	@${ECHO_CMD} ""
 -	@${ECHO_CMD} "In order to use the optional SFTP plug-in for jEdit,"
 -	@${ECHO_CMD} "you will need to have Java JDK version 1.4 or newer"
 -	@${ECHO_CMD} "installed."
 -	@${ECHO_CMD} ""
 -	@${ECHO_CMD} "******************************************************"
 =20
  .include <bsd.port.mk>
 
 --XsQoSWH+UP9D9v3l--
 
 --NMuMz9nt05w80d4+
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCEp1SwhofDeWkDMIRAoHdAJ4vu7XUQkytqqzboU9ulGiBBo6pagCeNqfp
 JyPO7eZqdj6B+EYYgHM4wgk=
 =P40m
 -----END PGP SIGNATURE-----
 
 --NMuMz9nt05w80d4+--

From: Herve Quiroz <hq@freebsd.org>
To: freebsd-gnats-submit@freebsd.org,
	question+fbsdports@closedsrc.org
Cc:  
Subject: Re: ports/75770: Update Port: editors/jedit-devel to 4.3pre1
Date: Sat, 19 Feb 2005 00:18:08 +0100

 I updated the editors/jedit port a few days ago and applied the
 following changes:
 
 - Update to bsd.java.mk 2.0
 - Fix dynamic plist creation where all JAVASHAREDIR would be listed (and
   thus removed with the port) (!)
 - Use SUB_LIST and tweak the launcher shell script
 - Move displayed information into pkg-message
 - Use DATADIR=${JAVASHAREDIR}/${PORTNAME}
 
 Maybe you could re-use most of what I've done.
 
 BTW I am strongly advocating against the commit of the current patch
 unless it is updated to bsd.java.mk 2.0 syntax.
 
 Volker, you may re-assign this PR to me if you want.
 
 Herve

From: Linh Pham <question+fbsdports@closedsrc.org>
To: freebsd-gnats-submit@freebsd.org,
	question+fbsdports@closedsrc.org, hq@freebsd.org, vs@freebsd.org
Cc:  
Subject: Re: ports/75770: Update Port: editors/jedit-devel to 4.3pre1
Date: Fri, 18 Feb 2005 15:47:06 -0800

 --Qxx1br4bt0+wmkIi
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment
 Content-Transfer-Encoding: quoted-printable
 
 On 2005-02-19 00:18 +0100, Herve Quiroz <hq@freebsd.org> wrote:
 
 # I updated the editors/jedit port a few days ago and applied the
 # following changes:
 #=20
 # - Update to bsd.java.mk 2.0
 # - Fix dynamic plist creation where all JAVASHAREDIR would be listed (and
 #   thus removed with the port) (!)
 # - Use SUB_LIST and tweak the launcher shell script
 # - Move displayed information into pkg-message
 # - Use DATADIR=3D${JAVASHAREDIR}/${PORTNAME}
 #=20
 # Maybe you could re-use most of what I've done.
 #=20
 # BTW I am strongly advocating against the commit of the current patch
 # unless it is updated to bsd.java.mk 2.0 syntax.
 
 Using the updated editors/jedit port as the base, I made the necessary
 changes for 4.3pre1. 4.3pre1 and newer now require JDK 1.4+, so I
 removed pkg-message and made the change to files/jedit.sh.in and
 Makefile to reflect that.
 
 Let me know if there is anything else that needs to be modified.
 
 --=20
 Linh Pham                               question+fbsdports@closedsrc.org
 Webmaster and FreeBSD Geek                          http://closedsrc.org
 Apprentice Manager Editor and Writer           http://www.daemonnews.org
 Q->Worf: Eat any good books lately? | Humans =3D Ugly Bags of Mostly Water
 
 --Qxx1br4bt0+wmkIi
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCFn55whofDeWkDMIRAi4uAJ0WRWpeor2iQcpZh52ALkhlomMJFwCeKzaq
 xZsR466TMMpdqU6vUpHU5os=
 =fP7X
 -----END PGP SIGNATURE-----
 
 --Qxx1br4bt0+wmkIi--

From: Linh Pham <question+fbsdports@closedsrc.org>
To: Linh Pham <question+fbsdports@closedsrc.org>
Cc: freebsd-gnats-submit@freebsd.org, hq@freebsd.org, vs@freebsd.org
Subject: Re: ports/75770: Update Port: editors/jedit-devel to 4.3pre1
Date: Fri, 18 Feb 2005 19:12:02 -0800

 --/2994txjAzEdQwm5
 Content-Type: multipart/mixed; boundary="wLAMOaPNJ0fu1fTG"
 Content-Disposition: inline
 
 
 --wLAMOaPNJ0fu1fTG
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2005-02-18 15:47 -0800, Linh Pham <question+fbsdports@closedsrc.org> wro=
 te:
 
 # Using the updated editors/jedit port as the base, I made the necessary
 # changes for 4.3pre1. 4.3pre1 and newer now require JDK 1.4+, so I
 # removed pkg-message and made the change to files/jedit.sh.in and
 # Makefile to reflect that.
 
 Oops... forgot to attach the patch :P
 
 --=20
 Linh Pham                               question+fbsdports@closedsrc.org
 Webmaster and FreeBSD Geek                          http://closedsrc.org
 Apprentice Manager Editor and Writer           http://www.daemonnews.org
 Q->Worf: Eat any good books lately? | Humans =3D Ugly Bags of Mostly Water
 
 --wLAMOaPNJ0fu1fTG
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="jedit-devel-4.3pre.diff"
 Content-Transfer-Encoding: quoted-printable
 
 diff -ruN /usr/ports/editors/jedit-devel/Makefile ./jedit-devel/Makefile
 --- /usr/ports/editors/jedit-devel/Makefile	Fri Jan 21 12:57:38 2005
 +++ ./jedit-devel/Makefile	Fri Feb 18 15:29:07 2005
 @@ -1,45 +1,42 @@
 -# New ports collection makefile for:    jedit-devel
 -# Date created:				02 Feb 2004
 -# Whom:					Linh Pham <question+fbsdports@closedsrc.org>
 +# New ports collection makefile for:    jedit
 +# Date created:				22 June 2000
 +# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
  #
 -# $FreeBSD: ports/editors/jedit-devel/Makefile,v 1.7 2005/01/21 20:57:38 k=
 rion Exp $
 +# $FreeBSD: ports/editors/jedit/Makefile,v 1.25 2005/01/29 00:01:49 hq Exp=
  $
  #
 =20
  PORTNAME=3D	jedit
 -PORTVERSION=3D	4.2.0pre15
 +PORTVERSION=3D	4.3pre1
  CATEGORIES=3D	editors java
  MASTER_SITES=3D	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=3D	${PORTNAME}
 -_DISTNAME=3D	${PORTNAME}${PORTVERSION:S/.//g}install
 -DISTNAME=3D	${_DISTNAME:S/0pre/pre/}
 +DISTNAME=3D	${PORTNAME}${PORTVERSION:S/.//g}install
  EXTRACT_SUFX=3D	.jar
  EXTRACT_ONLY=3D
 =20
  MAINTAINER=3D	ports@FreeBSD.org
 -COMMENT=3D	Powerful programmer's text editor written in Java
 +COMMENT=3D	Powerful programmer\'s text editor written in Java
 =20
 -IGNORE=3D		marked as IGNORE: editors/jedit is the latest version
 -EXPIRATION_DATE=3D2005-02-18
 -DEPRECATED=3D	"${IGNORE}"
 +RUN_DEPENDS=3D	java:${PORTSDIR}/java/javavmwrapper
 =20
 -USE_JAVA=3D	1.3+
 +USE_JAVA=3D	yes
 +JAVA_VERSION=3D	1.4+
 =20
 -LATEST_LINK=3D	jedit-devel
  USE_XLIB=3D	yes
  NO_BUILD=3D	yes
 =20
 +DATADIR=3D	${JAVASHAREDIR}/${PORTNAME}
 +
 +SUB_FILES=3D	jedit.sh
 +
  MAN1=3D		jedit.1
  # The complete PLIST is generated in post-install
  PLIST_FILES=3D	bin/jedit
 =20
 -do-configure:
 -	@${SED} "s|%%PREFIX%%|${PREFIX}|g ; s|%%LOCALBASE%%|${LOCALBASE}|g" \
 -		${FILESDIR}/jedit.sh > ${WRKDIR}/jedit.sh
 -
  do-install:
 -	@${SED} "s|%%PREFIX%%|${PREFIX}| ; s|%%WRKDIR%%|${WRKDIR}|" ${FILESDIR}/i=
 nstscript | \
 +	@${SED} "s|%%PREFIX%%|${PREFIX}| ; s|%%DATADIR%%|${DATADIR}| ; s|%%WRKDIR=
 %%|${WRKDIR}|" ${FILESDIR}/instscript | \
  		${SETENV} CLASSPATH=3D${DISTDIR}/${DISTNAME}.jar \
 -		${LOCALBASE}/bin/javavm installer.Install text
 +		${JAVA} installer.Install text
  	@${INSTALL_SCRIPT} ${WRKDIR}/jedit.sh ${PREFIX}/bin/jedit
 =20
  .if defined(PARALLEL_PACKAGE_BUILD)
 @@ -47,16 +44,9 @@
  .endif
 =20
  post-install:
 -	@${FIND} ${JAVASHAREDIR} ! -type d | \
 +	@${FIND} ${DATADIR} ! -type d | \
  		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
 -	@${FIND} ${JAVASHAREDIR} -type d | ${SORT} -r | \
 +	@${FIND} ${DATADIR} -type d | ${SORT} -r | \
  		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
 -	@${ECHO_CMD} "******************************************************"
 -	@${ECHO_CMD} ""
 -	@${ECHO_CMD} "In order to use the optional SFTP plug-in for jEdit,"
 -	@${ECHO_CMD} "you will need to have Java JDK version 1.4 or newer"
 -	@${ECHO_CMD} "installed."
 -	@${ECHO_CMD} ""
 -	@${ECHO_CMD} "******************************************************"
 =20
  .include <bsd.port.mk>
 diff -ruN /usr/ports/editors/jedit-devel/distinfo ./jedit-devel/distinfo
 --- /usr/ports/editors/jedit-devel/distinfo	Sun Jul 18 23:52:02 2004
 +++ ./jedit-devel/distinfo	Fri Feb 18 15:24:39 2005
 @@ -1,2 +1,2 @@
 -MD5 (jedit42pre15install.jar) =3D bc91d479864cae0bf0471de13036251b
 -SIZE (jedit42pre15install.jar) =3D 2066422
 +MD5 (jedit43pre1install.jar) =3D 05f6cbe772168e2f2a4452bf43350115
 +SIZE (jedit43pre1install.jar) =3D 2094257
 diff -ruN /usr/ports/editors/jedit-devel/files/instscript ./jedit-devel/fil=
 es/instscript
 --- /usr/ports/editors/jedit-devel/files/instscript	Wed Jun  2 19:35:30 2004
 +++ ./jedit-devel/files/instscript	Fri Jan 28 16:01:49 2005
 @@ -1,4 +1,4 @@
 -%%PREFIX%%/share/java/jedit
 +%%DATADIR%%
  %%WRKDIR%%
  %%PREFIX%%/man/man1
  Y
 diff -ruN /usr/ports/editors/jedit-devel/files/jedit.sh ./jedit-devel/files=
 /jedit.sh
 --- /usr/ports/editors/jedit-devel/files/jedit.sh	Wed Jun  2 19:35:30 2004
 +++ ./jedit-devel/files/jedit.sh	Wed Dec 31 16:00:00 1969
 @@ -1,8 +0,0 @@
 -#!/bin/sh
 -# $FreeBSD: ports/editors/jedit-devel/files/jedit.sh,v 1.1 2004/06/03 02:3=
 5:30 ijliao Exp $
 -
 -# Java heap size, in megabytes
 -JAVA_HEAP_SIZE=3D32
 -
 -exec %%LOCALBASE%%/bin/javavm -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar \
 -	"%%PREFIX%%/share/java/jedit/jedit.jar" "$@"
 diff -ruN /usr/ports/editors/jedit-devel/files/jedit.sh.in ./jedit-devel/fi=
 les/jedit.sh.in
 --- /usr/ports/editors/jedit-devel/files/jedit.sh.in	Wed Dec 31 16:00:00 19=
 69
 +++ ./jedit-devel/files/jedit.sh.in	Fri Feb 18 15:27:34 2005
 @@ -0,0 +1,7 @@
 +#!/bin/sh
 +# $FreeBSD: ports/editors/jedit/files/jedit.sh.in,v 1.1 2005/01/29 00:01:4=
 9 hq Exp $
 +
 +# Java heap size, in megabytes
 +JAVA_HEAP_SIZE=3D32
 +
 +JAVA_VERSION=3D"1.4+" "%%LOCALBASE%%/bin/java" -mx${JAVA_HEAP_SIZE}m ${JED=
 IT} -jar "%%DATADIR%%/jedit.jar" "$@"
 
 --wLAMOaPNJ0fu1fTG--
 
 --/2994txjAzEdQwm5
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCFq6CwhofDeWkDMIRAlzXAJ9CrxdfQNMECrmozhTuqZjor2MfvwCggcni
 A1DOgrYA2qAVLlIzH9IWnCg=
 =WQNn
 -----END PGP SIGNATURE-----
 
 --/2994txjAzEdQwm5--

From: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
To: Linh Pham <question+fbsdports@closedsrc.org>
Cc: freebsd-gnats-submit@freebsd.org, hq@freebsd.org, vs@freebsd.org
Subject: Re: ports/75770: Update Port: editors/jedit-devel to 4.3pre1
Date: Mon, 21 Feb 2005 02:45:16 +0100

 On Fri, Feb 18, 2005 at 03:47:06PM -0800, Linh Pham wrote:
 > Using the updated editors/jedit port as the base, I made the necessary
 > changes for 4.3pre1. 4.3pre1 and newer now require JDK 1.4+, so I
 > removed pkg-message and made the change to files/jedit.sh.in and
 > Makefile to reflect that.
 > 
 > Let me know if there is anything else that needs to be modified.
 
 'portlint -C' gives me the following:
 
   FATAL: Makefile: PORTVERSION looks illegal. You should modify "4.3pre1".
 
 And I think we should define CONFLICTS to avoid editors/jedit and
 editors/jedit-devel to overwrite each other's files...
 
 Other than that, it's fine IMHO.
 
 Herve
 
 PS: While applying the changes from java/jedit you also overwrote the
 header of Makefile. There's a problem with some $FreeBSD$ tags in
 files/jedit.sh.in also. Just run 'portlint -C' to be sure.

From: Linh Pham <question+fbsdports@closedsrc.org>
To: Linh Pham <question+fbsdports@closedsrc.org>,
	freebsd-gnats-submit@freebsd.org, hq@freebsd.org, vs@freebsd.org
Cc:  
Subject: Re: ports/75770: Update Port: editors/jedit-devel to 4.3pre1
Date: Mon, 21 Feb 2005 14:13:28 -0800

 --VywGB/WGlW4DM4P8
 Content-Type: multipart/mixed; boundary="dTy3Mrz/UPE2dbVg"
 Content-Disposition: inline
 
 
 --dTy3Mrz/UPE2dbVg
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2005-02-21 02:45 +0100, Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> wro=
 te:
 
 # 'portlint -C' gives me the following:
 #=20
 #   FATAL: Makefile: PORTVERSION looks illegal. You should modify "4.3pre1".
 #=20
 # And I think we should define CONFLICTS to avoid editors/jedit and
 # editors/jedit-devel to overwrite each other's files...
 
 [snip]
 
 # PS: While applying the changes from java/jedit you also overwrote the
 # header of Makefile. There's a problem with some $FreeBSD$ tags in
 # files/jedit.sh.in also. Just run 'portlint -C' to be sure.
 
 Patches with the updated PORTVERSION, addition of CONFLICTS and fixing
 the $FreeBSD$ tag in files/jedit.sh.in against current editors/jedit
 and against editors/jedit-devel attached.
 
 --=20
 Linh Pham                               question+fbsdports@closedsrc.org
 Webmaster and FreeBSD Geek                          http://closedsrc.org
 Apprentice Manager Editor and Writer           http://www.daemonnews.org
 Q->Worf: Eat any good books lately? | Humans =3D Ugly Bags of Mostly Water
 
 --dTy3Mrz/UPE2dbVg
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="jedit-devel-4.3pre1.diff2"
 Content-Transfer-Encoding: quoted-printable
 
 diff -ruN /usr/ports/editors/jedit/Makefile jedit-devel/Makefile
 --- /usr/ports/editors/jedit/Makefile	Fri Jan 28 16:01:49 2005
 +++ jedit-devel/Makefile	Mon Feb 21 11:56:33 2005
 @@ -1,16 +1,17 @@
 -# New ports collection makefile for:    jedit
 -# Date created:				22 June 2000
 -# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
 +# New ports collection makefile for:    jedit-devel
 +# Date created:				02 Feb 2004
 +# Whom:					Linh Pham <question+fbsdports@closedsrc.org>
  #
 -# $FreeBSD: ports/editors/jedit/Makefile,v 1.25 2005/01/29 00:01:49 hq Exp=
  $
 +# $FreeBSD: ports/editors/jedit-devel/Makefile,v 1.7 2005/01/21 20:57:38 k=
 rion Exp $
  #
 =20
  PORTNAME=3D	jedit
 -PORTVERSION=3D	4.2
 +PORTVERSION=3D	4.3.p1
  CATEGORIES=3D	editors java
  MASTER_SITES=3D	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=3D	${PORTNAME}
 -DISTNAME=3D	${PORTNAME}${PORTVERSION:S/.//g}install
 +PKGNAMESUFFIX=3D	-devel
 +DISTNAME=3D	${PORTNAME}${PORTVERSION:S/.//g:S/p/pre/g}install
  EXTRACT_SUFX=3D	.jar
  EXTRACT_ONLY=3D
 =20
 @@ -20,7 +21,9 @@
  RUN_DEPENDS=3D	java:${PORTSDIR}/java/javavmwrapper
 =20
  USE_JAVA=3D	yes
 -JAVA_VERSION=3D	1.3+
 +JAVA_VERSION=3D	1.4+
 +
 +CONFLICTS=3D	jedit-4.*
 =20
  USE_XLIB=3D	yes
  NO_BUILD=3D	yes
 @@ -48,6 +51,5 @@
  		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
  	@${FIND} ${DATADIR} -type d | ${SORT} -r | \
  		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
 -	@${CAT} ${PKGMESSAGE}
 =20
  .include <bsd.port.mk>
 diff -ruN /usr/ports/editors/jedit/distinfo jedit-devel/distinfo
 --- /usr/ports/editors/jedit/distinfo	Thu Sep  2 08:18:51 2004
 +++ jedit-devel/distinfo	Fri Feb 18 15:24:39 2005
 @@ -1,2 +1,2 @@
 -MD5 (jedit42install.jar) =3D 4d3f709778d619ccf9fc2d56b60b7cb9
 -SIZE (jedit42install.jar) =3D 2072958
 +MD5 (jedit43pre1install.jar) =3D 05f6cbe772168e2f2a4452bf43350115
 +SIZE (jedit43pre1install.jar) =3D 2094257
 diff -ruN /usr/ports/editors/jedit/files/jedit.sh.in jedit-devel/files/jedi=
 t.sh.in
 --- /usr/ports/editors/jedit/files/jedit.sh.in	Fri Jan 28 16:01:49 2005
 +++ jedit-devel/files/jedit.sh.in	Mon Feb 21 11:48:08 2005
 @@ -1,7 +1,7 @@
  #!/bin/sh
 -# $FreeBSD: ports/editors/jedit/files/jedit.sh.in,v 1.1 2005/01/29 00:01:4=
 9 hq Exp $
 +# $FreeBSD$
 =20
  # Java heap size, in megabytes
  JAVA_HEAP_SIZE=3D32
 =20
 -JAVA_VERSION=3D"1.3+" "%%LOCALBASE%%/bin/java" -mx${JAVA_HEAP_SIZE}m ${JED=
 IT} -jar "%%DATADIR%%/jedit.jar" "$@"
 +JAVA_VERSION=3D"1.4+" "%%LOCALBASE%%/bin/java" -mx${JAVA_HEAP_SIZE}m ${JED=
 IT} -jar "%%DATADIR%%/jedit.jar" "$@"
 diff -ruN /usr/ports/editors/jedit/pkg-message jedit-devel/pkg-message
 --- /usr/ports/editors/jedit/pkg-message	Fri Jan 28 16:01:49 2005
 +++ jedit-devel/pkg-message	Wed Dec 31 16:00:00 1969
 @@ -1,8 +0,0 @@
 -
 -******************************************************
 -
 -In order to use the optional SFTP plug-in for jEdit,
 -you will need to have Java JDK version 1.4 or newer
 -installed.
 -
 -******************************************************
 
 --dTy3Mrz/UPE2dbVg
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="jedit-devel-4.3pre1,against_jedit-devel.diff2"
 Content-Transfer-Encoding: quoted-printable
 
 Binary files /usr/ports/editors/jedit-devel/.Makefile.swp and jedit-devel/.=
 Makefile.swp differ
 diff -ruN /usr/ports/editors/jedit-devel/Makefile jedit-devel/Makefile
 --- /usr/ports/editors/jedit-devel/Makefile	Fri Jan 21 12:57:38 2005
 +++ jedit-devel/Makefile	Mon Feb 21 11:56:33 2005
 @@ -6,40 +6,40 @@
  #
 =20
  PORTNAME=3D	jedit
 -PORTVERSION=3D	4.2.0pre15
 +PORTVERSION=3D	4.3.p1
  CATEGORIES=3D	editors java
  MASTER_SITES=3D	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=3D	${PORTNAME}
 -_DISTNAME=3D	${PORTNAME}${PORTVERSION:S/.//g}install
 -DISTNAME=3D	${_DISTNAME:S/0pre/pre/}
 +PKGNAMESUFFIX=3D	-devel
 +DISTNAME=3D	${PORTNAME}${PORTVERSION:S/.//g:S/p/pre/g}install
  EXTRACT_SUFX=3D	.jar
  EXTRACT_ONLY=3D
 =20
  MAINTAINER=3D	ports@FreeBSD.org
 -COMMENT=3D	Powerful programmer's text editor written in Java
 +COMMENT=3D	Powerful programmer\'s text editor written in Java
 =20
 -IGNORE=3D		marked as IGNORE: editors/jedit is the latest version
 -EXPIRATION_DATE=3D2005-02-18
 -DEPRECATED=3D	"${IGNORE}"
 +RUN_DEPENDS=3D	java:${PORTSDIR}/java/javavmwrapper
 =20
 -USE_JAVA=3D	1.3+
 +USE_JAVA=3D	yes
 +JAVA_VERSION=3D	1.4+
 +
 +CONFLICTS=3D	jedit-4.*
 =20
 -LATEST_LINK=3D	jedit-devel
  USE_XLIB=3D	yes
  NO_BUILD=3D	yes
 =20
 +DATADIR=3D	${JAVASHAREDIR}/${PORTNAME}
 +
 +SUB_FILES=3D	jedit.sh
 +
  MAN1=3D		jedit.1
  # The complete PLIST is generated in post-install
  PLIST_FILES=3D	bin/jedit
 =20
 -do-configure:
 -	@${SED} "s|%%PREFIX%%|${PREFIX}|g ; s|%%LOCALBASE%%|${LOCALBASE}|g" \
 -		${FILESDIR}/jedit.sh > ${WRKDIR}/jedit.sh
 -
  do-install:
 -	@${SED} "s|%%PREFIX%%|${PREFIX}| ; s|%%WRKDIR%%|${WRKDIR}|" ${FILESDIR}/i=
 nstscript | \
 +	@${SED} "s|%%PREFIX%%|${PREFIX}| ; s|%%DATADIR%%|${DATADIR}| ; s|%%WRKDIR=
 %%|${WRKDIR}|" ${FILESDIR}/instscript | \
  		${SETENV} CLASSPATH=3D${DISTDIR}/${DISTNAME}.jar \
 -		${LOCALBASE}/bin/javavm installer.Install text
 +		${JAVA} installer.Install text
  	@${INSTALL_SCRIPT} ${WRKDIR}/jedit.sh ${PREFIX}/bin/jedit
 =20
  .if defined(PARALLEL_PACKAGE_BUILD)
 @@ -47,16 +47,9 @@
  .endif
 =20
  post-install:
 -	@${FIND} ${JAVASHAREDIR} ! -type d | \
 +	@${FIND} ${DATADIR} ! -type d | \
  		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
 -	@${FIND} ${JAVASHAREDIR} -type d | ${SORT} -r | \
 +	@${FIND} ${DATADIR} -type d | ${SORT} -r | \
  		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
 -	@${ECHO_CMD} "******************************************************"
 -	@${ECHO_CMD} ""
 -	@${ECHO_CMD} "In order to use the optional SFTP plug-in for jEdit,"
 -	@${ECHO_CMD} "you will need to have Java JDK version 1.4 or newer"
 -	@${ECHO_CMD} "installed."
 -	@${ECHO_CMD} ""
 -	@${ECHO_CMD} "******************************************************"
 =20
  .include <bsd.port.mk>
 diff -ruN /usr/ports/editors/jedit-devel/distinfo jedit-devel/distinfo
 --- /usr/ports/editors/jedit-devel/distinfo	Sun Jul 18 23:52:02 2004
 +++ jedit-devel/distinfo	Fri Feb 18 15:24:39 2005
 @@ -1,2 +1,2 @@
 -MD5 (jedit42pre15install.jar) =3D bc91d479864cae0bf0471de13036251b
 -SIZE (jedit42pre15install.jar) =3D 2066422
 +MD5 (jedit43pre1install.jar) =3D 05f6cbe772168e2f2a4452bf43350115
 +SIZE (jedit43pre1install.jar) =3D 2094257
 diff -ruN /usr/ports/editors/jedit-devel/files/instscript jedit-devel/files=
 /instscript
 --- /usr/ports/editors/jedit-devel/files/instscript	Wed Jun  2 19:35:30 2004
 +++ jedit-devel/files/instscript	Fri Jan 28 16:01:49 2005
 @@ -1,4 +1,4 @@
 -%%PREFIX%%/share/java/jedit
 +%%DATADIR%%
  %%WRKDIR%%
  %%PREFIX%%/man/man1
  Y
 diff -ruN /usr/ports/editors/jedit-devel/files/jedit.sh jedit-devel/files/j=
 edit.sh
 --- /usr/ports/editors/jedit-devel/files/jedit.sh	Wed Jun  2 19:35:30 2004
 +++ jedit-devel/files/jedit.sh	Wed Dec 31 16:00:00 1969
 @@ -1,8 +0,0 @@
 -#!/bin/sh
 -# $FreeBSD: ports/editors/jedit-devel/files/jedit.sh,v 1.1 2004/06/03 02:3=
 5:30 ijliao Exp $
 -
 -# Java heap size, in megabytes
 -JAVA_HEAP_SIZE=3D32
 -
 -exec %%LOCALBASE%%/bin/javavm -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar \
 -	"%%PREFIX%%/share/java/jedit/jedit.jar" "$@"
 diff -ruN /usr/ports/editors/jedit-devel/files/jedit.sh.in jedit-devel/file=
 s/jedit.sh.in
 --- /usr/ports/editors/jedit-devel/files/jedit.sh.in	Wed Dec 31 16:00:00 19=
 69
 +++ jedit-devel/files/jedit.sh.in	Mon Feb 21 11:48:08 2005
 @@ -0,0 +1,7 @@
 +#!/bin/sh
 +# $FreeBSD$
 +
 +# Java heap size, in megabytes
 +JAVA_HEAP_SIZE=3D32
 +
 +JAVA_VERSION=3D"1.4+" "%%LOCALBASE%%/bin/java" -mx${JAVA_HEAP_SIZE}m ${JED=
 IT} -jar "%%DATADIR%%/jedit.jar" "$@"
 
 --dTy3Mrz/UPE2dbVg--
 
 --VywGB/WGlW4DM4P8
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCGl0HwhofDeWkDMIRAsTIAJ9cnVruafEX8d99Moz9ay83EgnM2wCgsL+Z
 hFCY2rp0AaQuR8zPEvfQR1A=
 =V3rc
 -----END PGP SIGNATURE-----
 
 --VywGB/WGlW4DM4P8--
Responsible-Changed-From-To: vs->hq 
Responsible-Changed-By: hq 
Responsible-Changed-When: Mon Feb 21 22:54:20 GMT 2005 
Responsible-Changed-Why:  
Thanks Volker. I'll handle it now. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75770 
State-Changed-From-To: feedback->closed 
State-Changed-By: hq 
State-Changed-When: Mon Feb 21 23:28:57 GMT 2005 
State-Changed-Why:  
Patch commited. 

Thanks for your contribution. 

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