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-TimeStamp pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8927a28712db
branches:  trunk
changeset: 395192:8927a28712db
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 18:03:35 2009 +0000

description:
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:

 databases/p5-DBIx-Class-TimeStamp/Makefile |  11 +++++------
 databases/p5-DBIx-Class-TimeStamp/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (51 lines):

diff -r ff95943a4409 -r 8927a28712db databases/p5-DBIx-Class-TimeStamp/Makefile
--- a/databases/p5-DBIx-Class-TimeStamp/Makefile        Tue Jul 07 18:00:16 2009 +0000
+++ b/databases/p5-DBIx-Class-TimeStamp/Makefile        Tue Jul 07 18:03:35 2009 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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 @@
 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-[0-9]*:../../databases/p5-DBIx-Class
 DEPENDS+=      p5-DBIx-Class-DynamicDefault-[0-9]*:../../databases/p5-DBIx-Class-DynamicDefault
-DEPENDS+=      p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
 DEPENDS+=      p5-DateTime-[0-9]*:../../time/p5-DateTime
 
 .include "../../lang/perl5/module.mk"
diff -r ff95943a4409 -r 8927a28712db databases/p5-DBIx-Class-TimeStamp/distinfo
--- a/databases/p5-DBIx-Class-TimeStamp/distinfo        Tue Jul 07 18:00:16 2009 +0000
+++ b/databases/p5-DBIx-Class-TimeStamp/distinfo        Tue Jul 07 18:03:35 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index