diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-10-16 14:24:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-10-16 14:24:38 +0000 |
commit | 44587e9e3d301978ce5a796ac0940b20022cf497 (patch) | |
tree | 307ace1a2c3ccc3ec882332573d9da8d5e69b120 | |
parent | f3d40b3042228fa3bdc538b179a27c24d0479093 (diff) | |
download | ports-44587e9e3d301978ce5a796ac0940b20022cf497.tar.gz ports-44587e9e3d301978ce5a796ac0940b20022cf497.zip |
Upgrade to 1.15.
Mail to jfitz is bounced.
I took over maintainership until James come back.
Notes
Notes:
svn path=/head/; revision=33897
-rw-r--r-- | mail/p5-Mail-Tools/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Mail-Tools/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Tools/pkg-descr | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Tools/pkg-plist | 1 |
4 files changed, 5 insertions, 5 deletions
diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index a59068597920..1f67f860f3fd 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -6,14 +6,14 @@ # PORTNAME= Mail-Tools -PORTVERSION= 1.1401 +PORTVERSION= 1.15 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail DISTNAME= MailTools-${PORTVERSION} PKGNAMEPREFIX= p5- -MAINTAINER= jfitz@FreeBSD.org +MAINTAINER= kuriyama@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Domain.pm:${PORTSDIR}/net/p5-Net @@ -23,7 +23,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR USE_PERL5= yes MAN3= Mail::Address.3 \ - Mail::Alias.3 \ Mail::Cap.3 \ Mail::Field.3 \ Mail::Field::AddrList.3 \ diff --git a/mail/p5-Mail-Tools/distinfo b/mail/p5-Mail-Tools/distinfo index 86427e563eda..96259592b00e 100644 --- a/mail/p5-Mail-Tools/distinfo +++ b/mail/p5-Mail-Tools/distinfo @@ -1 +1 @@ -MD5 (MailTools-1.1401.tar.gz) = d88ded36aaed693dbeb9c953c56c3dab +MD5 (MailTools-1.15.tar.gz) = 5b8125343cc1a130c713f5655a0e2784 diff --git a/mail/p5-Mail-Tools/pkg-descr b/mail/p5-Mail-Tools/pkg-descr index d16af6f0db00..3f6080166f3d 100644 --- a/mail/p5-Mail-Tools/pkg-descr +++ b/mail/p5-Mail-Tools/pkg-descr @@ -6,3 +6,5 @@ parsing e-mail addresses, parsing mailcap files, manipulating message header fields and bodies, sending messages via SMTP or the Unix mail and sendmail commands, reading mbox mail boxes, and message filtering through Perl subroutines. + +WWW: http://search.cpan.org/search?dist=MailTools diff --git a/mail/p5-Mail-Tools/pkg-plist b/mail/p5-Mail-Tools/pkg-plist index 55d32e29e636..db8f393a8bf1 100644 --- a/mail/p5-Mail-Tools/pkg-plist +++ b/mail/p5-Mail-Tools/pkg-plist @@ -1,6 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/.packlist lib/perl5/site_perl/%%PERL_VER%%/Mail/Address.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Alias.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Cap.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Field.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Field/AddrList.pm |