Date: Tue, 19 Jan 1999 22:27:28 -0500 (EST) From: sjr@home.net To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9574: Update ports to use MASTER_SITE_COMP_SOURCES Message-ID: <199901200327.WAA22818@istari.home.net>
next in thread | raw e-mail | index | archive | help
>Number: 9574 >Category: ports >Synopsis: Update ports to use MASTER_SITE_COMP_SOURCES >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 19 19:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 3.0-CURRENT i386 >Organization: >Environment: >Description: A variable was added to bsd.port.mk for locations of the comp.source.* archives. This patch updates 2 of the ports to use it. >How-To-Repeat: >Fix: --- misc/display/Makefile.orig Tue Nov 10 21:22:59 1998 +++ misc/display/Makefile Tue Jan 19 00:11:23 1999 @@ -9,7 +9,8 @@ DISTNAME= display PKGNAME= display-1.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume8/ +MASTER_SITES= ${MASTER_SITE_COMP_SOURCES} +MASTER_SITE_SUBDIR= unix/volume8 EXTRACT_SUFX= .Z PATCH_SITES= ${MASTER_SITES} --- sysutils/copytape/Makefile.orig Sun Dec 20 16:14:43 1998 +++ sysutils/copytape/Makefile Tue Jan 19 00:12:38 1999 @@ -9,7 +9,8 @@ DISTNAME= copytape PKGNAME= copytape-1.0 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume10/ +MASTER_SITES= ${MASTER_SITE_COMP_SOURCES} +MASTER_SITE_SUBDIR= unix/volume10 EXTRACT_SUFX= .Z MAINTAINER= ports@FreeBSD.ORG >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?199901200327.WAA22818>