diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 18:03:35 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 18:03:35 +0000 |
commit | 7125b1c98f3c5ef7a5a831ba3ec44fa2dd5647f9 (patch) | |
tree | f9bbbda63c18e3bad3260864613d275559608150 /databases | |
parent | 9720c9b1404ccf81c6ff4fbac8aa7f647a0682ab (diff) | |
download | pkgsrc-7125b1c98f3c5ef7a5a831ba3ec44fa2dd5647f9.tar.gz |
pkgsrc changes:
- Updating package of p5 module DBIx::Class::TimeStamp from 0.08 to 0.12
- Adjusting license to perl's license according to META.yml
- Adjusting dependencies according to META.yml
Upstream changes:
0.12 2009-06-30 22:25:17
- Ship with a pregenerated sql schema for the tests to avoid the test
dependency on SQL-Translator.
0.11 2009 07-32 14:43:00
- Make sure tests run at the 'top' of the second to reduce pointless
errors resulting when your test time crosses the second limit.
0.10 2009 07-32 13:55:00
- Restored the MySQL formatter to the build requires to silence test
failures.
0.09 2009 07-21 20:45:00
- Changed some dependencies in the Makefile.PL so that we find the correct
datetime formatter class for the SQLite testing
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Class-TimeStamp/Makefile | 11 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-TimeStamp/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/databases/p5-DBIx-Class-TimeStamp/Makefile b/databases/p5-DBIx-Class-TimeStamp/Makefile index 3594ff58057..3caf6bf7ba2 100644 --- a/databases/p5-DBIx-Class-TimeStamp/Makefile +++ b/databases/p5-DBIx-Class-TimeStamp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2009/06/11 12:06:10 abs Exp $ +# $NetBSD: Makefile,v 1.6 2009/07/07 18:03:35 sno Exp $ -DISTNAME= DBIx-Class-TimeStamp-0.08 +DISTNAME= DBIx-Class-TimeStamp-0.12 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/DBIx-Class-TimeStamp/ COMMENT= DBIx::Class component to automatically handle timestamp fields -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir @@ -17,14 +17,13 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/DBIx/Class/TimeStamp/.packlist BUILD_DEPENDS+= p5-Class-Accessor-Grouped-[0-9]*:../../devel/p5-Class-Accessor-Grouped -BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite BUILD_DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL +BUILD_DEPENDS+= p5-DateTime-Format-SQLite-[0-9]*:../../time/p5-DateTime-Format-SQLite BUILD_DEPENDS+= {perl>=5.10,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes BUILD_DEPENDS+= p5-Time-Warp-[0-9]*:../../time/p5-Time-Warp -BUILD_DEPENDS+= p5-SQL-Translator-[0-9]*:../../databases/p5-SQL-Translator -DEPENDS+= p5-DBIx-Class-DynamicDefault-[0-9]*:../../databases/p5-DBIx-Class-DynamicDefault DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class +DEPENDS+= p5-DBIx-Class-DynamicDefault-[0-9]*:../../databases/p5-DBIx-Class-DynamicDefault DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime .include "../../lang/perl5/module.mk" diff --git a/databases/p5-DBIx-Class-TimeStamp/distinfo b/databases/p5-DBIx-Class-TimeStamp/distinfo index 6b7eedfc78f..37b485cff56 100644 --- a/databases/p5-DBIx-Class-TimeStamp/distinfo +++ b/databases/p5-DBIx-Class-TimeStamp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/05/01 12:43:43 sno Exp $ +$NetBSD: distinfo,v 1.4 2009/07/07 18:03:35 sno Exp $ -SHA1 (DBIx-Class-TimeStamp-0.08.tar.gz) = 85d12283110c361c702d27d585ef3b5628f8ec4a -RMD160 (DBIx-Class-TimeStamp-0.08.tar.gz) = a20bb8302d33f39c758f0f59b398bc10bdc92bd1 -Size (DBIx-Class-TimeStamp-0.08.tar.gz) = 24214 bytes +SHA1 (DBIx-Class-TimeStamp-0.12.tar.gz) = d9105c6b5a92c7e5d854175a3df2d3c44da43e5f +RMD160 (DBIx-Class-TimeStamp-0.12.tar.gz) = d8d354e33113c5065838e456522b98ff33aeb505 +Size (DBIx-Class-TimeStamp-0.12.tar.gz) = 25430 bytes |