pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-SQL-Abstract Update to 2.000001
details: https://anonhg.NetBSD.org/pkgsrc/rev/0760cdb4f640
branches: trunk
changeset: 446557:0760cdb4f640
user: wen <wen%pkgsrc.org@localhost>
date: Thu Feb 11 00:15:19 2021 +0000
description:
Update to 2.000001
Add missing DEPENDS
Upstream changes:
2.000001 - 2021-01-23
- Remove Module::Runtime requirement
2.000000 - 2021-01-21
- Collapse custom join conditions back to something DBIC might understand
1.90_03 - 2019-10-13
- Add proof of concept DBIx::Class::SQLMaker::Role::SQLA2Passthrough
- _where_field_IN/BETWEEN are documented as subclassable; feature restored
1.90_02 - 2019-10-12
- fix DBIC ident op expander compat wrapper to handle call as unop
1.90_01 - 2019-10-09
- Complete overhaul of the internals, see the SQL::Abstract::Reference
docs to understand the new implementation's affordances.
diffstat:
databases/p5-SQL-Abstract/Makefile | 5 +++--
databases/p5-SQL-Abstract/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r 26bc3f643391 -r 0760cdb4f640 databases/p5-SQL-Abstract/Makefile
--- a/databases/p5-SQL-Abstract/Makefile Thu Feb 11 00:05:30 2021 +0000
+++ b/databases/p5-SQL-Abstract/Makefile Thu Feb 11 00:15:19 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2020/09/06 22:02:06 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2021/02/11 00:15:19 wen Exp $
-DISTNAME= SQL-Abstract-1.87
+DISTNAME= SQL-Abstract-2.000001
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
@@ -11,6 +11,7 @@
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Accessor-Grouped>=0.10005:../../devel/p5-Class-Accessor-Grouped
+DEPENDS+= p5-Data-Dumper-Concise>=0:../../devel/p5-Data-Dumper-Concise
DEPENDS+= p5-Getopt-Long-Descriptive>=0.091:../../devel/p5-Getopt-Long-Descriptive
DEPENDS+= p5-Hash-Merge>=0.12:../../devel/p5-Hash-Merge
DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
diff -r 26bc3f643391 -r 0760cdb4f640 databases/p5-SQL-Abstract/distinfo
--- a/databases/p5-SQL-Abstract/distinfo Thu Feb 11 00:05:30 2021 +0000
+++ b/databases/p5-SQL-Abstract/distinfo Thu Feb 11 00:15:19 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2020/09/06 22:02:06 wiz Exp $
+$NetBSD: distinfo,v 1.27 2021/02/11 00:15:19 wen Exp $
-SHA1 (SQL-Abstract-1.87.tar.gz) = 8354e2cec3e89011fe46a91e28266342c87c23b6
-RMD160 (SQL-Abstract-1.87.tar.gz) = e9d974680c9bc64b14d7998158a68c2cda2c9d4f
-SHA512 (SQL-Abstract-1.87.tar.gz) = be1d9b7b5c0354008fa9444648b73f9901002dbd199b2981978c5467f8218438b8305cdd857aed3e19637e50402cae58e342cdf5c54d031aac3e66cf14c2e1b5
-Size (SQL-Abstract-1.87.tar.gz) = 104951 bytes
+SHA1 (SQL-Abstract-2.000001.tar.gz) = 076d4b53ded96845fb600eb19fda3546d2d4a24d
+RMD160 (SQL-Abstract-2.000001.tar.gz) = 3027bcc7fdcef3d7e162ce50de4b1e2426498c8f
+SHA512 (SQL-Abstract-2.000001.tar.gz) = a4cae42a261b64ba7c44bf6cc196f135ab32e847352572aafccee04dfdd5fe83d8b7654702acd90908cd0e90f6730cfc4fcfa8ffa81d52de7a18e38a2d6ea5d8
+Size (SQL-Abstract-2.000001.tar.gz) = 134560 bytes
Home |
Main Index |
Thread Index |
Old Index