From owner-freebsd-ports Mon Mar 11 5:27:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id C74C637B417 for ; Mon, 11 Mar 2002 05:27:51 -0800 (PST) Received: (from sue@localhost) by phoenix.welearn.com.au (8.11.6/8.11.6) id g2BDRXm00873; Tue, 12 Mar 2002 00:27:33 +1100 (EST) (envelope-from sue) Date: Tue, 12 Mar 2002 00:27:33 +1100 From: Sue Blake To: "Simon 'corecode' Schubert" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: handling static filenames Message-ID: <20020312002733.J16874@welearn.com.au> Mail-Followup-To: Sue Blake , Simon 'corecode' Schubert , freebsd-ports@FreeBSD.ORG References: <20020311225125.B96107@welearn.com.au> <20020311132113.5dd83daf.corecode@corecode.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020311132113.5dd83daf.corecode@corecode.ath.cx>; from corecode@corecode.ath.cx on Mon, Mar 11, 2002 at 01:21:13PM +0100 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 On Mon, Mar 11, 2002 at 01:21:13PM +0100, Simon 'corecode' Schubert wrote: > On Mon, 11 Mar 2002 22:51:25 +1100 Sue Blake wrote: > > > I'm working on four ports (2 down, 2 to go) that have source archives > > which do not change name when they are upgraded. How do we deal with > > this? Keep a copy of foo.zip somewhere else, renamed to foo-1.23.zip > > and list it in the Makefile instead of or as well as the author's > > site? I could plonk them under people.freebsd.org but I don't know > > that it's the right way to handle the situation. Do we have any > > precedents or battle scars? > > if you look at other ports which handle this: > they just do a > > DISTNAME= ${PORTNAME} > > or similar. Thanks, but it was more the users' problems that I was concerned about. What happens when http://www.foo.com/foo.zip changes slightly two weeks after the port is out, BUT the filename is the same? 1. The properly downloaded source file will be unusable with the port. 2. The reason for the problem and its solution will not be obvious to the user. 3. There is no way to get the older file. 4. It is not obvious that a later port might work with the current file. 5. If the author fixes his doc typos every Sunday for a few weeks, it'll be a nightmare to keep up to date, and no chance of a satisfactory "last month" version being used since the source archive is (a) indistinguishable, and (b) not available from the site. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message