From lwhsu@lwbsd.csie.net  Sat May  1 08:57:49 2010
Return-Path: <lwhsu@lwbsd.csie.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A4DEA106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 May 2010 08:57:49 +0000 (UTC)
	(envelope-from lwhsu@lwbsd.csie.net)
Received: from lucky7.csie.net (lucky7.cs.nctu.edu.tw [140.113.17.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 677688FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 May 2010 08:57:47 +0000 (UTC)
Received: from lucky7.csie.net (localhost [127.0.0.1])
	by lucky7.csie.net (Postfix) with ESMTP id 8427F147CB6;
	Sat,  1 May 2010 16:57:45 +0800 (CST)
Received: from lwbsd.csie.net (lwbsd.cs.nctu.edu.tw [140.113.17.197])
	by lucky7.csie.net (Postfix) with ESMTP id 81689147CB5;
	Sat,  1 May 2010 16:57:45 +0800 (CST)
Received: by lwbsd.csie.net (Postfix, from userid 1001)
	id 71267131F3; Sat,  1 May 2010 16:57:45 +0800 (CST)
Message-Id: <20100501085745.71267131F3@lwbsd.csie.net>
Date: Sat,  1 May 2010 16:57:45 +0800 (CST)
From: Li-Wen Hsu <lwhsu@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: stefan.schmidt@stadtbuch.de
Subject: [PATCH] databases/isql-viewer: patch for Jython 2.5.1 update
X-Send-Pr-Version: 3.113
X-GNATS-Notify: stefan.schmidt@stadtbuch.de

>Number:         146212
>Category:       ports
>Synopsis:       [PATCH] databases/isql-viewer: patch for Jython 2.5.1 update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 01 09:00:11 UTC 2010
>Closed-Date:    Wed Jun 09 11:49:07 UTC 2010
>Last-Modified:  Wed Jun  9 11:50:05 UTC 2010
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.0-STABLE FreeBSD 8.0-STABLE #0: Sat Mar 27 06:50:34 CST 2010
>Description:
I'm planning updating Jython to 2.5.1, here is the patch:

http://people.freebsd.org/~lwhsu/jython/jython.diff

and attached is a patch for this port, which depends on Jython,
can be build correctly.  Please approve this.  Thanks!


Port maintainer (stefan.schmidt@stadtbuch.de) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- isql-viewer-2.1.8_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/isql-viewer/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	22 Aug 2009 00:17:31 -0000	1.6
+++ Makefile	1 May 2010 08:52:04 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	isql-viewer
 PORTVERSION=	2.1.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	databases java
 MASTER_SITES=	SF/isql/Stand%20Alone%20Jars/Version%20${PORTVERSION}:isql \
 		${MASTER_SITE_APACHE:S/$/:bsf/}
@@ -36,8 +36,7 @@
 BSF_JAR=	bsf.jar
 DEST_BSF_JAR=	ibm-${BSF_JAR}
 
-JYTHON_PORT=	${PORTSDIR}/lang/jython
-JYTHON_PREFIX=	${LOCALBASE}/lib/jython22
+JYTHON_PREFIX=	${LOCALBASE}/lib/jython
 JYTHON_JAR=	jython.jar
 
 JARFILES=	${DEST_ISQL_JAR} \
--- isql-viewer-2.1.8_4.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 1 09:00:35 UTC 2010 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146212 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat May 1 09:00:50 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: stefan.schmidt@stadtbuch.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/146212: [PATCH] databases/isql-viewer: patch for Jython 2.5.1 update
Date: Sat, 1 May 2010 09:00:37 UT

 Maintainer of databases/isql-viewer,
 
 Please note that PR ports/146212 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/146212
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: lwhsu 
State-Changed-When: Wed Jun 9 11:49:06 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146212: commit references a PR
Date: Wed,  9 Jun 2010 11:44:21 +0000 (UTC)

 lwhsu       2010-06-09 11:44:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/isql-viewer Makefile 
   Log:
   - Patch for Jython 2.5.1 update
   
   PR:             ports/146212
   Submitted by:   lwhsu
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.7       +2 -3      ports/databases/isql-viewer/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"
 
>Unformatted:
