CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/10/09 08:10:05
Modified files:
sysutils/borgbackup/2.0: Makefile
Log message:
Unbreak borgbackup/2.0 build
'b' is not supported as special version string, 'beta' is. As a result
from lexicographically sorting, 2.0.0b9 was seen as newer than 2.0.0b12
by the pkg tools.
Issue and solution pointed identified by tb@.
OK tb@
