From erwin@backup-mx.droso.dk  Thu Feb  6 05:46:02 2003
Return-Path: <erwin@backup-mx.droso.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F354A37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Feb 2003 05:46:01 -0800 (PST)
Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 26CA743F85
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Feb 2003 05:46:01 -0800 (PST)
	(envelope-from erwin@backup-mx.droso.dk)
Received: by backup-mx.droso.dk (Postfix, from userid 1000)
	id 26535A9CE; Thu,  6 Feb 2003 14:45:50 +0100 (CET)
Message-Id: <20030206134550.26535A9CE@backup-mx.droso.dk>
Date: Thu,  6 Feb 2003 14:45:50 +0100 (CET)
From: Erwin Lansing <erwin@lansing.dk>
Reply-To: Erwin Lansing <erwin@lansing.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update mail/p5-Mail-Bulkmail to 3.04 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48005
>Category:       ports
>Synopsis:       update mail/p5-Mail-Bulkmail to 3.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 06 05:50:07 PST 2003
>Closed-Date:    Wed Feb 12 15:37:52 PST 2003
>Last-Modified:  Wed Feb 12 15:37:52 PST 2003
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #13: Tue Jan 7 21:26:37 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

- update to 3.04:
- add WWW

>How-To-Repeat:
	
>Fix:

removed files files/patch-Bulkmail.pm

--- p5-Mail-Bulkmail.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-Bulkmail/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	10 Nov 2002 16:46:58 -0000	1.4
+++ Makefile	6 Feb 2003 13:43:23 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Mail-Bulkmail
-PORTVERSION=	2.05
+PORTVERSION=	3.04
 CATEGORIES=	mail perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Mail
@@ -17,6 +17,16 @@
 PERL_CONFIGURE=	yes
 
 MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3=		Mail::Bulkmail.3
+MAN3=		Mail::Bulkmail.3 Mail::Bulkmail::Dynamic.3 \
+		Mail::Bulkmail::Server.3 Mail::Bulkmail::Object.3 \
+		Mail::Bulkmail::DummyServer.3
+
+post-patch:
+	${PERL} -pi -e '$$_="" if /^use 5/;' \
+		-e '$$_="" if /use warnings/;' \
+		${WRKSRC}/Bulkmail.pm ${WRKSRC}/Bulkmail/Object.pm \
+		${WRKSRC}/Bulkmail/Dynamic.pm \
+		${WRKSRC}/Bulkmail/Server.pm \
+		${WRKSRC}/Bulkmail/DummyServer.pm
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-Bulkmail/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	3 Jan 2001 23:35:48 -0000	1.1
+++ distinfo	6 Feb 2003 13:43:23 -0000
@@ -1 +1 @@
-MD5 (Mail-Bulkmail-2.05.tar.gz) = 4716d7dc718aa3d00b85c7d574a08538
+MD5 (Mail-Bulkmail-3.04.tar.gz) = 4e3477b5221f89588c9fb78bea008d62
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-Bulkmail/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	3 Jan 2001 23:35:48 -0000	1.1
+++ pkg-descr	6 Feb 2003 13:43:23 -0000
@@ -1,5 +1,6 @@
 Mail::Bulkmail is a platform-independent mailing list module.
 
 Author: James A. Thompson III <jim3@psynet.net>
+WWW: http://search.cpan.org/dist/Mail-Bulkmail/
 
 --will
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-Bulkmail/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	14 Apr 2001 22:31:37 -0000	1.2
+++ pkg-plist	6 Feb 2003 13:43:23 -0000
@@ -1,5 +1,10 @@
 lib/perl5/site_perl/%%PERL_VER%%/Mail/Bulkmail.pm
+lib/perl5/site_perl/%%PERL_VER%%/Mail/Bulkmail/Dynamic.pm
+lib/perl5/site_perl/%%PERL_VER%%/Mail/Bulkmail/Object.pm
+lib/perl5/site_perl/%%PERL_VER%%/Mail/Bulkmail/Server.pm
+lib/perl5/site_perl/%%PERL_VER%%/Mail/Bulkmail/DummyServer.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Bulkmail/.packlist
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Bulkmail
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Bulkmail
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true
--- p5-Mail-Bulkmail.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Erwin Lansing <erwin@lansing.dk>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/48005: update mail/p5-Mail-Bulkmail to 3.04
Date: Sat, 8 Feb 2003 12:05:16 +0100

 --FL5UXtIhxfXey3p5
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Thu, Feb 06, 2003 at 02:45:50PM +0100, Erwin Lansing wrote:
 >=20
 > >Description:
 >=20
 > - update to 3.04:
 > - add WWW
 
 3.05 is out so:
 > =09
 > >Fix:
 >=20
 > removed files files/patch-Bulkmail.pm
 >=20
 and apply the new patch at
 http://panda.droso.net/~erwin/p5-Mail-Bulkmail-3.05.diff
 
 -erwin
 
 --=20
                     _._     _,-'""`-._
 Erwin Lansing      (,-.`._,'(       |\`-/|    http://droso.org/
 erwin@lansing.dk       `-.-' \ )-`( , o o)    http://fnidder.dk/
                     -bf-      `-    \`_`"'-
 
 --FL5UXtIhxfXey3p5
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+RORsqy9aWxUlaZARAoggAJ42Zzo/WDvcvvzF33X2R5/nJOjLWQCeOlLu
 F9Cr/Pc1F9+hkSd12XcINUI=
 =8q6s
 -----END PGP SIGNATURE-----
 
 --FL5UXtIhxfXey3p5--
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Feb 12 15:37:46 PST 2003 
State-Changed-Why:  
Commited, thanks! 

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