diff options
author | mat <mat@FreeBSD.org> | 2004-01-28 23:22:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-01-28 23:22:51 +0800 |
commit | 5c0094d0d49f045a8138d24800ec3a88c144a915 (patch) | |
tree | 227e3b6e7b093bb7dd8dc7480fa44bf82d736f6d | |
parent | 40af2579c6c0b82c5636c57ff5da896b8e0ea2cd (diff) | |
download | freebsd-ports-gnome-5c0094d0d49f045a8138d24800ec3a88c144a915.tar.gz freebsd-ports-gnome-5c0094d0d49f045a8138d24800ec3a88c144a915.tar.zst freebsd-ports-gnome-5c0094d0d49f045a8138d24800ec3a88c144a915.zip |
Update to 0.29.01
-rw-r--r-- | devel/p5-DateTime-Format-Mail/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Mail/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Mail/pkg-plist | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/p5-DateTime-Format-Mail/Makefile b/devel/p5-DateTime-Format-Mail/Makefile index 3346df7b46cf..14d867c48a8f 100644 --- a/devel/p5-DateTime-Format-Mail/Makefile +++ b/devel/p5-DateTime-Format-Mail/Makefile @@ -6,11 +6,12 @@ # PORTNAME= DateTime-Format-Mail -PORTVERSION= 0.29 +PORTVERSION= 0.29.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= Convert between DateTime and RFC2822/822 formats @@ -23,4 +24,5 @@ PERL_CONFIGURE= yes MAN3= DateTime::Format::Mail.3 +.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.mk> diff --git a/devel/p5-DateTime-Format-Mail/distinfo b/devel/p5-DateTime-Format-Mail/distinfo index 7c05d796ac32..aa7fe8e979c2 100644 --- a/devel/p5-DateTime-Format-Mail/distinfo +++ b/devel/p5-DateTime-Format-Mail/distinfo @@ -1 +1,2 @@ -MD5 (DateTime-Format-Mail-0.29.tar.gz) = 53cb35ff744e5eea4d27f40e47dad606 +MD5 (DateTime-Format-Mail-0.2901.tar.gz) = 982f96249fb2cb920c2314a5c2f1e5b6 +SIZE (DateTime-Format-Mail-0.2901.tar.gz) = 182580 diff --git a/devel/p5-DateTime-Format-Mail/pkg-plist b/devel/p5-DateTime-Format-Mail/pkg-plist index 3202192ca3d3..eec580acf6a0 100644 --- a/devel/p5-DateTime-Format-Mail/pkg-plist +++ b/devel/p5-DateTime-Format-Mail/pkg-plist @@ -1,7 +1,3 @@ %%SITE_PERL%%/DateTime/Format/Mail.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Mail/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Mail -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |