Date: Mon, 30 Dec 2002 12:30:08 -0800 (PST) From: Pete Fritchman <petef@absolutbsd.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/46634: Fix distfile location in news/nn Makefile Message-ID: <200212302030.gBUKU8ds016996@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/46634; it has been noted by GNATS. From: Pete Fritchman <petef@absolutbsd.org> To: Jasper O'Malley <jooji@nickelkid.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212302030.gBUKU8ds016996>