From owner-freebsd-ports@FreeBSD.ORG Sat Oct 7 13:07:43 2006 Return-Path: X-Original-To: ports@freebsd.org 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 74EDA16A407 for ; Sat, 7 Oct 2006 13:07:43 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from alnrmhc11.comcast.net (alnrmhc11.comcast.net [206.18.177.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CBBF43D49 for ; Sat, 7 Oct 2006 13:07:43 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (alnrmhc11) with ESMTP id <20061007130742b11008e7d6e>; Sat, 7 Oct 2006 13:07:42 +0000 From: Josh Paetzel To: ports@freebsd.org Date: Sat, 7 Oct 2006 08:07:39 -0500 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610070807.39636.josh@tcbug.org> Cc: Subject: DISTNAME question 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: Sat, 07 Oct 2006 13:07:43 -0000 I need to set a DISTNAME to get a file from some sort of automatic cvs thing. No matter what I try a .tar.gz is prepended to it. IE....I need to get ruby-cvs.tar.gz?only_with_tag=ruby-cvs-0_2&view=tar but I can't seem to stop the port from looking for: ruby-cvs.tar.gz?only_with_tag=ruby-cvs-0_2&view=tar.tar.gz Can anyone help me with the Makefile magic needed here? -- Thanks, Josh Paetzel