From owner-freebsd-ports@FreeBSD.ORG Sat Jun 14 20:54:57 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0B9B37B401 for ; Sat, 14 Jun 2003 20:54:57 -0700 (PDT) Received: from haggis.it.ca (haggis.it.ca [216.126.86.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC5B43F85 for ; Sat, 14 Jun 2003 20:54:56 -0700 (PDT) (envelope-from paul@haggis.it.ca) Received: from haggis.it.ca (paul@localhost [127.0.0.1]) by haggis.it.ca (8.12.9/8.12.9) with ESMTP id h5F3sLVD086475 for ; Sat, 14 Jun 2003 23:54:21 -0400 (EDT) (envelope-from paul@haggis.it.ca) Received: (from paul@localhost) by haggis.it.ca (8.12.9/8.12.6/Submit) id h5F3sLmM086474 for freebsd-ports@freebsd.org; Sat, 14 Jun 2003 23:54:21 -0400 (EDT) (envelope-from paul) Date: Sat, 14 Jun 2003 23:54:21 -0400 From: Paul Chvostek To: freebsd-ports@freebsd.org Message-ID: <20030615035421.GA83994@mail.it.ca> References: <20030612222636.GA27898@mail.it.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Subject: Re: portlint's FATAL warnings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2003 03:54:58 -0000 On Sat, Jun 14, 2003 at 11:00:12PM +0000, Christian Weisgerber wrote: > > > EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} > > MASTER_SITES+= http://hostname/path/:1 > > DISTFILES+= somefile.html:1 > > problem: somefile.html is unversioned. This is bad. What happens > when the file changes? What happens to existing copies on distfile > mirrors? Hrm; yeah, I'd need to update the port to alter the distinfo, without a version number change. Would be confusing, and highly annoying if he changes the page often. The "test -f" problem would stop a page update from breaking the port, but that's a punt. The port in question is security/proxycheck, which I submitted recently. The HTML file contains usage examples and hints that aren't included in the man page or elsewhere in the dist tarball (which is versioned). I could just make a pkg-message that points people to it, or I could maintain my own (versioned) version at a URL independent of the original author's.... Any other suggestions? Thanks. -- Paul Chvostek Operations / Abuse / Whatever it.canada, hosting and development http://www.it.ca/