Date: Sun, 31 Dec 2000 17:09:21 +0000 (GMT) From: George Reid <greid@dogma.freebsd-uk.eu.org> To: FreeBSD-gnats-submit@freebsd.org, obrien@freebsd.org Subject: ports/23982: [PATCH] net/queso has unfetchable distfile Message-ID: <Pine.BSF.4.21.0012311706110.21877-100000@sobek.openirc.co.uk> Resent-Message-ID: <200012311710.eBVHA2L80547@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23982 >Category: ports >Synopsis: [PATCH] net/queso has unfetchable distfile >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: Sun Dec 31 09:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: Port net/queso has an unfetchable distfile. It has disappeared from the MASTER_SITE and the case of the path to the last URL was incorrect. >How-To-Repeat: Try to build :) >Fix: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/net/queso/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2000/04/09 18:13:15 1.9 +++ Makefile 2000/12/31 17:04:18 @@ -10,10 +10,7 @@ PORTNAME= queso PORTVERSION= 980922 CATEGORIES= net security -MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ - ${MASTER_SITE_SUNSITE} \ - ftp://freebsd.ntu.edu.tw/freebsd/_distfiles/ -MASTER_SITE_SUBDIR= distributions/trinux/src/netmap +MASTER_SITES= ftp://freebsd.ntu.edu.tw/FreeBSD/distfiles/ MAINTAINER= obrien@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?Pine.BSF.4.21.0012311706110.21877-100000>