Date: Mon, 24 Apr 2006 12:28:58 -0400 From: Frank Laszlo <laszlof@vonostingroup.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: leeym@FreeBSD.org Subject: ports/96269: [UPDATE]: databases/gqlplus: Update to version 1.11. Message-ID: <E1FY3vm-000LGG-Nf@ritamari.vonostingroup.com> Resent-Message-ID: <200604241630.k3OGUIaZ059820@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96269 >Category: ports >Synopsis: [UPDATE]: databases/gqlplus: Update to version 1.11. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 24 16:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Frank Laszlo >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 >Description: This patch will update databases/gqlplus to version 1.11. This version adds the following: - link with ncurses library instead of the obsolete curses - pass NLS_COMP and NLS_SORT environment variables to sqlplus - disable table-name completion if we cannot parse table information returned by the ALL_TABLES/ALL_VIEWS query. - fix /nolog crash (reported by Susan Wilson) - detect abnormal sqlplus termination - after the CONNECT command, rescan tables for completion Maintainer has been CC'd. >How-To-Repeat: >Fix: --- gqlplus-1.11.diff begins here --- diff -NrU3 gqlplus.orig/Makefile gqlplus/Makefile --- gqlplus.orig/Makefile Mon Apr 24 12:08:18 2006 +++ gqlplus/Makefile Mon Apr 24 12:19:20 2006 @@ -6,7 +6,7 @@ # PORTNAME= gqlplus -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -NrU3 gqlplus.orig/distinfo gqlplus/distinfo --- gqlplus.orig/distinfo Mon Apr 24 12:08:18 2006 +++ gqlplus/distinfo Mon Apr 24 12:08:58 2006 @@ -1,3 +1,3 @@ -MD5 (gqlplus-1.10.tar.gz) = 14eecc3e20001c15a2722f08df1d1d4f -SHA256 (gqlplus-1.10.tar.gz) = 3e94db52f20a44b07b126aa1d5cf0b5a67a91181dc00e9dfa40dd5e3fe156900 -SIZE (gqlplus-1.10.tar.gz) = 1908840 +MD5 (gqlplus-1.11.tar.gz) = 9a6adc66a6f253dfa7ea3b9ae8ee47d1 +SHA256 (gqlplus-1.11.tar.gz) = 1dad09bb16904a902069fa06a89cd16a91d849903ed8398655658d59233b68f3 +SIZE (gqlplus-1.11.tar.gz) = 1736236 --- gqlplus-1.11.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1FY3vm-000LGG-Nf>