CVS commit: pkgsrc/databases/p5-Rose-DB

"Wen Heping" <[email protected]> Tue, 4 Aug 2026 01:12:26 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_1785805946250100
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="UTF-8"

Module Name:	pkgsrc
Committed By:	wen
Date:		Tue Aug  4 01:12:25 UTC 2026

Modified Files:
	pkgsrc/databases/p5-Rose-DB: Makefile distinfo

Log Message:
Update to 0.788

Upstream changes:
0.788 (07.17.2026) - John Siracusa <[email protected]>
    * Fixed a bug in refine_dbi_foreign_key_info. (Patch by Bernd Bleßmann)
0.787 (05.04.2026) - John Siracusa <[email protected]>
    * Adjusted MySQL column auto-generation to better handle the
      explicit_defaults_for_timestamp server setting.
0.786 (08.20.2024) - John Siracusa <[email protected]>
    * Fixed a bug that could cause database passwords to appear in debugging
      output when $Rose::DB::Debug was set to a true value. Also added
      connection options to the debugging output.
0.785 (02.28.2023) - John Siracusa <[email protected]>
    * Added timestamps_are_inlined method to DBD::Pg. (Patch
      by Ferry Hendrikx.)
0.784 (02.03.2023) - John Siracusa <[email protected]>
    * Added support for PDBs (Pluggable Databases) to DBD::Oracle. (Patch
      by Ferry Hendrikx.)
    * Added support for "numeric" booleans to DBD::Oracle. (Patch by Ferry
      Hendrikx.)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/databases/p5-Rose-DB/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/p5-Rose-DB/distinfo

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


--_----------=_1785805946250100
Content-Disposition: inline
Content-Length: 1768
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/databases/p5-Rose-DB/Makefile
diff -u pkgsrc/databases/p5-Rose-DB/Makefile:1.39 pkgsrc/databases/p5-Rose-DB/Makefile:1.40
--- pkgsrc/databases/p5-Rose-DB/Makefile:1.39	Thu Jul 16 19:01:43 2026
+++ pkgsrc/databases/p5-Rose-DB/Makefile	Tue Aug  4 01:12:25 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.39 2026/07/16 19:01:43 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2026/08/04 01:12:25 wen Exp $
 
-DISTNAME=	Rose-DB-0.783
+DISTNAME=	Rose-DB-0.788
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	6
 CATEGORIES=	databases perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Rose/}
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JS/JSIRACUSA/}
 
 MAINTAINER=	[email protected]
 HOMEPAGE=	https://metacpan.org/release/Rose-DB

Index: pkgsrc/databases/p5-Rose-DB/distinfo
diff -u pkgsrc/databases/p5-Rose-DB/distinfo:1.19 pkgsrc/databases/p5-Rose-DB/distinfo:1.20
--- pkgsrc/databases/p5-Rose-DB/distinfo:1.19	Tue Oct 26 10:09:39 2021
+++ pkgsrc/databases/p5-Rose-DB/distinfo	Tue Aug  4 01:12:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:09:39 nia Exp $
+$NetBSD: distinfo,v 1.20 2026/08/04 01:12:25 wen Exp $
 
-BLAKE2s (Rose-DB-0.783.tar.gz) = 5fb0e8c93b303e04ddf5dffef0e3f5c4d022a95471125e2e998bbdc9db773e7c
-SHA512 (Rose-DB-0.783.tar.gz) = 5134303f6d320f262a4f8052781a5aa8304a83f3e73693e930a62660bc11f73f7a59f7939dc601472c440c3ade6ec2b429450ecc6f8ed77ab819e67f28e5c78e
-Size (Rose-DB-0.783.tar.gz) = 127290 bytes
+BLAKE2s (Rose-DB-0.788.tar.gz) = f5eac7ac881e0b1eefe9795d12b984684a86ec608560b75c5a7369b6bb146af2
+SHA512 (Rose-DB-0.788.tar.gz) = 5cf6edb4988360c566113daacf3c512b7242d8f8312460ea16bcf9980c3f7a24dc0d762e15a295e8423d0101b717ef8de44cb15258dbb693a826f659a72eb4f0
+Size (Rose-DB-0.788.tar.gz) = 129099 bytes


--_----------=_1785805946250100--