diff options
author | petef <petef@FreeBSD.org> | 2004-10-18 10:39:07 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-10-18 10:39:07 +0800 |
commit | 59b13b80e9684089f0f71645154a89ee4fd5c659 (patch) | |
tree | 7f5954bb352dd99c09f955f77323e40506f47758 | |
parent | 4cb928fbbd43bb49e5d5931e8e97dc123df2b40f (diff) | |
download | freebsd-ports-gnome-59b13b80e9684089f0f71645154a89ee4fd5c659.tar.gz freebsd-ports-gnome-59b13b80e9684089f0f71645154a89ee4fd5c659.tar.zst freebsd-ports-gnome-59b13b80e9684089f0f71645154a89ee4fd5c659.zip |
Update to 0.31.
PR: 71116
Submitted by: lth
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 10 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/distinfo | 4 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/pkg-plist | 6 |
3 files changed, 16 insertions, 4 deletions
diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile index 4d25a03ec725..005bf8c60b12 100644 --- a/mail/p5-Mail-ListDetector/Makefile +++ b/mail/p5-Mail-ListDetector/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-ListDetector -PORTVERSION= 0.29 +PORTVERSION= 0.31 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -16,7 +16,7 @@ MAINTAINER= petef@FreeBSD.org COMMENT= Perl module for detecting mailing list messages BUILD_DEPENDS= ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \ - ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${SITE_PERL}/Email/Abstract.pm:${PORTSDIR}/mail/p5-Email-Abstract \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} @@ -24,17 +24,23 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Mail::ListDetector.3 \ + Mail::ListDetector::Detector::AutoShare.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::GoogleGroups.3 \ + Mail::ListDetector::Detector::LetterRip.3 \ + Mail::ListDetector::Detector::ListSTAR.3 \ Mail::ListDetector::Detector::Listar.3 \ Mail::ListDetector::Detector::Listbox.3 \ Mail::ListDetector::Detector::Listserv.3 \ + Mail::ListDetector::Detector::Lyris.3 \ Mail::ListDetector::Detector::Mailman.3 \ Mail::ListDetector::Detector::Majordomo.3 \ + Mail::ListDetector::Detector::Onelist.3 \ Mail::ListDetector::Detector::RFC2369.3 \ Mail::ListDetector::Detector::RFC2919.3 \ Mail::ListDetector::Detector::Smartlist.3 \ diff --git a/mail/p5-Mail-ListDetector/distinfo b/mail/p5-Mail-ListDetector/distinfo index 48fdb04bce72..751b980e1935 100644 --- a/mail/p5-Mail-ListDetector/distinfo +++ b/mail/p5-Mail-ListDetector/distinfo @@ -1,2 +1,2 @@ -MD5 (Mail-ListDetector-0.29.tar.gz) = 0ffbc9a98dedd77682dc2b63d5c212d9 -SIZE (Mail-ListDetector-0.29.tar.gz) = 24281 +MD5 (Mail-ListDetector-0.31.tar.gz) = e1072d72ff6e9c024f80e9cc1f3174f9 +SIZE (Mail-ListDetector-0.31.tar.gz) = 39687 diff --git a/mail/p5-Mail-ListDetector/pkg-plist b/mail/p5-Mail-ListDetector/pkg-plist index d9e5bfb4392a..e55f2b498970 100644 --- a/mail/p5-Mail-ListDetector/pkg-plist +++ b/mail/p5-Mail-ListDetector/pkg-plist @@ -1,15 +1,21 @@ %%SITE_PERL%%/Mail/ListDetector.pm +%%SITE_PERL%%/Mail/ListDetector/Detector/AutoShare.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/GoogleGroups.pm +%%SITE_PERL%%/Mail/ListDetector/Detector/LetterRip.pm +%%SITE_PERL%%/Mail/ListDetector/Detector/ListSTAR.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/Lyris.pm %%SITE_PERL%%/Mail/ListDetector/Detector/Mailman.pm %%SITE_PERL%%/Mail/ListDetector/Detector/Majordomo.pm +%%SITE_PERL%%/Mail/ListDetector/Detector/Onelist.pm %%SITE_PERL%%/Mail/ListDetector/Detector/RFC2369.pm %%SITE_PERL%%/Mail/ListDetector/Detector/RFC2919.pm %%SITE_PERL%%/Mail/ListDetector/Detector/Smartlist.pm |