Bug 266782 - www/gohugo: Update to 0.104.2
Summary: www/gohugo: Update to 0.104.2
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: Fernando Apesteguía
URL: https://github.com/gohugoio/hugo/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-03 07:44 UTC by Ben Lavery-Griffiths
Modified: 2022-10-04 16:09 UTC (History)
1 user (show)

See Also:
fernape: merge-quarterly+


Attachments
git diff to upgrade to 0.104.2 (1.21 KB, patch)
2022-10-03 07:44 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-10-03 07:44:21 UTC
Created attachment 237033 [details]
git diff to upgrade to 0.104.2

- portlint: OK (looks fine.)

- testport: OK (poudriere: <12.3-RELEASE, 12.3-STABLE, 13.0-RELEASE, 13.1-RELEASE, 13.1-STABLE, 14.0-CURRENT>, < amd64/i386 >, <manpages + with/without extended> tested)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-04 16:09:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de4374c4e13231d701b9439beddd10f2b6c4d5f2

commit de4374c4e13231d701b9439beddd10f2b6c4d5f2
Author:     Ben Lavery-Griffiths <ben@lavery-griffiths.com>
AuthorDate: 2022-10-04 06:32:46 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-10-04 16:04:59 +0000

    www/gohugo: Update to 0.104.2

    ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.104.2

    Fix htimes /: operation not permitted error on config changes when running the
    server. This regression was introduced in Hugo v0.104.1

    PR:             266782
    Reported by:    ben@lavery-griffiths.com (maintainer)
    MFH:            2022Q4 (bugfix release)

 www/gohugo/Makefile |  2 +-
 www/gohugo/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-04 16:09:31 UTC
A commit in branch 2022Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=14aae8cb1d55893c4feceda6b5a3c7ff4bc2bedb

commit 14aae8cb1d55893c4feceda6b5a3c7ff4bc2bedb
Author:     Ben Lavery-Griffiths <ben@lavery-griffiths.com>
AuthorDate: 2022-10-04 06:32:46 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-10-04 16:05:56 +0000

    www/gohugo: Update to 0.104.2

    ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.104.2

    Fix htimes /: operation not permitted error on config changes when running the
    server. This regression was introduced in Hugo v0.104.1

    PR:             266782
    Reported by:    ben@lavery-griffiths.com (maintainer)
    MFH:            2022Q4 (bugfix release)

    (cherry picked from commit de4374c4e13231d701b9439beddd10f2b6c4d5f2)

 www/gohugo/Makefile |  2 +-
 www/gohugo/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-10-04 16:09:53 UTC
Committed and merged to 2022Q4.

Thanks!