Date: Sat, 4 Jan 2003 05:53:41 -0600 (CST) From: Kevin Day <toasty@dragondata.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46750: [MAINTAINER-PATCH] Add new MASTER_SITES for editors/joe and mail/elm Message-ID: <200301041153.h04Brff33114@shell.dragondata.com>
next in thread | raw e-mail | index | archive | help
>Number: 46750 >Category: ports >Synopsis: [MAINTAINER-PATCH] Add new MASTER_SITES for editors/joe and mail/elm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jan 04 04:00:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kevin Day >Release: FreeBSD 4.6-STABLE i386 >Organization: Dragondata >Environment: n/a >Description: People have reported problems with the FTP server hosting the elm port's distfiles. Add second master site. While I'm at it, I'll do the same for joe. >How-To-Repeat: >Fix: mail/elm: --- Makefile.orig Sat Jan 4 05:48:02 2003 +++ Makefile Sat Jan 4 05:48:23 2003 @@ -8,7 +8,8 @@ PORTNAME= elm PORTVERSION= 2.5.6 CATEGORIES= mail -MASTER_SITES= ftp://ftp.virginia.edu/pub/elm/ +MASTER_SITES= ftp://ftp.virginia.edu/pub/elm/ \ + http://www.dragondata.com/software/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= toasty@dragondata.com editors/joe: --- Makefile.orig Sat Jan 4 05:46:34 2003 +++ Makefile Sat Jan 4 05:47:07 2003 @@ -9,7 +9,8 @@ PORTVERSION= 2.8 PORTREVISION= 5 CATEGORIES+= editors -MASTER_SITES= ftp://ftp.std.com/src/editors/ +MASTER_SITES= ftp://ftp.std.com/src/editors/ \ + http://www.dragondata.com/software/ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301041153.h04Brff33114>