diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-12-04 12:34:58 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-12-04 12:34:58 +0000 |
commit | 844b804105b2bed0ae3d403918f653e23861a39c (patch) | |
tree | 949b1e1b3b4f6dc94c8e7ae65306d712551426c5 | |
parent | Update to 0.78 (diff) |
Update to 0.06
Notes
Notes:
svn path=/head/; revision=94981
-rw-r--r-- | devel/p5-DateTime-Format-Epoch/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Epoch/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Epoch/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-DateTime-Format-Epoch/Makefile b/devel/p5-DateTime-Format-Epoch/Makefile index 05092b128697..84493f9ef4ad 100644 --- a/devel/p5-DateTime-Format-Epoch/Makefile +++ b/devel/p5-DateTime-Format-Epoch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DateTime-Format-Epoch -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -22,7 +22,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= DateTime::Format::Epoch.3 DateTime::Format::Epoch::MacOS.3 \ - DateTime::Format::Epoch::TAI64.3 DateTime::Format::Epoch::Unix.3 +MAN3= DateTime::Format::Epoch.3 DateTime::Format::Epoch::DotNet.3 \ + DateTime::Format::Epoch::MacOS.3 DateTime::Format::Epoch::TAI64.3 \ + DateTime::Format::Epoch::Unix.3 .include <bsd.port.mk> diff --git a/devel/p5-DateTime-Format-Epoch/distinfo b/devel/p5-DateTime-Format-Epoch/distinfo index 85aaee28a6c9..0f6ddf22108c 100644 --- a/devel/p5-DateTime-Format-Epoch/distinfo +++ b/devel/p5-DateTime-Format-Epoch/distinfo @@ -1 +1 @@ -MD5 (DateTime-Format-Epoch-0.05.tar.gz) = f7e61342def76fdba2dd47f8d1d4c6d1 +MD5 (DateTime-Format-Epoch-0.06.tar.gz) = 979fa489141ccb7f33cb466e0a78ec4f diff --git a/devel/p5-DateTime-Format-Epoch/pkg-plist b/devel/p5-DateTime-Format-Epoch/pkg-plist index 32c0c4ff8b3c..655fd17fc6ae 100644 --- a/devel/p5-DateTime-Format-Epoch/pkg-plist +++ b/devel/p5-DateTime-Format-Epoch/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/DateTime/Format/Epoch.pm +%%SITE_PERL%%/DateTime/Format/Epoch/DotNet.pm %%SITE_PERL%%/DateTime/Format/Epoch/MacOS.pm %%SITE_PERL%%/DateTime/Format/Epoch/TAI64.pm %%SITE_PERL%%/DateTime/Format/Epoch/Unix.pm |