diff options
author | petef <petef@FreeBSD.org> | 2003-10-26 17:06:32 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-10-26 17:06:32 +0000 |
commit | a9c57d4f9d071316ffd6172f5185123e7473ba20 (patch) | |
tree | d044a6e7b0be4f85b98166b4e025c83aa65a0514 /mail | |
parent | 7993bde719c49929d16fca24f3bf597714255abe (diff) | |
download | FreeBSD-ports-a9c57d4f9d071316ffd6172f5185123e7473ba20.zip FreeBSD-ports-a9c57d4f9d071316ffd6172f5185123e7473ba20.tar.gz |
Update to 0.29.
PR: 58081
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/pkg-plist | 3 |
3 files changed, 8 insertions, 2 deletions
diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile index 1396b14..4d25a03 100644 --- a/mail/p5-Mail-ListDetector/Makefile +++ b/mail/p5-Mail-ListDetector/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-ListDetector -PORTVERSION= 0.23 +PORTVERSION= 0.29 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -25,11 +25,14 @@ PERL_CONFIGURE= yes MAN3= Mail::ListDetector.3 \ Mail::ListDetector::Detector::Base.3 \ + Mail::ListDetector::Detector::CommuniGate.3 \ Mail::ListDetector::Detector::CommuniGatePro.3 \ Mail::ListDetector::Detector::Ecartis.3 \ Mail::ListDetector::Detector::Ezmlm.3 \ Mail::ListDetector::Detector::Fml.3 \ Mail::ListDetector::Detector::Listar.3 \ + Mail::ListDetector::Detector::Listbox.3 \ + Mail::ListDetector::Detector::Listserv.3 \ Mail::ListDetector::Detector::Mailman.3 \ Mail::ListDetector::Detector::Majordomo.3 \ Mail::ListDetector::Detector::RFC2369.3 \ diff --git a/mail/p5-Mail-ListDetector/distinfo b/mail/p5-Mail-ListDetector/distinfo index 9d54d5eb..6c4d4c5 100644 --- a/mail/p5-Mail-ListDetector/distinfo +++ b/mail/p5-Mail-ListDetector/distinfo @@ -1 +1 @@ -MD5 (Mail-ListDetector-0.23.tar.gz) = d6edbae74072baaa2f6eef63e6b99804 +MD5 (Mail-ListDetector-0.29.tar.gz) = 0ffbc9a98dedd77682dc2b63d5c212d9 diff --git a/mail/p5-Mail-ListDetector/pkg-plist b/mail/p5-Mail-ListDetector/pkg-plist index f8b8ec8..d9e5bfb 100644 --- a/mail/p5-Mail-ListDetector/pkg-plist +++ b/mail/p5-Mail-ListDetector/pkg-plist @@ -1,10 +1,13 @@ %%SITE_PERL%%/Mail/ListDetector.pm %%SITE_PERL%%/Mail/ListDetector/Detector/Base.pm +%%SITE_PERL%%/Mail/ListDetector/Detector/CommuniGate.pm %%SITE_PERL%%/Mail/ListDetector/Detector/CommuniGatePro.pm %%SITE_PERL%%/Mail/ListDetector/Detector/Ecartis.pm %%SITE_PERL%%/Mail/ListDetector/Detector/Ezmlm.pm %%SITE_PERL%%/Mail/ListDetector/Detector/Fml.pm %%SITE_PERL%%/Mail/ListDetector/Detector/Listar.pm +%%SITE_PERL%%/Mail/ListDetector/Detector/Listbox.pm +%%SITE_PERL%%/Mail/ListDetector/Detector/Listserv.pm %%SITE_PERL%%/Mail/ListDetector/Detector/Mailman.pm %%SITE_PERL%%/Mail/ListDetector/Detector/Majordomo.pm %%SITE_PERL%%/Mail/ListDetector/Detector/RFC2369.pm |