pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-Class-Helpers Updating package for C...
details: https://anonhg.NetBSD.org/pkgsrc/rev/085da35870d1
branches: trunk
changeset: 621054:085da35870d1
user: sno <sno%pkgsrc.org@localhost>
date: Wed Jul 03 19:07:10 2013 +0000
description:
Updating package for CPAN distribution DBIx-Class-Helpers in
databases/p5-DBIx-Class-Helpers from 2.015001nb1 to 2.018001.
pkgsrc changes:
- adjust dependencies
Upstream changes:
2.018001 2013-07-02 20:40:18 CST6CDT
- Fix bug related to inheriting from ::Shortcut
2.018000 2013-06-22 17:03:29 CST6CDT
- Add ::ResultSet::Shortcut::OrderByMagic (moltar)
- Add ::ResultSet::Shortcut::Prefetch (Wallas Reis)
- Add ::ResultSet::Shortcut::HasRows (Wallas Reis)
- Add ::ResultSet::Shortcut::Limit (Wallas Reis)
- make ::ResultSet::Me more flexible (moltar)
- Fix some warnings (when using deprecated modules) (good catch Bill
Mosely)
- Fix lots of docs (moltar, Gregor Herrmann, mauke)
2.017000 2013-04-20 10:37:04 CST6CDT
- Add ::Schema::QuoteNames to force quote_names on
- Add normalize_connect_info utilitiy
2.016006 2013-04-12 09:14:23 CST6CDT
- Remove use of a private method, thus fixing Helpers on v0.08210
- Remove the last vestige of non-in-memory SQLite
- Stop using RT for bugtracking
2.016005 2013-01-23 19:00:09 CST6CDT
- Fix hash order dependency bug (Thanks Fitz Elliott!)
2.016004 2013-01-09 20:05:57 CST6CDT
- Add more storages for ::ResultSet::Random (Thanks José Diaz Seng!)
2.016003 2012-12-07 15:54:29 CST6CDT
- Fix bug in dup_check_source_auto and fk_check_source_auto. If
any of the broken things were multiple they explode in the hashref.
The solution is to force the values to be resultsets, which is how
the helper is documented anyway. (thanks MST for finding this)
2.016002 2012-11-17 15:31:12 CST6CDT
- Put MetaYAML back in dist
2.016001 2012-11-02 17:52:43 CST6CDT
- fix OnColumnChange to work with relationship based updates
so $artist->update({ cd => $cd_obj }) now correctly triggers
a change. Thanks David Schmidt for the test
- validate number of arguments to _change_column (David Schmidt)
- fix name of Helper::ResultSet::Shortcut in SYNOPSIS
2.016000 2012-10-25 21:35:05 CST6CDT
- Add Helper::ResultSet::Shortcut (Wes Malone)
diffstat:
databases/p5-DBIx-Class-Helpers/Makefile | 8 ++++----
databases/p5-DBIx-Class-Helpers/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r 10ba91a269b3 -r 085da35870d1 databases/p5-DBIx-Class-Helpers/Makefile
--- a/databases/p5-DBIx-Class-Helpers/Makefile Wed Jul 03 19:03:09 2013 +0000
+++ b/databases/p5-DBIx-Class-Helpers/Makefile Wed Jul 03 19:07:10 2013 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2013/05/31 12:39:51 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2013/07/03 19:07:10 sno Exp $
-DISTNAME= DBIx-Class-Helpers-2.015001
+DISTNAME= DBIx-Class-Helpers-2.018001
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
@@ -16,7 +15,8 @@
DEPENDS+= p5-DBIx-Class-Candy>=0.001003:../../databases/p5-DBIx-Class-Candy
DEPENDS+= p5-Lingua-EN-Inflect-[0-9]*:../../textproc/p5-Lingua-EN-Inflect
DEPENDS+= p5-String-CamelCase-[0-9]*:../../textproc/p5-String-CamelCase
-DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
+DEPENDS+= p5-Sub-Exporter-Progressive-[0-9]*:../../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
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
diff -r 10ba91a269b3 -r 085da35870d1 databases/p5-DBIx-Class-Helpers/distinfo
--- a/databases/p5-DBIx-Class-Helpers/distinfo Wed Jul 03 19:03:09 2013 +0000
+++ b/databases/p5-DBIx-Class-Helpers/distinfo Wed Jul 03 19:07:10 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/10/19 07:55:32 sno Exp $
+$NetBSD: distinfo,v 1.2 2013/07/03 19:07:10 sno Exp $
-SHA1 (DBIx-Class-Helpers-2.015001.tar.gz) = ab1494ddc6752debd494e706e22c2c74f6d2d56e
-RMD160 (DBIx-Class-Helpers-2.015001.tar.gz) = 458a072566724ab954f0168cdf9e40a6448b1d11
-Size (DBIx-Class-Helpers-2.015001.tar.gz) = 44329 bytes
+SHA1 (DBIx-Class-Helpers-2.018001.tar.gz) = 94efa7a3545d67a126d81b3a041076ef5177effe
+RMD160 (DBIx-Class-Helpers-2.018001.tar.gz) = 81d51baa99eb58ca2e8354eb012be084c4833b6b
+Size (DBIx-Class-Helpers-2.018001.tar.gz) = 47859 bytes
Home |
Main Index |
Thread Index |
Old Index