Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 2021 16:55:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259233] devel/coursier: account for coursier changes and update to 2.0.16
Message-ID:  <bug-259233-7788-PEsF0xQ6G2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259233-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259233-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259233

Robert Clausecker <fuz@fuz.su> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fuz@fuz.su

--- Comment #1 from Robert Clausecker <fuz@fuz.su> ---
The way your distfile is set up, the name does not change when upstream
releases a new version.  This is a bad thing as it means the FreeBSD distfi=
le
cache will be unable to cache more than one version of the distfile.

The easiest way to fix this is to set DIST_SUBDIR to something like

    DIST_SUBDIR=3D ${PORTNAME}-${DISTVERSION}

so each version of the distfile gets its own directory.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259233-7788-PEsF0xQ6G2>