From owner-freebsd-ports Sat Jun 8 13: 0:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA7B837B40C for ; Sat, 8 Jun 2002 13:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58K04w45167; Sat, 8 Jun 2002 13:00:04 -0700 (PDT) (envelope-from gnats) Received: from guineapig.pil.dk (guineapig.pil.dk [193.162.142.153]) by hub.freebsd.org (Postfix) with ESMTP id 7DD9237B405 for ; 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 ; 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 Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39040: switch master_site to CPAN Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39040 >Category: ports >Synopsis: switch master_site to CPAN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 08 13:00:04 PDT 2002 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message