[Bug 259233] devel/coursier: account for coursier changes and update to 2.0.16
Date: Wed, 27 Oct 2021 16:55:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259233 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 distfile 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= ${PORTNAME}-${DISTVERSION} so each version of the distfile gets its own directory. -- You are receiving this mail because: You are the assignee for the bug.