diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-07 02:18:34 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-07 02:18:34 +0000 |
commit | 99ef42d867cfaf54914a1948593072bb48195cea (patch) | |
tree | b317094a948a3152c8a26e21ebaf9d132cd0e6f8 /mail/p5-Email-Date | |
parent | 9a5760c68e68f71b9bca66eb0ba55b9a616fd5bd (diff) | |
download | ports-99ef42d867cfaf54914a1948593072bb48195cea.tar.gz ports-99ef42d867cfaf54914a1948593072bb48195cea.zip |
Notes
Diffstat (limited to 'mail/p5-Email-Date')
-rw-r--r-- | mail/p5-Email-Date/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Email-Date/distinfo | 6 | ||||
-rw-r--r-- | mail/p5-Email-Date/pkg-descr | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/mail/p5-Email-Date/Makefile b/mail/p5-Email-Date/Makefile index 53741bccb842..1c94a6952247 100644 --- a/mail/p5-Email-Date/Makefile +++ b/mail/p5-Email-Date/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Email-Date -PORTVERSION= 1.10.2 +PORTVERSION= 1.10.3 CATEGORIES= mail perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Email +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/\1/} @@ -17,6 +16,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Find and Format Date Headers BUILD_DEPENDS= p5-Email-Abstract>=2.10:${PORTSDIR}/mail/p5-Email-Abstract \ + p5-Email-Date-Format>=1:${PORTSDIR}/mail/p5-Email-Date-Format \ p5-Email-Simple>=1.9:${PORTSDIR}/mail/p5-Email-Simple \ p5-Time-Local>=1.07:${PORTSDIR}/devel/p5-Time-Local \ p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece \ diff --git a/mail/p5-Email-Date/distinfo b/mail/p5-Email-Date/distinfo index fbb92f809860..79f1d9b2b837 100644 --- a/mail/p5-Email-Date/distinfo +++ b/mail/p5-Email-Date/distinfo @@ -1,3 +1,3 @@ -MD5 (Email-Date-1.102.tar.gz) = d0640973bf0f01e5ad8fbd4c8b274005 -SHA256 (Email-Date-1.102.tar.gz) = f403f5141da36952856273644ef7d1a4c703bc1e9ca0d86572b0ab3160efab84 -SIZE (Email-Date-1.102.tar.gz) = 11555 +MD5 (Email-Date-1.103.tar.gz) = c74b5b1d98ce7a92ed387970c461b5b4 +SHA256 (Email-Date-1.103.tar.gz) = 94d0ef4a27ba2d77b561c10c152ee1bc12f517b56fc0639d254b6944bb7a2126 +SIZE (Email-Date-1.103.tar.gz) = 11124 diff --git a/mail/p5-Email-Date/pkg-descr b/mail/p5-Email-Date/pkg-descr index a2fdc775a4e2..d69a89af3220 100644 --- a/mail/p5-Email-Date/pkg-descr +++ b/mail/p5-Email-Date/pkg-descr @@ -1,4 +1,4 @@ -mail::Date - Find and Format Date Headers. +Email::Date - Find and Format Date Headers. Author: Casey West, <casey@geeknest.com> -WWW: http://search.cpan.org/author/CWEST/Email-Date-1.03/ +WWW: http://search.cpan.org/dist/Email-Date/ |