Created attachment 230978 [details] git diff to upgrade to 0.92.0 - portlint: OK (looks fine.) - testport: OK (poudriere: <12.2-RELEASE, 12.3-RELEASE, 12.3-STABLE, 13.0-RELEASE, 13.0-STABLE, 14.0-CURRENT>, < amd64/i386 >, <manpages + with/without extended> tested)
Can you explain why the CONFLICTS_INSTALL is removed?
(In reply to Guangyuan Yang from comment #1) Hmmm, I'm afraid I can't explain it immediatly... I use ports-mgmt/modules2tuple to generate this block. I will investigate after work to see if something has changed on the hugo side, I know ports-mgmt/modules2tuple hasn't been updated in a while so it's not a change there.
Created attachment 231047 [details] git diff to upgrade to 0.92.0 I found that a commit (https://cgit.freebsd.org/ports/commit/www/gohugo/Makefile?id=bcaf25a8c8046b094f6b5ab5bc258333bc326ee1) had added the CONFLICTS_INSTALL entry into the middle of some auto-generated code, so when I updated it got removed. I've moved it to below the auto-generated section.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1fbd53b21e0f39b2c3525efbdc18321c7661c946 commit 1fbd53b21e0f39b2c3525efbdc18321c7661c946 Author: Ben Lavery-Griffiths <ben@lavery-griffiths.com> AuthorDate: 2022-01-17 02:19:37 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2022-01-17 02:19:37 +0000 www/gohugo: Update to 0.92.0 Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.92.0 PR: 261170 www/gohugo/Makefile | 18 ++++++++---------- www/gohugo/distinfo | 22 +++++++++------------- 2 files changed, 17 insertions(+), 23 deletions(-)