pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/qore-mysql-module



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Jun  8 19:25:39 UTC 2018

Modified Files:
        pkgsrc/databases/qore-mysql-module: Makefile PLIST buildlink3.mk
            distinfo
Removed Files:
        pkgsrc/databases/qore-mysql-module/patches: patch-configure
            patch-src_Makefile.in

Log Message:
Updated databases/qore-mysql-module to version 2.0.2.1 .

patch-configure and patch-src_Makefile.in removed since
they have applied upstream.

Changes from release notes:
* updated SQLStatement::fetchColumns() to return an empty
  hash when no data is available
* fixed a bug where DBI-SELECT-ROW-ERROR exceptions were
  being raised as MYSQL-SELECT-ROW-ERROR exceptions
* fixed formatting bugs in invalid value specification
  error messages
* updated configure to find and compile with MariaDB and
  Percona includes and libs
* placeholders and quotes in SQL comments are ignored
* fixed time column retrieval; the date component is now
  set to 1970-01-01
* fixed binary and varbinary column handling
* fixed the "optimal-numbers" option with decimal values
  with decimal points
* fixed returning result sets with duplicate column names


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/qore-mysql-module/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/qore-mysql-module/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/qore-mysql-module/buildlink3.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/qore-mysql-module/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/qore-mysql-module/patches/patch-configure \
    pkgsrc/databases/qore-mysql-module/patches/patch-src_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/qore-mysql-module/Makefile
diff -u pkgsrc/databases/qore-mysql-module/Makefile:1.6 pkgsrc/databases/qore-mysql-module/Makefile:1.7
--- pkgsrc/databases/qore-mysql-module/Makefile:1.6     Sun Jan 28 16:24:10 2018
+++ pkgsrc/databases/qore-mysql-module/Makefile Fri Jun  8 19:25:39 2018
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2018/01/28 16:24:10 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/06/08 19:25:39 nros Exp $
 
-DISTNAME=      qore-mysql-module-2.0.1
-PKGREVISION=   8
+DISTNAME=      qore-mysql-module-2.0.2.1
 CATEGORIES=    databases
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qore/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=qorelanguage/}
 EXTRACT_SUFX=  .tar.bz2
+GITHUB_PROJECT=        module-mysql
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    nros%NetBSD.org@localhost
 HOMEPAGE=      http://www.qore.org/
@@ -17,6 +18,8 @@ USE_LANGUAGES=        c c++11
 USE_TOOLS+=    gmake pax
 PTHREAD_OPTS+= native
 
+CONFIGURE_ARGS+=--with-libsuffix=""
+
 #install docs
 INSTALLATION_DIRS+=    share/doc/${PKGBASE}
 post-install:

Index: pkgsrc/databases/qore-mysql-module/PLIST
diff -u pkgsrc/databases/qore-mysql-module/PLIST:1.1 pkgsrc/databases/qore-mysql-module/PLIST:1.2
--- pkgsrc/databases/qore-mysql-module/PLIST:1.1        Tue Dec 30 15:42:24 2014
+++ pkgsrc/databases/qore-mysql-module/PLIST    Fri Jun  8 19:25:39 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/30 15:42:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/06/08 19:25:39 nros Exp $
 ${QORE_MODULE_DIR}/mysql-api-${QORE_LATEST_MODULE_API}.qmod
 share/doc/qore-mysql-module/html/bc_s.png
 share/doc/qore-mysql-module/html/bdwn.png
@@ -35,14 +35,20 @@ share/doc/qore-mysql-module/html/navtree
 share/doc/qore-mysql-module/html/navtreeindex0.js
 share/doc/qore-mysql-module/html/open.png
 share/doc/qore-mysql-module/html/resize.js
+share/doc/qore-mysql-module/html/search/all_71.html
+share/doc/qore-mysql-module/html/search/all_71.js
 share/doc/qore-mysql-module/html/search/close.png
 share/doc/qore-mysql-module/html/search/mag_sel.png
 share/doc/qore-mysql-module/html/search/nomatches.html
+share/doc/qore-mysql-module/html/search/pages_71.html
+share/doc/qore-mysql-module/html/search/pages_71.js
 share/doc/qore-mysql-module/html/search/search.css
 share/doc/qore-mysql-module/html/search/search.js
 share/doc/qore-mysql-module/html/search/search_l.png
 share/doc/qore-mysql-module/html/search/search_m.png
 share/doc/qore-mysql-module/html/search/search_r.png
+share/doc/qore-mysql-module/html/sync_off.png
+share/doc/qore-mysql-module/html/sync_on.png
 share/doc/qore-mysql-module/html/tab_a.png
 share/doc/qore-mysql-module/html/tab_b.png
 share/doc/qore-mysql-module/html/tab_h.png

Index: pkgsrc/databases/qore-mysql-module/buildlink3.mk
diff -u pkgsrc/databases/qore-mysql-module/buildlink3.mk:1.7 pkgsrc/databases/qore-mysql-module/buildlink3.mk:1.8
--- pkgsrc/databases/qore-mysql-module/buildlink3.mk:1.7        Sun Jan 28 16:24:10 2018
+++ pkgsrc/databases/qore-mysql-module/buildlink3.mk    Fri Jun  8 19:25:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2018/01/28 16:24:10 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2018/06/08 19:25:39 nros Exp $
 #
 
 BUILDLINK_TREE+=       qore-mysql-module
@@ -7,7 +7,7 @@ BUILDLINK_TREE+=        qore-mysql-module
 QORE_MYSQL_MODULE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.qore-mysql-module+=      qore-mysql-module>=2.0.1
-BUILDLINK_ABI_DEPENDS.qore-mysql-module?=      qore-mysql-module>=2.0.1nb8
+BUILDLINK_ABI_DEPENDS.qore-mysql-module?=      qore-mysql-module>=2.0.2.1
 BUILDLINK_PKGSRCDIR.qore-mysql-module?=                ../../databases/qore-mysql-module
 
 .include "../../lang/qore/buildlink3.mk"

Index: pkgsrc/databases/qore-mysql-module/distinfo
diff -u pkgsrc/databases/qore-mysql-module/distinfo:1.2 pkgsrc/databases/qore-mysql-module/distinfo:1.3
--- pkgsrc/databases/qore-mysql-module/distinfo:1.2     Tue Nov  3 01:56:29 2015
+++ pkgsrc/databases/qore-mysql-module/distinfo Fri Jun  8 19:25:39 2018
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 01:56:29 agc Exp $
+$NetBSD: distinfo,v 1.3 2018/06/08 19:25:39 nros Exp $
 
-SHA1 (qore-mysql-module-2.0.1.tar.bz2) = 4c219ce39d2fc0c025e1dc46fe7a6a8bff5f0020
-RMD160 (qore-mysql-module-2.0.1.tar.bz2) = 172c9f9ebee4b638e470e096e1537d6decff3af3
-SHA512 (qore-mysql-module-2.0.1.tar.bz2) = f72e574207c81aba3b50ef7effca82154be437e111925ce92408ad01c7385095d0a5b3ce709ed6f714d19c3cc3329f66f97fdab37bfdc8e1dc6ebd68bcfa4a0a
-Size (qore-mysql-module-2.0.1.tar.bz2) = 386434 bytes
-SHA1 (patch-configure) = 0cf87eaf70ce4dc6e70f43040054e7f3c33eafb1
-SHA1 (patch-src_Makefile.in) = 18f0d6b08e2a836eac69ada17f7919e142acaedf
+SHA1 (qore-mysql-module-2.0.2.1.tar.bz2) = f92b01070cac8bbd987a0d7e080c1f823f6faee2
+RMD160 (qore-mysql-module-2.0.2.1.tar.bz2) = 6b9e45cee3f9994cf6553666447282c7415a2ea6
+SHA512 (qore-mysql-module-2.0.2.1.tar.bz2) = d0a9828bb309f6604a22bd23c08ca92b332c1a10f95c58b8997203801dc90b5c16e2daa8a60bad709541ae2282067516f2873570a1c1048c9e7b3ac593b6c503
+Size (qore-mysql-module-2.0.2.1.tar.bz2) = 442879 bytes



Home | Main Index | Thread Index | Old Index