Date: Sat, 14 Jun 2003 23:00:12 +0000 (UTC) From: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: portlint's FATAL warnings Message-ID: <bcg9ds$1gok$2@kemoauc.mips.inka.de> References: <20030612222636.GA27898@mail.it.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Paul Chvostek <paul+fbsd@it.ca> wrote: > EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} > MASTER_SITES+= http://hostname/path/:1 > DISTFILES+= somefile.html:1 > post-fetch: > @test -f ${DISTDIR}/somefile.html || \ > ${FETCH_CMD} -o ${DISTDIR} http://hostname/path/somefile.html Both approaches (and I very much favor the first one) share a common problem: somefile.html is unversioned. This is bad. What happens when the file changes? What happens to existing copies on distfile mirrors? -- Christian "naddy" Weisgerber naddy@mips.inka.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bcg9ds$1gok$2>