diff options
author | seb <seb@pkgsrc.org> | 2010-07-03 17:12:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-03 17:12:42 +0000 |
commit | 71b9f097a49f3433c50537904d58e3d431d3343f (patch) | |
tree | 7ca4ae036937e581c189d989670e14ff747b24ae /time | |
parent | 77f2c66854fd9e82b94fe4d204395ba4a3107632 (diff) | |
download | pkgsrc-71b9f097a49f3433c50537904d58e3d431d3343f.tar.gz |
Update from version 0.5500 to version 0.5900 (upstream version 0.59)
Pkgsrc changes:
- adjust dependencies
- adjust license
Upstream changes:
0.59 2010-06-29
- More packaging fixes. This release makes sure that POD only shows up in the
right files. In 0.56 through 0.58, some POD in the wrong place confused the
search.cpan.org POD display code, and the main module's documentation wasn't
viewable.
0.58 2010-06-28
- Versions 0.56 and 0.57 did not build XS properly when installing.
0.57 2010-06-26
- Make DateTime::LeapSecond have the same $VERSION as every other .pm file.
0.56 2010-06-26
- The set_formatter() method did not return the DateTime object, and did not
actually validate the value provided for the formatter. Based on a patch by
Andrew Whatson. RT #58506.
- Improved docs on floating time zone. Based on suggestions by Michael
Svoboda. RT #56389.
- Added mention of end-of-month algorithms to docs on DateTime math. Based on
a patch by Michael R. Davis. RT #58533.
- License is now Artistic 2.0.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime/Makefile | 7 | ||||
-rw-r--r-- | time/p5-DateTime/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index b84d602d8b5..ecd5b6d8c98 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2010/03/16 22:10:56 sno Exp $ +# $NetBSD: Makefile,v 1.22 2010/07/03 17:12:42 seb Exp $ -DISTNAME= DateTime-0.55 +DISTNAME= DateTime-0.59 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -8,8 +8,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://datetime.perl.org/ COMMENT= Perl module for date/time sets and ranges -LICENSE= ${PERL5_LICENSE} +LICENSE= artistic-2.0 +BUILD_DEPENDS+= p5-Module-Build>=0.3601:../../devel/p5-Module-Build BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo index e3a954b0c1f..0fc5a1a70f3 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2010/03/16 22:10:56 sno Exp $ +$NetBSD: distinfo,v 1.18 2010/07/03 17:12:42 seb Exp $ -SHA1 (DateTime-0.55.tar.gz) = c76eca4ce862be5168da83c4245180c0dd3c3911 -RMD160 (DateTime-0.55.tar.gz) = 5049db8b9ce3526caa87c8ed6f3b5411f0b97d82 -Size (DateTime-0.55.tar.gz) = 198203 bytes +SHA1 (DateTime-0.59.tar.gz) = 28cd933b7f5fc6ea6d3fb961d2c2c59039f6c3bf +RMD160 (DateTime-0.59.tar.gz) = 49a7633e3a5014a716c4a6b53cb11bfb20721fd2 +Size (DateTime-0.59.tar.gz) = 174351 bytes |