diff options
author | heinz <heinz@pkgsrc.org> | 2006-07-12 16:46:44 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-07-12 16:46:44 +0000 |
commit | 79e07cd1f24ee0fbcb155c8e90bc582c001922bb (patch) | |
tree | 26de5637dbad593275422c453a2f9013c6d12b6a /devel | |
parent | f0f9ca5f938e99806acaa7bf45be1616037a52a5 (diff) | |
download | pkgsrc-79e07cd1f24ee0fbcb155c8e90bc582c001922bb.tar.gz |
Updated to version 5.44.
Pkgsrc changes:
- The module needs no compiler.
Changes since version 5.42a:
============================
Changed default behavior of Delta_Format back.
***Revamped the recurrences. Y-0-WOY-DOW now refers to the WOY'th
occurence of DOW instead of the ISO 8601 date Y-W(WOY)-DOY. Also,
changed Y-0-WOY-0 to refer to the WOY'th occurence of FirstDay,
and got rid of the MW and MD flags. Many other similar changes.
Changed behavior of %x format in UnixDate.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Date-Manip/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Date-Manip/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile index eae4a83ba26..2b83efbb086 100644 --- a/devel/p5-Date-Manip/Makefile +++ b/devel/p5-Date-Manip/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2005/08/06 06:19:09 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/12 16:46:44 heinz Exp $ # -DISTNAME= DateManip-5.42a +DISTNAME= DateManip-5.44 PKGNAME= ${DISTNAME:S/DateManip/p5-Date-Manip/} SVR4_PKGNAME= p5dma -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} @@ -14,6 +13,8 @@ COMMENT= Perl5 module for date calculations PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_LANGUAGES= # empty + PERL5_PACKLIST= auto/Date/Manip/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Date-Manip/distinfo b/devel/p5-Date-Manip/distinfo index 1c4ac5ea61f..2db3b6340cf 100644 --- a/devel/p5-Date-Manip/distinfo +++ b/devel/p5-Date-Manip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 22:24:24 agc Exp $ +$NetBSD: distinfo,v 1.6 2006/07/12 16:46:44 heinz Exp $ -SHA1 (DateManip-5.42a.tar.gz) = d0033f0164e495769fcda0c9054054ecba98eb25 -RMD160 (DateManip-5.42a.tar.gz) = c6456f8b3b828cb368de9657c637f45cac22959c -Size (DateManip-5.42a.tar.gz) = 136302 bytes +SHA1 (DateManip-5.44.tar.gz) = 18938e48e2c2ba43f8c706acf1c2720d9dc98a83 +RMD160 (DateManip-5.44.tar.gz) = d06ca1179a90699a0d19872228258ef2bb81a010 +Size (DateManip-5.44.tar.gz) = 141596 bytes |