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: ports/146212: [PATCH] databases/isql-viewer: patch for Jython 2.5.1 update Message-ID: <20100501085745.71267131F3@lwbsd.csie.net> Resent-Message-ID: <201005010900.o4190BDX076148@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146212 >Category: ports >Synopsis: [PATCH] databases/isql-viewer: patch for Jython 2.5.1 update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 01 09:00:11 UTC 2010 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100501085745.71267131F3>