pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/p5-App-Sqitch
Module Name: pkgsrc
Committed By: schmonz
Date: Thu Oct 9 17:12:00 UTC 2025
Modified Files:
pkgsrc/databases/p5-App-Sqitch: Makefile distinfo options.mk
Log Message:
p5-App-Sqitch: update to 1.6.0. Changes:
- Refactored the parsing of arrays for engines that don't support arrays
(e.g., SQLite & Firebird). A new method in DBIEngine, `_parse_array`,
replaces inline uses of `split`. This allows the tests to more
consistently compare arrays as arrays, though `search_events` must now
always parse `tags`, `requires`, and `conflicts`.
- Added support for ClickHouse. It relies on the `clickhouse` (or
`clickhouse-client`) CLI and ODBC driver. Like MySQL, it uses a
database for the registry schema, where the tables use the `MergeTree`
engine. It supports client certificate authentication and the
ClickHouse client configuration file format.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/databases/p5-App-Sqitch/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/p5-App-Sqitch/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/p5-App-Sqitch/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/p5-App-Sqitch/Makefile
diff -u pkgsrc/databases/p5-App-Sqitch/Makefile:1.44 pkgsrc/databases/p5-App-Sqitch/Makefile:1.45
--- pkgsrc/databases/p5-App-Sqitch/Makefile:1.44 Fri Jul 4 08:44:54 2025
+++ pkgsrc/databases/p5-App-Sqitch/Makefile Thu Oct 9 17:12:00 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2025/07/04 08:44:54 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2025/10/09 17:12:00 schmonz Exp $
-DISTNAME= App-Sqitch-v1.5.2
+DISTNAME= App-Sqitch-v1.6.0
PKGNAME= p5-${DISTNAME:S/-v/-/}
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
@@ -41,6 +40,8 @@ DEPENDS+= p5-Type-Tiny-[0-9]*:../../dev
DEPENDS+= p5-Type-Tiny-XS>=0.010:../../devel/p5-Type-Tiny-XS
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-URI-db>=0.20:../../www/p5-URI-db
+DEPENDS+= p5-XML-Tiny>=2.07:../../textproc/p5-XML-Tiny
+DEPENDS+= p5-YAML-Tiny>=1.76:../../textproc/p5-YAML-Tiny
DEPENDS+= p5-namespace-autoclean>=0.16:../../devel/p5-namespace-autoclean
# XXX TEST_TARGET
Index: pkgsrc/databases/p5-App-Sqitch/distinfo
diff -u pkgsrc/databases/p5-App-Sqitch/distinfo:1.26 pkgsrc/databases/p5-App-Sqitch/distinfo:1.27
--- pkgsrc/databases/p5-App-Sqitch/distinfo:1.26 Wed Apr 30 15:34:32 2025
+++ pkgsrc/databases/p5-App-Sqitch/distinfo Thu Oct 9 17:12:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2025/04/30 15:34:32 schmonz Exp $
+$NetBSD: distinfo,v 1.27 2025/10/09 17:12:00 schmonz Exp $
-BLAKE2s (App-Sqitch-v1.5.2.tar.gz) = 1031626d0902f8940251b83ecc07dd91bed55e5711341050701ec75eebc63733
-SHA512 (App-Sqitch-v1.5.2.tar.gz) = d104fe93ea04642e361371100348801704d00f6ee3cb9a455d8cf49fac98933fd22605bb943ae27a43e22479a2221267184beb9d34f8b062542ab5ed6112fa9e
-Size (App-Sqitch-v1.5.2.tar.gz) = 649590 bytes
+BLAKE2s (App-Sqitch-v1.6.0.tar.gz) = 9519350fe333b2d4a5d24aff0f22a375d92b8bb4f509985fdcc9dcfd63a4e71a
+SHA512 (App-Sqitch-v1.6.0.tar.gz) = 69a41cc60f1504b639b700dab32a649c42d9d5618c1632e6fa06d210ce90e913df20aa0e7783f84c1c1fd7a4bf7a255947ef3ee01524f048ca3cb528a8a1cf60
+Size (App-Sqitch-v1.6.0.tar.gz) = 686183 bytes
Index: pkgsrc/databases/p5-App-Sqitch/options.mk
diff -u pkgsrc/databases/p5-App-Sqitch/options.mk:1.2 pkgsrc/databases/p5-App-Sqitch/options.mk:1.3
--- pkgsrc/databases/p5-App-Sqitch/options.mk:1.2 Sun Aug 14 17:21:50 2022
+++ pkgsrc/databases/p5-App-Sqitch/options.mk Thu Oct 9 17:12:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2022/08/14 17:21:50 schmonz Exp $
+# $NetBSD: options.mk,v 1.3 2025/10/09 17:12:00 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sqitch
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= sqlite
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmysql)
-DEPENDS+= p5-DBD-mysql>=4.018:../../databases/p5-DBD-mysql
+DEPENDS+= p5-DBD-MariaDB>=1.0:../../databases/p5-DBD-MariaDB
# MySQL::Config: '0'
BUILD_PARAMS+= --with mysql
.endif
Home |
Main Index |
Thread Index |
Old Index