pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-SQL-Abstract



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Feb 11 00:15:19 UTC 2021

Modified Files:
        pkgsrc/databases/p5-SQL-Abstract: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/databases/p5-SQL-Abstract/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/p5-SQL-Abstract/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-SQL-Abstract/Makefile
diff -u pkgsrc/databases/p5-SQL-Abstract/Makefile:1.48 pkgsrc/databases/p5-SQL-Abstract/Makefile:1.49
--- pkgsrc/databases/p5-SQL-Abstract/Makefile:1.48      Sun Sep  6 22:02:06 2020
+++ pkgsrc/databases/p5-SQL-Abstract/Makefile   Thu Feb 11 00:15:19 2021
@@ -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 @@ COMMENT=      Generate SQL from Perl data str
 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

Index: pkgsrc/databases/p5-SQL-Abstract/distinfo
diff -u pkgsrc/databases/p5-SQL-Abstract/distinfo:1.26 pkgsrc/databases/p5-SQL-Abstract/distinfo:1.27
--- pkgsrc/databases/p5-SQL-Abstract/distinfo:1.26      Sun Sep  6 22:02:06 2020
+++ pkgsrc/databases/p5-SQL-Abstract/distinfo   Thu Feb 11 00:15:19 2021
@@ -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