pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ocaml-mysql



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed May  4 12:55:21 UTC 2022

Modified Files:
        pkgsrc/databases/ocaml-mysql: Makefile PLIST distinfo
Removed Files:
        pkgsrc/databases/ocaml-mysql/patches: patch-mysql_stubs.c

Log Message:
Updated databases/ocaml-mysql to version 1.2.4.

This adds support for mariadb, and fixes some minor bugs.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/databases/ocaml-mysql/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/ocaml-mysql/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/ocaml-mysql/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/ocaml-mysql/patches/patch-mysql_stubs.c

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

Modified files:

Index: pkgsrc/databases/ocaml-mysql/Makefile
diff -u pkgsrc/databases/ocaml-mysql/Makefile:1.31 pkgsrc/databases/ocaml-mysql/Makefile:1.32
--- pkgsrc/databases/ocaml-mysql/Makefile:1.31  Wed Jun 23 20:33:08 2021
+++ pkgsrc/databases/ocaml-mysql/Makefile       Wed May  4 12:55:21 2022
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.31 2021/06/23 20:33:08 nia Exp $
+# $NetBSD: Makefile,v 1.32 2022/05/04 12:55:21 jaapb Exp $
 #
 
-VERSION=       1.2.0
+VERSION=       1.2.4
 GITHUB_PROJECT=        ocaml-mysql
 GITHUB_TAG=    v${VERSION}
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
-PKGREVISION=   9
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ygrek/}
 
 MAINTAINER=            jaapb%NetBSD.org@localhost
-HOMEPAGE=              http://ocaml-mysql.forge.ocamlcore.org/
+HOMEPAGE=              https://github.com/ygrek/ocaml-mysql
 COMMENT=               Ocaml library for MySQL database access
 LICENSE=               gnu-lgpl-v2.1
 
@@ -20,7 +19,9 @@ USE_TOOLS+=           gmake
 
 DOCDIR=                        ${PREFIX}/share/doc/ocaml-mysql
 INSTALLATION_DIRS=     ${DOCDIR}
-
+MAKE_JOBS_SAFE=                no
+# parallelism here leads to errors and there's not much that can be done
+# in parallel anyway
 OCAML_USE_FINDLIB=     yes
 
 .include "../../mk/ocaml.mk"

Index: pkgsrc/databases/ocaml-mysql/PLIST
diff -u pkgsrc/databases/ocaml-mysql/PLIST:1.4 pkgsrc/databases/ocaml-mysql/PLIST:1.5
--- pkgsrc/databases/ocaml-mysql/PLIST:1.4      Thu Oct  9 19:44:07 2014
+++ pkgsrc/databases/ocaml-mysql/PLIST  Wed May  4 12:55:21 2022
@@ -1,15 +1,16 @@
-@comment $NetBSD: PLIST,v 1.4 2014/10/09 19:44:07 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/05/04 12:55:21 jaapb Exp $
 ${OCAML_SITELIB}/mysql/META
 ${OCAML_SITELIB}/mysql/dllmysql_stubs.so
-${OCAML_SITELIB}/mysql/libmysql_stubs.a
+${PLIST.ocaml-opt}${OCAML_SITELIB}/mysql/libmysql_stubs.a
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/mysql/mysql.a
 ${OCAML_SITELIB}/mysql/mysql.cma
+${OCAML_SITELIB}/mysql/mysql.cmi
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/mysql/mysql.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/mysql/mysql.cmxa
-${OCAML_SITELIB}/mysql/mysql.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/mysql/mysql.cmxs
 ${OCAML_SITELIB}/mysql/mysql.mli
-share/doc/ocaml-mysql/Mysql.html
 share/doc/ocaml-mysql/Mysql.Prepared.html
+share/doc/ocaml-mysql/Mysql.html
 share/doc/ocaml-mysql/index.html
 share/doc/ocaml-mysql/index_attributes.html
 share/doc/ocaml-mysql/index_class_types.html
@@ -21,5 +22,5 @@ share/doc/ocaml-mysql/index_module_types
 share/doc/ocaml-mysql/index_modules.html
 share/doc/ocaml-mysql/index_types.html
 share/doc/ocaml-mysql/index_values.html
-share/doc/ocaml-mysql/type_Mysql.html
 share/doc/ocaml-mysql/type_Mysql.Prepared.html
+share/doc/ocaml-mysql/type_Mysql.html

Index: pkgsrc/databases/ocaml-mysql/distinfo
diff -u pkgsrc/databases/ocaml-mysql/distinfo:1.11 pkgsrc/databases/ocaml-mysql/distinfo:1.12
--- pkgsrc/databases/ocaml-mysql/distinfo:1.11  Tue Oct 26 10:09:26 2021
+++ pkgsrc/databases/ocaml-mysql/distinfo       Wed May  4 12:55:21 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:09:26 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/05/04 12:55:21 jaapb Exp $
 
-BLAKE2s (ocaml-mysql-1.2.0.tar.gz) = fa999a0c3598e2093cf8bfa9d3698ebaae925c2fdff9f4290b9a905f570ea01b
-SHA512 (ocaml-mysql-1.2.0.tar.gz) = a84574339f69ee27d208bfd264213dee7dc2782b56f21b6f18a6440a62b1bf1de7d62a072d32a899a7714d91b81c7816c1761752cf45afa62667eacfea7287f2
-Size (ocaml-mysql-1.2.0.tar.gz) = 99236 bytes
-SHA1 (patch-mysql_stubs.c) = df767db9dddf12efb7f2fe558d563ebe920a92d0
+BLAKE2s (ocaml-mysql-1.2.4.tar.gz) = 0c580f4786637d3c4160487a9c4cdc2f90dea29803310d51fc856d1419f01e3f
+SHA512 (ocaml-mysql-1.2.4.tar.gz) = c864c6e4123a4e2ec439aafe075a2bbb3a0797863a934da35a21b92465619c7e5f58d09525c8d6944a6e6712ed2f57eef94280fbb642c7436b03356dd2f797f3
+Size (ocaml-mysql-1.2.4.tar.gz) = 99473 bytes



Home | Main Index | Thread Index | Old Index