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-Fixtures Updating databases/p5...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce5fd4074b6f
branches: trunk
changeset: 570175:ce5fd4074b6f
user: sno <sno%pkgsrc.org@localhost>
date: Tue Jan 26 12:13:32 2010 +0000
description:
Updating databases/p5-DBIx-Class-Fixtures from 1.001003nb1 to 1.001009
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
1.001009
- Force operations to work inside a transaction so with_deferred_fks actually works.
1.001008
- Man, I should test better.
1.001007
- Should use Schema->source(), not ->resultset().
1.001006
- Schema->resultset() throws an exception, not return undef, when it can't find
a moniker.
1.001005
- Fixed problem where rules containing an override of has_many weren't applied
correctly.
1.001004
- Fixed problem where descending a has_many to something with two belongs_to
relationships wouldn't get the second belongs_to.
diffstat:
databases/p5-DBIx-Class-Fixtures/Makefile | 8 ++++----
databases/p5-DBIx-Class-Fixtures/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r d9c7a1edbe59 -r ce5fd4074b6f databases/p5-DBIx-Class-Fixtures/Makefile
--- a/databases/p5-DBIx-Class-Fixtures/Makefile Tue Jan 26 12:09:12 2010 +0000
+++ b/databases/p5-DBIx-Class-Fixtures/Makefile Tue Jan 26 12:13:32 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2009/09/24 06:50:11 sno Exp $
+# $NetBSD: Makefile,v 1.6 2010/01/26 12:13:32 sno Exp $
-DISTNAME= DBIx-Class-Fixtures-1.001003
+DISTNAME= DBIx-Class-Fixtures-1.001009
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
@@ -22,7 +22,7 @@
DEPENDS+= p5-DateTime>=0.41:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-MySQL>=0.04:../../time/p5-DateTime-Format-MySQL
DEPENDS+= p5-DateTime-Format-Pg-[0-9]*:../../time/p5-DateTime-Format-Pg
-DEPENDS+= p5-DateTime-Format-SQLite>=0.1:../../time/p5-DateTime-Format-SQLite
+DEPENDS+= p5-DateTime-Format-SQLite>=0.10:../../time/p5-DateTime-Format-SQLite
DEPENDS+= p5-File-Copy-Recursive>=0.35:../../sysutils/p5-File-Copy-Recursive
DEPENDS+= p5-Hash-Merge>=0.10:../../devel/p5-Hash-Merge
DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class
diff -r d9c7a1edbe59 -r ce5fd4074b6f databases/p5-DBIx-Class-Fixtures/distinfo
--- a/databases/p5-DBIx-Class-Fixtures/distinfo Tue Jan 26 12:09:12 2010 +0000
+++ b/databases/p5-DBIx-Class-Fixtures/distinfo Tue Jan 26 12:13:32 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/07/19 11:14:04 sno Exp $
+$NetBSD: distinfo,v 1.4 2010/01/26 12:13:32 sno Exp $
-SHA1 (DBIx-Class-Fixtures-1.001003.tar.gz) = f838e31ac41805bfc0b9f880335a6105f6238f12
-RMD160 (DBIx-Class-Fixtures-1.001003.tar.gz) = 8242229290b126b184d52b3d8fcd635f21706417
-Size (DBIx-Class-Fixtures-1.001003.tar.gz) = 39111 bytes
+SHA1 (DBIx-Class-Fixtures-1.001009.tar.gz) = da294969200ad7e3ef4ec754f4589f645be018eb
+RMD160 (DBIx-Class-Fixtures-1.001009.tar.gz) = 390c114901fa992792886917ef2a5ae234d5f66d
+Size (DBIx-Class-Fixtures-1.001009.tar.gz) = 39671 bytes
Home |
Main Index |
Thread Index |
Old Index