[Bug 267126] www/luakit-devel: version scheme and portepoch issues
Date: Sun, 16 Oct 2022 15:09:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267126 Bug ID: 267126 Summary: www/luakit-devel: version scheme and portepoch issues Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: eduardo@FreeBSD.org CC: mbeis@xs4all.nl Flags: maintainer-feedback?(mbeis@xs4all.nl) CC: mbeis@xs4all.nl Hello, Current port version scheme is causing bumping portepoch because suffix -<commit count> will be translated as .<commit count> misleading version to: 2.2.8 -> 2.2.1.16,1 (epoch=1) 2.3.26,1 -> 2.3.1.6,2 (epoch=2, to commit) since: 2.2.8 > 2.2.1.16 2.3.26,1 > 2.3.1.6,1 In the future there will be more epoch bumps due to nature of how ports framework understand x.y-z versions. I'd like to hear your opinion on this issue and see if a solution is found to avoid aditional portepochs. Thanks -- You are receiving this mail because: You are the assignee for the bug.