pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Format-Builder pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20f3a98adb50
branches:  trunk
changeset: 393344:20f3a98adb50
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue May 19 21:29:55 2009 +0000

description:
pkgsrc changes:
  - Adjusting dependencies according to META.yml as result of wrong
    assumption (see RT #46160)
  - Setting license to gnu-gpl-v2

diffstat:

 time/p5-DateTime-Format-Builder/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r f6009c256e62 -r 20f3a98adb50 time/p5-DateTime-Format-Builder/Makefile
--- a/time/p5-DateTime-Format-Builder/Makefile  Tue May 19 21:24:00 2009 +0000
+++ b/time/p5-DateTime-Format-Builder/Makefile  Tue May 19 21:29:55 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/10/19 19:19:00 he Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/19 21:29:55 sno Exp $
 
 DISTNAME=      DateTime-Format-Builder-0.7901
 PKGNAME=       p5-${DISTNAME}
@@ -9,8 +9,14 @@
 MAINTAINER=    abs%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/~drolsky/DateTime-Format-Builder/
 COMMENT=       Create DateTime parser classes and objects
+LICENSE=       gnu-gpl-v2 # OR artistic
 
+DEPENDS+=      p5-Class-Factory-Util>=1.6:../../devel/p5-Class-Factory-Util
 DEPENDS+=      p5-DateTime>=0.12:../../time/p5-DateTime
+DEPENDS+=      p5-DateTime-Format-Strptime>=1.04:../../time/p5-DateTime-Format-Strptime
+DEPENDS+=      p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
+DEPENDS+=      p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
+
 PERL5_MODULE_TYPE=   Module::Build
 
 USE_LANGUAGES= # empty



Home | Main Index | Thread Index | Old Index