Bug 261170 - www/gohugo: Update to 0.92.0
Summary: www/gohugo: Update to 0.92.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guangyuan Yang
URL: https://github.com/gohugoio/hugo/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-13 09:54 UTC by Ben Lavery-Griffiths
Modified: 2022-01-17 02:32 UTC (History)
2 users (show)

See Also:


Attachments
git diff to upgrade to 0.92.0 (10.29 KB, patch)
2022-01-13 09:54 UTC, Ben Lavery-Griffiths
ben: maintainer-approval+
Details | Diff
git diff to upgrade to 0.92.0 (10.33 KB, patch)
2022-01-16 17:21 UTC, Ben Lavery-Griffiths
ben: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Lavery-Griffiths 2022-01-13 09:54:55 UTC
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)
Comment 1 Guangyuan Yang freebsd_committer freebsd_triage 2022-01-14 02:23:12 UTC
Can you explain why the CONFLICTS_INSTALL is removed?
Comment 2 Ben Lavery-Griffiths 2022-01-14 08:51:06 UTC
(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.
Comment 3 Ben Lavery-Griffiths 2022-01-16 17:21:38 UTC
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.
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-01-17 02:25:06 UTC
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(-)