diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-16 10:42:14 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-16 10:42:14 +0800 |
commit | 739ee41c84070912279c315a943aa41236dc2dc8 (patch) | |
tree | de9c323f1d63a99b35510b61b2a5ee6bc94f167e /devel/p5-Time | |
parent | fcd2d88c313ecf0e1a99a9f615b83e97da1d0fb6 (diff) | |
download | freebsd-ports-gnome-739ee41c84070912279c315a943aa41236dc2dc8.tar.gz freebsd-ports-gnome-739ee41c84070912279c315a943aa41236dc2dc8.tar.zst freebsd-ports-gnome-739ee41c84070912279c315a943aa41236dc2dc8.zip |
upgrade to 101.062101
Diffstat (limited to 'devel/p5-Time')
-rw-r--r-- | devel/p5-Time/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Time/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Time/pkg-descr | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Time/Makefile b/devel/p5-Time/Makefile index ac2602aa7226..9bfdd959ee59 100644 --- a/devel/p5-Time/Makefile +++ b/devel/p5-Time/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Time -PORTVERSION= 100.010301 +PORTVERSION= 101.062101 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Time diff --git a/devel/p5-Time/distinfo b/devel/p5-Time/distinfo index 00327b31f2ed..117e45700897 100644 --- a/devel/p5-Time/distinfo +++ b/devel/p5-Time/distinfo @@ -1 +1 @@ -MD5 (Time-modules-100.010301.tar.gz) = b3f0822edffb87f178f6d58e9872e029 +MD5 (Time-modules-101.062101.tar.gz) = ff016734aacf5956e0d2c8f0e6ebeb3e diff --git a/devel/p5-Time/pkg-descr b/devel/p5-Time/pkg-descr index c3bca155e924..b077d6e305e6 100644 --- a/devel/p5-Time/pkg-descr +++ b/devel/p5-Time/pkg-descr @@ -3,5 +3,5 @@ This package contains the following perl5 modules: Time::CTime.pm ctime, strftime, and asctime Time::JulianDay.pm Julian Day conversions Time::ParseDate.pm Reverses strftime and also understands relative times -Time::Timezone.pm -Time::DaysInMonth.pm +Time::Timezone.pm miscellaneous timezone manipulations routines +Time::DaysInMonth.pm simply report the number of days in a month |