From owner-freebsd-ports@freebsd.org Fri Apr 20 05:49:06 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7EA5FA7505 for ; Fri, 20 Apr 2018 05:49:06 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dreamchaser.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 601C16CD1F for ; Fri, 20 Apr 2018 05:49:06 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org (breakaway [192.168.151.122]) by nightmare.dreamchaser.org (8.15.2/8.15.2) with ESMTP id w3K5n42d041005 for ; Thu, 19 Apr 2018 23:49:04 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) To: FreeBSD Mailing List Reply-To: freebsd@dreamchaser.org From: Gary Aitken Subject: How to get -RC2 is tarball name? Message-ID: Date: Thu, 19 Apr 2018 23:48:24 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (nightmare.dreamchaser.org [192.168.151.101]); Thu, 19 Apr 2018 23:49:04 -0600 (MDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2018 05:49:07 -0000 I'm trying to fetch: https://download.gimp.org/mirror/pub/gimp/v2.10/gimp-2.10.0-RC2.tar.bz2 Both the RC2 and the bz2 are giving me problems. I've tried every combination I can think of and can't seem to get the right thing. In order to get the -RC2 I had to resort to: PORTNAME?= gimp-devel-app DISTVERSION= 2.10.0 GIMPVERSION= RC2 DISTNAME= gimp-${DISTVERSION}-${GIMPVERSION} MASTER_SITES= https://download.gimp.org/mirror/pub/gimp/v2.10/ but that asks for .../v2.10/gimp-2.10.0-RC2.tar.gz tacking the .tar.bz2 on the end of DISTNAME doesn't help. I know this totally ignores all the other directives about MASTER_SITES= GIMP and recommendations for PORT/DIST NAME and VERSION, but I can't get any other combination to get even this far. Is there a way to get the portname "gimp-devel-app" truncated to "gimp" with some operator X in ${PORTNAME:X}? I didn't see them described in the handbook. Is there a variable I can override for the tar.bz2 part? Thanks, Gary