summaryrefslogtreecommitdiff
path: root/databases/qore-pgsql-module/Makefile
diff options
context:
space:
mode:
authornros <nros>2016-07-20 13:54:21 +0000
committernros <nros>2016-07-20 13:54:21 +0000
commit96d5a7bb1187b662c52356608dbf37c8da38fc40 (patch)
tree4fe8225497f13319792cec2ca29c9ed79fcbec15 /databases/qore-pgsql-module/Makefile
parent6eae9343ced27592f7c4130f910b2a6423bc9dfe (diff)
downloadpkgsrc-96d5a7bb1187b662c52356608dbf37c8da38fc40.tar.gz
Update qore-pqsql-module to version 2.4.
Patches have been applied upstream. Release notes: * placeholders and quotes in SQL comments are ignored * fixed major bugs in SQLStatement::fetchRows() and SQLStatement::fetchColumns() where only the first call would succeed * added the pgsql_bind_array() function to support bulk DML * fixed a bug retrieving numeric values; values too large for a 64-bit integer were being retrieved as a 64-bit integer * ported db-test.q to new-style and QUnit * changed the minimum required Qore version to 0.8.12 to support the test script wth QUnit * fixed a bug where interval values retrieved from the DB were justified to hours and minutes * fixed a bug where CHAR values were returned with an invalid internal string size * fixed a bug where arbitrary-precision numeric values bound to numeric columns were bound with an incorrect scale value causing the digits behind the decimal place to be lost (issue 386) * fixed a bug where SQLStatement::describe() was failing even though result set information was available * fixed a bug where duplicate column names in result sets caused memory leaks (and they were not renamed; issue 831)
Diffstat (limited to 'databases/qore-pgsql-module/Makefile')
-rw-r--r--databases/qore-pgsql-module/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/databases/qore-pgsql-module/Makefile b/databases/qore-pgsql-module/Makefile
index e772ba1a1f7..32fbf083ab2 100644
--- a/databases/qore-pgsql-module/Makefile
+++ b/databases/qore-pgsql-module/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/20 13:54:21 nros Exp $
-DISTNAME= qore-pgsql-module-2.3
-PKGREVISION= 5
+DISTNAME= qore-pgsql-module-2.4
CATEGORIES= databases
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/}
EXTRACT_SUFX= .tar.bz2
+GITHUB_PROJECT= module-pgsql
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
-MAINTAINER= nros@users.sourceforge.net
+MAINTAINER= nros@netbsd.org
HOMEPAGE= http://www.qore.org/
COMMENT= PostgreSQL driver for Qore
LICENSE= gnu-lgpl-v2.1 OR mit
@@ -17,6 +18,8 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pax
PTHREAD_OPTS+= native
+CONFIGURE_ARGS+=--with-libsuffix=""
+
#This is needed in order to comply the with MIT license and binary distribution
#Install docs
INSTALLATION_DIRS+= share/doc/${PKGBASE}