In my last update I forgot to change the licence from GPLv2 to GPLv3. This just needs a one line change to the Makefile. LICENSE= GPLv2 needs to be LICENSE= GPLv3 This change was made upstream with Author: Mark Wielaard <mark@klomp.org> 2025-10-12 23:57:43 Committer: Mark Wielaard <mark@klomp.org> 2025-10-18 00:55:07 Parent: 757dc5703d6a0e42344d3ee19a835b504f312aaf (Update where to get a copy of the GNU General Public License) Child: b74d16c9b0db657ea321b72dc17d0c06022a7f71 (coregrind/m_debuginfo/readpdb.c (DEBUG_SnarfLinetab): Remove this_seg) Branches: master, remotes/origin/master, remotes/origin/users/paulf/try-bug511713 Follows: VALGRIND_3_25_0 Precedes: VALGRIND_3_26_0 Upgrade to GNU General Public License version 3
devel/valgrind-devel too?
(In reply to Vladimir Druzenko from comment #1) No, just devel/valgrind. devel/valgrind-devel will switch to GPLv3 the next time I bump it to a newer version. Thanks.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4eabdfb642afe8ac810bb6cec7c0f888f9d1e8eb commit 4eabdfb642afe8ac810bb6cec7c0f888f9d1e8eb Author: Paul Floyd <pjfloyd@wanadoo.fr> AuthorDate: 2025-11-17 12:32:10 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-11-17 12:47:58 +0000 devel/valgrind: Change licence to GPLv3 Upstream changed the licence from GPLv2 to GPLv3: * Upgrade to the GNU General Public License version 3. https://valgrind.org/docs/manual/dist.news.html PR: 291056 devel/valgrind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks.