summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Helpers/Makefile
diff options
context:
space:
mode:
authorwen <wen>2014-07-28 00:32:58 +0000
committerwen <wen>2014-07-28 00:32:58 +0000
commit58979245a7fef79422bd05d0cccef413029168ca (patch)
treead3e4d48c6e796730540ee433e94367297668aa3 /databases/p5-DBIx-Class-Helpers/Makefile
parentae208c85d97df19d5bba1b25bbccff168f63012c (diff)
downloadpkgsrc-58979245a7fef79422bd05d0cccef413029168ca.tar.gz
Update to 2.023003
Update DEPENDS Upstream changes: 2.023003 2014-07-21 21:22:27-05:00 America/Chicago - Fix ToJSON to use accessors if it needs to (Thanks Kevin Benson!) - Fix silly typo in ::Explain (Good catch Jonathan W. Taylor!) 2.023002 2014-06-28 15:04:15-05:00 America/Chicago - Remove silly layer of subtesting (thanks to new features in Test::Roo) - Remove silly sub wrapper in Explain internals (should moderately increase performance) 2.023001 2014-06-14 12:39:08-05:00 America/Chicago - Add handy SYNOPSIS to ::DateMethods1 (thanks for asking rjbs!) 2.023000 2014-05-26 19:33:01-05:00 America/Chicago - Add ::Shortcut::Explain RS helper 2.022000 2014-05-03 10:39:30-05:00 CST6CDT - Add ::Shortcut::ResultsExist RS helper (Olaf Alders) - Add abstract to ::DateMethods1::Announcement (Gregor Herrmann) 2.021001 2014-04-06 11:43:36-05:00 America/Chicago - Fix ::RemoveColumns to work with a specified `columns` (Anthony DeRobertis) (Fixes GH#27) Also fixes RT#91977/GH#24) 2.021000 2014-04-01 20:12:40-05:00 America/Chicago - Create Shortcut::Page and Shortcut::LimitedPage ResultSet helpers (wreis) 2.020001 2014-03-05 10:33:46CST-0600 America/Chicago - Make ::DateMethods1 tests paralellizable (thanks Alexander Hartmaier!) - fix ::Helper::ResultSet::DateMethods1 for Oracle (thanks Alexander Hartmaier!) - fix ABSTRACT on ::Helper::ResultSet::DateMethods1 2.020000 2014-03-04 08:31:39-06:00 America/Chicago - Add ::Helper::ResultSet::DateMethods1 - Add abstract to ::Schema::LintContents 2.019004 2014-02-14 07:53:19 America/Chicago - Make IgnoreWantarray's search die in void context 2.019003 2014-02-07 22:21:47-06:00 America/Chicago - Fix ->copy on rows with proxied ResultSet methods (thanks moltar for the test!) (NOTE: This fix is what requires upgrading to DBIC 0.08260) 2.019002 2014-01-12 09:40:41 America/Chicago - Pick SQL for random row selection in a cleaner way - Stop using Class::MOP::load_class (RT#91035) - Really stop using RT 2.019001 2013-11-23 10:19:28 America/Chicago - Fix typo in ::CorrelateRelationship (Getty)
Diffstat (limited to 'databases/p5-DBIx-Class-Helpers/Makefile')
-rw-r--r--databases/p5-DBIx-Class-Helpers/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/p5-DBIx-Class-Helpers/Makefile b/databases/p5-DBIx-Class-Helpers/Makefile
index f0bb3c27426..468c1512421 100644
--- a/databases/p5-DBIx-Class-Helpers/Makefile
+++ b/databases/p5-DBIx-Class-Helpers/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2014/05/29 23:35:28 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2014/07/28 00:32:58 wen Exp $
-DISTNAME= DBIx-Class-Helpers-2.019000
+DISTNAME= DBIx-Class-Helpers-2.023003
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
@@ -14,9 +13,11 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Carp-Clan>=6.04:../../devel/p5-Carp-Clan
DEPENDS+= p5-DBIx-Class>=0.08127:../../databases/p5-DBIx-Class
DEPENDS+= p5-DBIx-Class-Candy>=0.001003:../../databases/p5-DBIx-Class-Candy
+DEPENDS+= p5-DBIx-Introspector>=0.001002:../../databases/p5-DBIx-Introspector
DEPENDS+= p5-Lingua-EN-Inflect-[0-9]*:../../textproc/p5-Lingua-EN-Inflect
+DEPENDS+= p5-Safe-Isa>=0:../../devel/p5-Safe-Isa
DEPENDS+= p5-String-CamelCase-[0-9]*:../../textproc/p5-String-CamelCase
-DEPENDS+= p5-Sub-Exporter-Progressive-[0-9]*:../../devel/p5-Sub-Exporter-Progressive
+DEPENDS+= p5-Sub-Exporter-Progressive>=0.001006:../../devel/p5-Sub-Exporter-Progressive
DEPENDS+= p5-namespace-clean>=0.23:../../devel/p5-namespace-clean
BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite