From lth@dask.thegler.dk  Sun Aug 29 20:04:55 2004
Return-Path: <lth@dask.thegler.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 94CEA16A4CE; Sun, 29 Aug 2004 20:04:55 +0000 (GMT)
Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E002743D1D; Sun, 29 Aug 2004 20:04:54 +0000 (GMT)
	(envelope-from lth@dask.thegler.dk)
Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161])
	by cicero1.cybercity.dk (Postfix) with ESMTP
	id A7F7A7E31CF; Sun, 29 Aug 2004 22:04:52 +0200 (CEST)
Received: by dask.thegler.dk (Postfix, from userid 1001)
	id 6220F3EEA; Sun, 29 Aug 2004 22:04:52 +0200 (CEST)
Message-Id: <20040829200452.6220F3EEA@dask.thegler.dk>
Date: Sun, 29 Aug 2004 22:04:52 +0200 (CEST)
From: Lars Thegler <lth@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: petef@FreeBSD.org
Subject: [PATCH] mail/p5-Mail-ListDetector: update to 0.31
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71116
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Mail-ListDetector: update to 0.31
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    petef
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 29 20:10:26 GMT 2004
>Closed-Date:    Sun Oct 17 21:39:15 CDT 2004
>Last-Modified:  Sun Oct 17 21:39:15 CDT 2004
>Originator:     Lars Thegler
>Release:        FreeBSD 4.10-BETA i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.10-BETA FreeBSD 4.10-BETA #3: Mon Apr 12 17:02:50 CEST 2004
>Description:
- Update to 0.31

Port maintainer (petef@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Mail-ListDetector-0.31.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-ListDetector/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	26 Oct 2003 17:06:32 -0000	1.9
+++ Makefile	29 Aug 2004 20:04:26 -0000
@@ -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 @@
 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 @@
 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 \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-ListDetector/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	31 Mar 2004 03:09:21 -0000	1.8
+++ distinfo	29 Aug 2004 20:04:26 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-ListDetector/pkg-plist,v
retrieving revision 1.5
diff -u -u -r1.5 pkg-plist
--- pkg-plist	26 Oct 2003 17:06:32 -0000	1.5
+++ pkg-plist	29 Aug 2004 20:04:26 -0000
@@ -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
--- p5-Mail-ListDetector-0.31.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->petef 
Responsible-Changed-By: lth 
Responsible-Changed-When: Sun Aug 29 20:11:28 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71116 
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Sun Oct 17 21:39:14 CDT 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71116 
>Unformatted:
