diff options
author | mat <mat@FreeBSD.org> | 2007-02-20 23:05:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2007-02-20 23:05:44 +0800 |
commit | a36eab58566a27beb282e9ff323077c4bbb71009 (patch) | |
tree | 1a5b30ab4c1255fe764e89b75a137c13fabddf55 /devel | |
parent | 4b920af6057db8fa664fe9d0f40ae3b451d7307b (diff) | |
download | freebsd-ports-gnome-a36eab58566a27beb282e9ff323077c4bbb71009.tar.gz freebsd-ports-gnome-a36eab58566a27beb282e9ff323077c4bbb71009.tar.zst freebsd-ports-gnome-a36eab58566a27beb282e9ff323077c4bbb71009.zip |
Update to 0.61.01
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-DateTime-TimeZone/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-DateTime-TimeZone/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-DateTime-TimeZone/pkg-plist | 4 |
3 files changed, 13 insertions, 7 deletions
diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile index 378d629e82fc..3b87dd454712 100644 --- a/devel/p5-DateTime-TimeZone/Makefile +++ b/devel/p5-DateTime-TimeZone/Makefile @@ -6,11 +6,12 @@ # PORTNAME= DateTime-TimeZone -PORTVERSION= 0.60 +PORTVERSION= 0.61.01 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= mat@FreeBSD.org COMMENT= Time zone object base class and factory @@ -22,9 +23,10 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes MAN3= DateTime::TimeZone.3 DateTime::TimeZone::Floating.3 \ - DateTime::TimeZone::Local.3 DateTime::TimeZone::OffsetOnly.3 \ - DateTime::TimeZone::OlsonDB.3 DateTime::TimeZone::UTC.3 \ - DateTime::TimeZoneCatalog.3 + DateTime::TimeZone::Local.3 DateTime::TimeZone::Local::Unix.3 \ + DateTime::TimeZone::Local::VMS.3 DateTime::TimeZone::Local::Win32.3 \ + DateTime::TimeZone::OffsetOnly.3 DateTime::TimeZone::OlsonDB.3 \ + DateTime::TimeZone::UTC.3 DateTime::TimeZoneCatalog.3 .if !defined(NOPORTDOCS) PORTDOCS= Changes README diff --git a/devel/p5-DateTime-TimeZone/distinfo b/devel/p5-DateTime-TimeZone/distinfo index b62b1c89d4e0..a7b96c323704 100644 --- a/devel/p5-DateTime-TimeZone/distinfo +++ b/devel/p5-DateTime-TimeZone/distinfo @@ -1,3 +1,3 @@ -MD5 (DateTime-TimeZone-0.60.tar.gz) = 0b83cd24b3d45c28605d63765076cb1e -SHA256 (DateTime-TimeZone-0.60.tar.gz) = dd712c5c29b60e11362c59375564c38c2ba4033643b68612699e01c8ff78f1ab -SIZE (DateTime-TimeZone-0.60.tar.gz) = 336152 +MD5 (DateTime-TimeZone-0.6101.tar.gz) = 52d7b070b76128519088819d677f45df +SHA256 (DateTime-TimeZone-0.6101.tar.gz) = 546ae4adfe668288f27cb21a10ed88c8276eee5e40cc152b2b6a20dc60ccc9ab +SIZE (DateTime-TimeZone-0.6101.tar.gz) = 342747 diff --git a/devel/p5-DateTime-TimeZone/pkg-plist b/devel/p5-DateTime-TimeZone/pkg-plist index 85afe11254a1..e1e38e3cdd56 100644 --- a/devel/p5-DateTime-TimeZone/pkg-plist +++ b/devel/p5-DateTime-TimeZone/pkg-plist @@ -346,6 +346,9 @@ %%SITE_PERL%%/DateTime/TimeZone/Indian/Mayotte.pm %%SITE_PERL%%/DateTime/TimeZone/Indian/Reunion.pm %%SITE_PERL%%/DateTime/TimeZone/Local.pm +%%SITE_PERL%%/DateTime/TimeZone/Local/Unix.pm +%%SITE_PERL%%/DateTime/TimeZone/Local/Win32.pm +%%SITE_PERL%%/DateTime/TimeZone/Local/VMS.pm %%SITE_PERL%%/DateTime/TimeZone/MST.pm %%SITE_PERL%%/DateTime/TimeZone/MST7MDT.pm %%SITE_PERL%%/DateTime/TimeZone/OffsetOnly.pm @@ -392,6 +395,7 @@ %%SITE_PERL%%/DateTime/TimeZone/UTC.pm %%SITE_PERL%%/DateTime/TimeZoneCatalog.pm @dirrm %%SITE_PERL%%/DateTime/TimeZone/Pacific +@dirrm %%SITE_PERL%%/DateTime/TimeZone/Local @dirrm %%SITE_PERL%%/DateTime/TimeZone/Indian @dirrm %%SITE_PERL%%/DateTime/TimeZone/Europe @dirrm %%SITE_PERL%%/DateTime/TimeZone/Australia |