pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/p5-DBIx-Connector
Module Name: pkgsrc
Committed By: wen
Date: Sat Oct 9 13:25:35 UTC 2021
Modified Files:
pkgsrc/databases/p5-DBIx-Connector: Makefile distinfo
Log Message:
Update to 0.57
Upstream changes:
0.57 2021-09-27
- `$conn->dsn` and `$conn->driver_name` accessors
- Use of ExtUtils::MakeMaker instead of Module::Build
- Corrected, reduced, properly declared prerequisites
- POD tests in `xt/`
- Simplified SQLite version check
- Doc typo fix. Thanks to Michael R. Davis
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/p5-DBIx-Connector/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/p5-DBIx-Connector/distinfo
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-DBIx-Connector/Makefile
diff -u pkgsrc/databases/p5-DBIx-Connector/Makefile:1.20 pkgsrc/databases/p5-DBIx-Connector/Makefile:1.21
--- pkgsrc/databases/p5-DBIx-Connector/Makefile:1.20 Mon May 24 19:49:37 2021
+++ pkgsrc/databases/p5-DBIx-Connector/Makefile Sat Oct 9 13:25:34 2021
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2021/05/24 19:49:37 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2021/10/09 13:25:34 wen Exp $
#
-DISTNAME= DBIx-Connector-0.56
+DISTNAME= DBIx-Connector-0.57
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
@@ -18,7 +17,6 @@ BUILD_DEPENDS+= p5-Test-Pod-Coverage>=1.
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DBIx/Connector/.packlist
-PERL5_MODULE_TYPE= Module::Build
BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.614
.include "../../databases/p5-DBI/buildlink3.mk"
Index: pkgsrc/databases/p5-DBIx-Connector/distinfo
diff -u pkgsrc/databases/p5-DBIx-Connector/distinfo:1.8 pkgsrc/databases/p5-DBIx-Connector/distinfo:1.9
--- pkgsrc/databases/p5-DBIx-Connector/distinfo:1.8 Thu Oct 7 13:35:23 2021
+++ pkgsrc/databases/p5-DBIx-Connector/distinfo Sat Oct 9 13:25:34 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/07 13:35:23 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/10/09 13:25:34 wen Exp $
-RMD160 (DBIx-Connector-0.56.tar.gz) = c9db90f06782bfaf6c8f76022723ab31623a9216
-SHA512 (DBIx-Connector-0.56.tar.gz) = feeb26277c61ee91b2b2436d3fbc7453b6fe64ef2ac24cc0848da80202bd07092321fa530c58ab5370f6b40e6e1a3e578101794b2e1c0696aa017040ee02cd7a
-Size (DBIx-Connector-0.56.tar.gz) = 36770 bytes
+RMD160 (DBIx-Connector-0.57.tar.gz) = c081ec424699b931176ec0e4fa34c6ba2031b93e
+SHA512 (DBIx-Connector-0.57.tar.gz) = 5aa85831cf9244bb55b3ad4be000dcc2b881b06b11ba570537024c6ae861a3e7106773542155428b884b70f021eadcd9508fab48639af8011ead4da1ebe68bcd
+Size (DBIx-Connector-0.57.tar.gz) = 29653 bytes
Home |
Main Index |
Thread Index |
Old Index