diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-16 02:42:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-16 02:42:14 +0000 |
commit | 406b650d02caca5001159ed6611438d9c109a80a (patch) | |
tree | 320e64b901d7fbd93cfc891e3a1d13c17df5fc37 /devel/p5-Time | |
parent | Add the distfile to MASTER_SITE_LOCAL to deal with the fact that the (diff) |
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 |