From owner-freebsd-ports Mon Dec 30 12:30:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 730AF37B401 for ; Mon, 30 Dec 2002 12:30:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A09B43EA9 for ; Mon, 30 Dec 2002 12:30:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBUKU8NS016997 for ; Mon, 30 Dec 2002 12:30:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBUKU8ds016996; Mon, 30 Dec 2002 12:30:08 -0800 (PST) Date: Mon, 30 Dec 2002 12:30:08 -0800 (PST) Message-Id: <200212302030.gBUKU8ds016996@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/46634: Fix distfile location in news/nn Makefile Reply-To: Pete Fritchman 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 The following reply was made to PR ports/46634; it has been noted by GNATS. From: Pete Fritchman To: Jasper O'Malley Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/46634: Fix distfile location in news/nn Makefile Date: Mon, 30 Dec 2002 12:25:45 -0800 ++ 30/12/02 10:58 -0500 - Jasper O'Malley: | --- Makefile.orig Mon Dec 30 10:48:16 2002 | +++ Makefile Mon Dec 30 10:48:26 2002 | @@ -9,7 +9,7 @@ | PORTVERSION= 6.6.2 | PORTREVISION= 1 | CATEGORIES= news | -MASTER_SITES= ftp://ftp.nndev.org/pub/nn-6.6/ | +MASTER_SITES= ftp://ftp.nndev.org/pub/nn-6.6/old/ | EXTRACT_SUFX= .tar.Z | | MAINTAINER= jooji@nickelkid.com How about this instead? MASTER_SITES= ftp://ftp.nndev.org/pub/nn6.6/%SUBDIR%/ MASTER_SITE_SUBDIR= . old This way we won't need to ever make a change in the future if a distfile becomes outdated. --pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message