summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-Natural/Makefile
diff options
context:
space:
mode:
authorsno <sno>2009-08-09 07:31:59 +0000
committersno <sno>2009-08-09 07:31:59 +0000
commitcba0c7b456fccfec72ec4a3c1f1aa3ac90bbb8e7 (patch)
tree88f4e19fc8a671c40bd98e2b6231f931849492a5 /time/p5-DateTime-Format-Natural/Makefile
parenta14900537f893b00b78d876e5025894822abfd9e (diff)
downloadpkgsrc-cba0c7b456fccfec72ec4a3c1f1aa3ac90bbb8e7.tar.gz
Updating package for p5 module DateTime::Format::Natural from 0.77 to 0.78
pkgsrc changes: - Fixing dependency from time/p5-Date-Calc to devel/p5-Date-Calc Upstream changes: 0.78 Fri Aug 7 11:32:31 CEST 2009 - Merged development version to stable. 0.77_01 Thu Jun 25 16:00:27 CEST 2009 - Add a handful of new formats. [rt #43468 - Clayton L. Scott] - Don't eventually try to guess the century. - Introduce and use a class for common test routines. - Test compile-time loading of Test.pm. - Rename the misnamed 'hour' metadata option to 'hours'. - _daytime() does not use the 'hours' metadata option when it is set and hence remove such existing entries. - For base methods which use the 'hours' metadata option, assume a zero when no value is provided.
Diffstat (limited to 'time/p5-DateTime-Format-Natural/Makefile')
-rw-r--r--time/p5-DateTime-Format-Natural/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/time/p5-DateTime-Format-Natural/Makefile b/time/p5-DateTime-Format-Natural/Makefile
index 832af8be770..be1d994ac0a 100644
--- a/time/p5-DateTime-Format-Natural/Makefile
+++ b/time/p5-DateTime-Format-Natural/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2009/06/15 23:23:43 sno Exp $
+# $NetBSD: Makefile,v 1.4 2009/08/09 07:31:59 sno Exp $
-DISTNAME= DateTime-Format-Natural-0.77
+DISTNAME= DateTime-Format-Natural-0.78
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -11,7 +11,7 @@ COMMENT= Create machine readable date/time with natural parsing logic
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-boolean>=0:../../devel/p5-boolean
-DEPENDS+= p5-Date-Calc>=0:../../time/p5-Date-Calc
+DEPENDS+= p5-Date-Calc>=0:../../devel/p5-Date-Calc
DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime
DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Params-Validate>=0:../../devel/p5-Params-Validate