Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2018 15:01:01 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: How to get -RC2 is tarball name?
Message-ID:  <20180420.150101.967300340290942386.yasu@utahime.org>
In-Reply-To: <d6e0dbb3-b912-9377-b9b1-cd1cea54587b@dreamchaser.org>
References:  <d6e0dbb3-b912-9377-b9b1-cd1cea54587b@dreamchaser.org>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Gary Aitken <freebsd@dreamchaser.org>
Subject: How to get -RC2 is tarball name?
Date: Thu, 19 Apr 2018 23:48:24 -0600

> 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.

Add 'USES=tar:bzip2' to Makefile. It changes EXTRACT_SUFX to
'.tar.bz2'.

---
Yasuhiro KIMURA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180420.150101.967300340290942386.yasu>