Created attachment 194162 [details] patch See attached diff. Needs buildtests in poudriere, run-tests.
Buildtests in poudriere on 11.1a, 10.4i are fine.
Hi Kurt, Cool! Thanks! Looks good to me. The only issue I saw when tried this: gmake[1]: Entering directory '/home/mgolub/ports/databases/leofs/work/leofs-1.4.1' for reltool_config in rel/leo_*/reltool.config.in; do \ ./make_reltool.sh no $reltool_config > $(echo $reltool_config | sed s/.in$//); \ done /bin/sh: ./make_reltool.sh: not found /bin/sh: ./make_reltool.sh: not found /bin/sh: ./make_reltool.sh: not found gmake[1]: *** [Makefile:55: reltool] Error 127 gmake[1]: Leaving directory '/home/mgolub/ports/databases/leofs/work/leofs-1.4.1' Didn't you need to fix the shebang in make_reltool.sh to make it work?
Created attachment 194169 [details] patch-v2 Ups, yes, I forgot to add the patch to the diff. Attached now. Did you run-test the update ? If you approve, I'll commit this update.
Nah, you're a ports committer, you can commit that yourself 8-}
LGTM. Please go head with committing this. (I can commit myself if you have some problems with this).
Committed, thanks!
A commit references this bug: Author: pi Date: Mon Jun 11 18:24:24 UTC 2018 New revision: 472198 URL: https://svnweb.freebsd.org/changeset/ports/472198 Log: databases/leofs: update 1.3.8 -> 1.4.1 PR: 228887 Requested by: Franco Ricci <franco.ricc@gmail.com> Approved by: trociny (maintainer) Relnotes: https://github.com/leo-project/leofs/releases Changes: head/databases/leofs/Makefile head/databases/leofs/distinfo head/databases/leofs/files/patch-make_reltool.sh