Created attachment 219315 [details] Patch (Revision 1) Passes poudriere.
Moin moin I see lots of -include/gnome-builder-3.36/libide/code/ide-buffer-addin.h +include/gnome-builder-3.38/libide/code/ide-buffer-addin.h I think if you would use a plist sub and change this to something like +include/gnome-builder-%%BUILDER_VERSION%%/libide/code/ide-buffer-addin.h we could reduce the churn in the plist in the future. mfg Tobias
I tried that, but %%BUILDER_VERSION%% won't work because while the files say 3.38, the version is 3.38.0 and it looks for 3.38.0 which is missing.
Just add PLIST_SUB=BUILDER_VERSION=3.38 -- or you can even get fancier with PLIST_SUB=BUILDER_VERSION=${PORTVERSION:R}
Created attachment 219440 [details] Patch (Revision 2) Sure, fixed it.
A commit references this bug: Author: tcberner Date: Sun Nov 15 10:03:56 UTC 2020 New revision: 555182 URL: https://svnweb.freebsd.org/changeset/ports/555182 Log: devel/gnome-builder: Update to 3.38.0 PR: 250821 Submitted by: Neel Chauhan <neel@neelc.org> Changes: head/devel/gnome-builder/Makefile head/devel/gnome-builder/distinfo head/devel/gnome-builder/pkg-plist
Committed, thanks.