From root@guineapig.pil.dk  Sat Jun  8 12:55:06 2002
Return-Path: <root@guineapig.pil.dk>
Received: from guineapig.pil.dk (guineapig.pil.dk [193.162.142.153])
	by hub.freebsd.org (Postfix) with ESMTP id 7DD9237B405
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Jun 2002 12:55:04 -0700 (PDT)
Received: from guineapig.pil.dk (guineapig.pil.dk [193.162.142.153])
	by guineapig.pil.dk (8.12.3/8.12.2) with ESMTP id g58Jt2sh069710
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 8 Jun 2002 21:55:02 +0200 (CEST)
	(envelope-from root@guineapig.pil.dk)
Received: (from root@localhost)
	by guineapig.pil.dk (8.12.3/8.12.3/Submit) id g58Jt25K069709;
	Sat, 8 Jun 2002 21:55:02 +0200 (CEST)
Message-Id: <200206081955.g58Jt25K069709@guineapig.pil.dk>
Date: Sat, 8 Jun 2002 21:55:02 +0200 (CEST)
From: Erwin Lansing <erwin@lansing.dk>
Reply-To: Erwin Lansing <erwin@lansing.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: switch master_site to CPAN
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39040
>Category:       ports
>Synopsis:       switch master_site to CPAN
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 08 13:00:04 PDT 2002
>Closed-Date:    Sat Jun 08 22:35:05 CEST 2002
>Last-Modified:  Sat Jun 08 22:35:05 CEST 2002
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD guineapig.pil.dk 4.5-STABLE FreeBSD 4.5-STABLE #9: Wed Apr 24 10:43:13 CEST 2002 root@prison.pil.dk:/usr/obj/usr/src/sys/PRISON i386


	
>Description:
change MASTER_SITES to CPAN
assume maintainership
>How-To-Repeat:
	
>Fix:

	

--- p5-Net-SMTP-Server.diff begins here ---
diff -ruN p5-Net-SMTP-Server.orig/Makefile p5-Net-SMTP-Server/Makefile
--- p5-Net-SMTP-Server.orig/Makefile	Sat Mar 23 11:37:24 2002
+++ p5-Net-SMTP-Server/Makefile	Sat Jun  8 21:44:35 2002
@@ -8,14 +8,17 @@
 PORTNAME=	Net-SMTP-Server
 PORTVERSION=	1.1
 CATEGORIES=	mail perl5
-MASTER_SITES=	http://www.macgyver.org/software/perl/
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MACGYVER/
 PKGNAMEPREFIX=	p5-
 DISTNAME=	SMTP-Server-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	erwin@lansing.dk
 
 RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
 		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
+
+MASTER_SITE_BACKUP+= http://www.macgyver.org/software/perl/
 
 PERL_CONFIGURE=	yes
 
--- p5-Net-SMTP-Server.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Anton Berezin <tobez@tobez.org>
To: Erwin Lansing <erwin@lansing.dk>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/39040: switch master_site to CPAN
Date: Sat, 8 Jun 2002 22:15:12 +0200

 On Sat, Jun 08, 2002 at 09:55:02PM +0200, Erwin Lansing wrote:
 > change MASTER_SITES to CPAN
 
 > -MASTER_SITES=	http://www.macgyver.org/software/perl/
 > +MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 > +MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MACGYVER/
 
 Why not just
  +MASTER_SITE_SUBDIR= Net
 ?
 
 Cheers,
 =Anton.
 -- 
 | Anton Berezin                |      FreeBSD: The power to serve |
 | catpipe Systems ApS   _ _ |_ |           http://www.FreeBSD.org |
 | tobez@catpipe.net    (_(_||  |                tobez@FreeBSD.org | 
 | +45 7021 0050                |         Private: tobez@tobez.org |

From: Erwin Lansing <erwin@lansing.dk>
To: Anton Berezin <tobez@tobez.org>,
	Erwin Lansing <erwin@lansing.dk>, FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/39040: switch master_site to CPAN
Date: Sat, 8 Jun 2002 22:23:52 +0200

 --10jrOL3x2xqLmOsH
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Sat, Jun 08, 2002 at 10:15:12PM +0200, Anton Berezin wrote:
 > On Sat, Jun 08, 2002 at 09:55:02PM +0200, Erwin Lansing wrote:
 > > change MASTER_SITES to CPAN
 >=20
 > > -MASTER_SITES=3D	http://www.macgyver.org/software/perl/
 > > +MASTER_SITES=3D	${MASTER_SITE_PERL_CPAN}
 > > +MASTER_SITE_SUBDIR=3D ../../authors/id/M/MA/MACGYVER/
 >=20
 > Why not just
 >  +MASTER_SITE_SUBDIR=3D Net
 > ?
 >=20
 Whoops. I overlooked it in Net. Need sleep...
 Thanks for noticing.
 
 /erwin
 
 --=20
 Erwin Lansing 		-- 		http://droso.org
 
 --10jrOL3x2xqLmOsH
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.6 (FreeBSD)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE9AmfXqy9aWxUlaZARArFkAKDgFBVZA7uLCbrKhLqske5F2UIe3wCeKJAC
 FdQSmj6iET64bkdr1ZZjAqA=
 =ndp/
 -----END PGP SIGNATURE-----
 
 --10jrOL3x2xqLmOsH--
State-Changed-From-To: open->closed 
State-Changed-By: tobez 
State-Changed-When: Sat Jun 8 22:34:48 CEST 2002 
State-Changed-Why:  
Change committed, thanks! 

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