pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Locale Add missing dependency on p5-L...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4b32f5780bc
branches:  trunk
changeset: 543024:c4b32f5780bc
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jun 01 10:02:26 2008 +0000

description:
Add missing dependency on p5-List-MoreUtils.
Should fix PR 38809.

Bump PKGREVISION.

diffstat:

 time/p5-DateTime-Locale/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r b4e6568a9715 -r c4b32f5780bc time/p5-DateTime-Locale/Makefile
--- a/time/p5-DateTime-Locale/Makefile  Sun Jun 01 08:19:48 2008 +0000
+++ b/time/p5-DateTime-Locale/Makefile  Sun Jun 01 10:02:26 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2008/05/29 08:29:06 abs Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/01 10:02:26 obache Exp $
 
 DISTNAME=      DateTime-Locale-0.4001
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
 
@@ -9,6 +10,7 @@
 HOMEPAGE=      http://search.cpan.org/dist/DateTime-Locale/
 COMMENT=       Localization data for p5-DateTime
 
+DEPENDS+=      p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
 DEPENDS+=      p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
 
 USE_LANGUAGES=         # empty



Home | Main Index | Thread Index | Old Index