Bug 260259

Summary: textproc/kepubify: update to 4.0.2
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Juraj Lutter <otis>
Status: Closed FIXED    
Severity: Affects Only Me CC: otis
Priority: --- Keywords: easy
Version: LatestFlags: fuz: merge-quarterly?
Hardware: Any   
OS: Any   
URL: https://github.com/pgaskin/kepubify/releases/tag/v4.0.2
Attachments:
Description Flags
textproc/kepubify: update to 4.0.2 fuz: maintainer-approval+

Description Robert Clausecker freebsd_committer freebsd_triage 2021-12-06 23:12:42 UTC
Created attachment 229946 [details]
textproc/kepubify: update to 4.0.2

While we are at it, convert to GO_MODULE.

Upstream changes:

 - Don't fail seriesmeta/covergen on scan errors in subdirectories
 - Convert all input character encodings to UTF-8.

Changelog:	https://github.com/pgaskin/kepubify/releases/tag/v4.0.2

Tested with Poudriere on armv7 arm64 FreeBSD 13.
Please MFH this patch update.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-12-07 22:05:52 UTC
A commit in branch main references this bug:

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

commit 38083880769d5d8c64a7c0839ae7fef780b101bf
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2021-12-07 22:02:43 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2021-12-07 22:04:52 +0000

    textproc/kepubify: update to 4.0.2

    - Update to 4.0.2
    - Convert to GO_MODULE

    Upstream changes:
    - Don't fail seriesmeta/covergen on scan errors in subdirectories
    - Convert all input character encodings to UTF-8.

    Changelog:      https://github.com/pgaskin/kepubify/releases/tag/v4.0.2
    PR:             260259

 textproc/kepubify/Makefile | 22 +++-------------------
 textproc/kepubify/distinfo | 30 +++++-------------------------
 2 files changed, 8 insertions(+), 44 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-12-07 22:08:54 UTC
A commit in branch 2021Q4 references this bug:

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

commit 601a5ad4d99c9c121f7cddfa531d420fe3bb02b6
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2021-12-07 22:02:43 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2021-12-07 22:08:09 +0000

    textproc/kepubify: update to 4.0.2

    - Update to 4.0.2
    - Convert to GO_MODULE

    Upstream changes:
    - Don't fail seriesmeta/covergen on scan errors in subdirectories
    - Convert all input character encodings to UTF-8.

    Changelog:      https://github.com/pgaskin/kepubify/releases/tag/v4.0.2
    PR:             260259
    (cherry picked from commit 38083880769d5d8c64a7c0839ae7fef780b101bf)

 textproc/kepubify/Makefile | 22 +++-------------------
 textproc/kepubify/distinfo | 30 +++++-------------------------
 2 files changed, 8 insertions(+), 44 deletions(-)
Comment 3 Juraj Lutter freebsd_committer freebsd_triage 2021-12-07 22:10:43 UTC
Committed, thanks.