pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime Needs a C compiler (otherwise some de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e172b0b67ebe
branches:  trunk
changeset: 543038:e172b0b67ebe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 01 15:39:37 2008 +0000

description:
Needs a C compiler (otherwise some dependencies like e.g. p5-XML-Atom
don't accept the package).
Bump PKGREVISION for the additionally installed C module.

diffstat:

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

diffs (27 lines):

diff -r 8477dd839579 -r e172b0b67ebe time/p5-DateTime/Makefile
--- a/time/p5-DateTime/Makefile Sun Jun 01 15:32:31 2008 +0000
+++ b/time/p5-DateTime/Makefile Sun Jun 01 15:39:37 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2008/05/28 20:59:45 abs Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/01 15:39:37 wiz Exp $
 
 DISTNAME=      DateTime-0.4302
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
 
@@ -11,11 +12,11 @@
 
 DEPENDS+=      p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util
 DEPENDS+=      p5-DateTime-TimeZone>=0.59:../../time/p5-DateTime-TimeZone
-DEPENDS+=      p5-DateTime-Locale>=0.35:../../time/p5-DateTime-Locale
+DEPENDS+=      p5-DateTime-Locale>=0.40:../../time/p5-DateTime-Locale
 DEPENDS+=      p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
 DEPENDS+=      {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
 
-USE_LANGUAGES= # empty
+USE_LANGUAGES= c # installs C module
 PERL5_PACKLIST=        auto/DateTime/.packlist
 
 PKG_DESTDIR_SUPPORT=   user-destdir



Home | Main Index | Thread Index | Old Index