diff options
author | mat <mat@FreeBSD.org> | 2003-08-19 17:05:52 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-08-19 17:05:52 +0800 |
commit | b2848a4bfa171f96e98ead730a602851e21bc5aa (patch) | |
tree | f5c450ab703e8b3ebcf51b4f120f9f9c7e467473 /devel | |
parent | 1bd0994594749a624fc27b3d77c461c0f4836cb1 (diff) | |
download | freebsd-ports-gnome-b2848a4bfa171f96e98ead730a602851e21bc5aa.tar.gz freebsd-ports-gnome-b2848a4bfa171f96e98ead730a602851e21bc5aa.tar.zst freebsd-ports-gnome-b2848a4bfa171f96e98ead730a602851e21bc5aa.zip |
Update to 1.04
* the 'locale' release
* Applied patches from Joshua Hoblitt to move the the brand new
DateTime::Locale rather than the old ::Language modules
* Implemented %x, %X and %c for locale formats
* Fixed a bug on the two digit year determinator
* Added a test for locales known as 004locale.t
* This is a major change and you should install this release if you are using
DateTime >= 0.14 (the first release with Locale)
Bump PORTEPOCH because version went from 1.0302 to 1.04
Approved by: demon (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-DateTime-Format-Strptime/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Strptime/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Format-Strptime/Makefile b/devel/p5-DateTime-Format-Strptime/Makefile index 05c97c64a9e2..1370828ae90a 100644 --- a/devel/p5-DateTime-Format-Strptime/Makefile +++ b/devel/p5-DateTime-Format-Strptime/Makefile @@ -6,7 +6,8 @@ # PORTNAME= DateTime-Format-Strptime -PORTVERSION= 1.0302 +PORTVERSION= 1.04 +PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime diff --git a/devel/p5-DateTime-Format-Strptime/distinfo b/devel/p5-DateTime-Format-Strptime/distinfo index 2fceab886f53..afc724330a4b 100644 --- a/devel/p5-DateTime-Format-Strptime/distinfo +++ b/devel/p5-DateTime-Format-Strptime/distinfo @@ -1 +1 @@ -MD5 (DateTime-Format-Strptime-1.0302.tar.gz) = 7ebd0bc7de54e10be967e29b04e0edf0 +MD5 (DateTime-Format-Strptime-1.04.tar.gz) = a29b67afad057834ddfb9c833b591160 |