From owner-freebsd-ports@FreeBSD.ORG Mon Jan 19 21:40:51 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BF691065693 for ; Mon, 19 Jan 2009 21:40:51 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from smtp.sd73.bc.ca (smtp.sd73.bc.ca [142.24.13.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5CBBF8FC1C for ; Mon, 19 Jan 2009 21:40:51 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id C09AD1A000B22 for ; Mon, 19 Jan 2009 13:16:51 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at smtp.sd73.bc.ca Received: from coal.localnet (s10.sbo [192.168.0.10]) by smtp.sd73.bc.ca (Postfix) with ESMTP id BB3D01A000B18 for ; Mon, 19 Jan 2009 13:16:48 -0800 (PST) From: Freddie Cash To: freebsd-ports@freebsd.org Date: Mon, 19 Jan 2009 13:16:48 -0800 User-Agent: KMail/1.10.3 (Linux/2.6.26-1-686; KDE/4.1.3; i686; ; ) References: <539c60b90901191054i773cf852xf84ab419cb03f6cc@mail.gmail.com> In-Reply-To: <539c60b90901191054i773cf852xf84ab419cb03f6cc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901191316.48793.fjwcash@gmail.com> Subject: Re: correct convention for a misnamed dist file on sourceforge? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 21:40:51 -0000 On January 19, 2009 10:54 am Steve Franks wrote: > If a distfile on sourceforge is lpc21isp.1.63.tar.gz instead of > lpc21isp-1.63.tar.gz, how do I tweak the port makefile to pull it in? Add a PORTVERSION line with 1.63. Then set DISTNAME=$PORTNAME.$PORTVERSION This is covered in the Porter's Handbook. -- Freddie fjwcash@gmail.com