How to get -RC2 is tarball name?

Yasuhiro KIMURA yasu at utahime.org
Fri Apr 20 06:01:30 UTC 2018


From: Gary Aitken <freebsd at 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


More information about the freebsd-ports mailing list