diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-10-26 17:06:32 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-10-26 17:06:32 +0000 |
commit | e8049644bfcabacba4ed32af6b86e42f477e4fa7 (patch) | |
tree | 5071952d38c54ba15e954fcfa81804957d300c6e /mail/p5-Mail-ListDetector | |
parent | 9235de39b14fba3ba8ce69e803f5f302fee3e56a (diff) |
Update to 0.29.
PR: 58081
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes:
svn path=/head/; revision=92214
Diffstat (limited to 'mail/p5-Mail-ListDetector')
-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 1396b14dd274..4d25a03ec725 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 9d54d5eba6d6..6c4d4c59760d 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 f8b8ec83b1d7..d9e5bfb4392a 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 |