From nobody@FreeBSD.org  Fri Oct 17 10:29:24 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 77819106568F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 17 Oct 2008 10:29:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 683888FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 17 Oct 2008 10:29:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HATN21039246
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 17 Oct 2008 10:29:23 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id m9HATNdP039245;
	Fri, 17 Oct 2008 10:29:23 GMT
	(envelope-from nobody)
Message-Id: <200810171029.m9HATNdP039245@www.freebsd.org>
Date: Fri, 17 Oct 2008 10:29:23 GMT
From: Jan Henrik Sylvester <me@janh.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysutils/jdiskreport works with jdk16
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: jon@witchspace.com

>Number:         128174
>Category:       ports
>Synopsis:       sysutils/jdiskreport works with jdk16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 17 10:30:03 UTC 2008
>Closed-Date:    Fri Oct 17 12:58:00 UTC 2008
>Last-Modified:  Fri Oct 17 12:58:00 UTC 2008
>Originator:     Jan Henrik Sylvester
>Release:        7.0-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
sysutils/jdiskreport works with jdk16 additionally to jdk15.
>How-To-Repeat:

>Fix:
Change "JAVA_VERSION=1.5" to "JAVA_VERSION=1.5+".

Patch attached with submission follows:

--- sysutils/jdiskreport/Makefile~	2008-06-06 16:03:09.000000000 +0200
+++ sysutils/jdiskreport/Makefile	2008-10-17 11:57:40.000000000 +0200
@@ -19,7 +19,7 @@
 
 USE_ZIP=	YES
 USE_JAVA=	YES
-JAVA_VERSION=	1.5
+JAVA_VERSION=	1.5+
 
 PLIST_SUB=	JDISKDIR=${JDISKDIR:S,${PREFIX}/,,g}
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Oct 17 10:30:11 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jon@witchspace.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/128174: sysutils/jdiskreport works with jdk16
Date: Fri, 17 Oct 2008 10:30:10 UT

 Maintainer of sysutils/jdiskreport,
 
 Please note that PR ports/128174 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128174
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Jonathan Belson <jon@witchspace.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128174: sysutils/jdiskreport works with jdk16
Date: Fri, 17 Oct 2008 12:25:23 +0100

 Edwin Groothuis wrote:
 > Maintainer of sysutils/jdiskreport,
 > 
 > Please note that PR ports/128174 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128174
 > 
 
 Change looks good, go for it.
 
 Cheers,
 
 --Jon
 
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Fri Oct 17 12:34:40 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128174: commit references a PR
Date: Fri, 17 Oct 2008 12:40:31 +0000 (UTC)

 amdmi3      2008-10-17 12:40:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/jdiskreport Makefile 
   Log:
   - Change JAVA_VERSION from 1.5 to 1.5+, as the port is reported to work with jdk16
   
   PR:             128174
   Submitted by:   Jan Henrik Sylvester <me at janh dot de>
   Approved by:    Jonathan Belson <jon at witchspace dot com> (maintainer)
   
   Revision  Changes    Path
   1.11      +2 -2      ports/sysutils/jdiskreport/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: amdmi3 
State-Changed-When: Fri Oct 17 12:57:59 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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