Bug 245538 - www/gohugo: Update to 0.69.0
Summary: www/gohugo: Update to 0.69.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: Dmitri Goutnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-11 17:11 UTC by Ben Lavery-Griffiths
Modified: 2020-04-11 20:00 UTC (History)
1 user (show)

See Also:


Attachments
svn diff to upgrade to 0.69.0 (4.41 KB, patch)
2020-04-11 17:11 UTC, Ben Lavery-Griffiths
ben: maintainer-approval+
Details | Diff
svn diff to upgrade to 0.69.0 (4.41 KB, patch)
2020-04-11 19:40 UTC, Ben Lavery-Griffiths
ben: maintainer-approval+
Details | Diff
svn diff to upgrade to 0.69.0 (4.42 KB, patch)
2020-04-11 19: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 2020-04-11 17:11:51 UTC
Created attachment 213292 [details]
svn diff to upgrade to 0.69.0

gohugo has been updated to 0.69.0
(https://github.com/gohugoio/hugo/releases/tag/v0.69.0)

- portlint: OK (looks fine.)

- testport: OK (poudriere: <11.3-RELEASE, 11.3-STABLE, 12.0-RELEASE, 12.1-RELEASE, and 12.1-STABLE>, < amd64/i386 >, <manpages + with/without extended> tested)

- testport: FAILED (poudriere: <13.0-CURRENT>, < i386 >, <manpages + with/without extended> tested)
- - 13_0-CURRENT__i386-local-extended.log:*** Error code 1
- - 13_0-CURRENT__i386-local-normal.log:*** Error code 1
Comment 1 Dmitri Goutnik freebsd_committer freebsd_triage 2020-04-11 19:32:12 UTC
Hi,

I'm getting size mismatch error when building in poudriere:

=> Fetched file size mismatch (expected 5259264, actual 32527452)

distinfo diff doesn't look right ether:

-SIZE (gohugo/gohugoio-hugo-v0.68.3_GH0.tar.gz) = 32383172
+SIZE (gohugo/gohugoio-hugo-v0.69.0_GH0.tar.gz) = 5259264

$ fetch https://codeload.github.com/gohugoio/hugo/tar.gz/v0.69.0?dummy=/gohugoio-hugo-v0.69.0_GH0.tar.gz && ls -l hugo-0.69.0.tar.gz
-rw-r--r--  1 dg  dg  32527452 11 Apr 14:22 hugo-0.69.0.tar.gz
Comment 2 Ben Lavery-Griffiths 2020-04-11 19:40:05 UTC
Created attachment 213299 [details]
svn diff to upgrade to 0.69.0
Comment 3 Ben Lavery-Griffiths 2020-04-11 19:41:36 UTC
Hi Dmitri,

Please accept my apologies, I did notice this error but it looks like I had forgotten to update the diff after I fixed it.

I have re-uploaded the correct diff.

Many thanks for catching it!
Ben
Comment 4 Ben Lavery-Griffiths 2020-04-11 19:42:59 UTC
Sorry, it doesn't seem to have uploaded correctly.  Let me check this out
Comment 5 Ben Lavery-Griffiths 2020-04-11 19:44:16 UTC
Created attachment 213301 [details]
svn diff to upgrade to 0.69.0
Comment 6 Ben Lavery-Griffiths 2020-04-11 19:44:55 UTC
Hi Dmitri,

Apologies once again.  Correct version of the diff now uploaded.

Kind regards,
Ben
Comment 7 commit-hook freebsd_committer freebsd_triage 2020-04-11 19:59:46 UTC
A commit references this bug:

Author: dmgk
Date: Sat Apr 11 19:58:54 UTC 2020
New revision: 531458
URL: https://svnweb.freebsd.org/changeset/ports/531458

Log:
  www/gohugo: Update to 0.69.0

  Changes:	https://github.com/gohugoio/hugo/releases/tag/v0.69.0
  PR:		245538
  Submitted by:	ben.lavery@hashbang0.com (maintainer)

Changes:
  head/www/gohugo/Makefile
  head/www/gohugo/distinfo
Comment 8 Dmitri Goutnik freebsd_committer freebsd_triage 2020-04-11 20:00:51 UTC
No problem, thanks for the update and quick fix!