Bug 255767

Summary: lang/python-doc-html: Fix `make makesum`
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Only Me CC: dbaio
Priority: --- Flags: bugzilla: maintainer-feedback? (python)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D30192
Attachments:
Description Flags
Patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2021-05-11 03:28:26 UTC
Created attachment 224827 [details]
Patch file

Fix `make makesum`.
Comment 1 Danilo G. Baio freebsd_committer freebsd_triage 2021-05-11 10:45:21 UTC
(In reply to Yasuhiro Kimura from comment #0)

Thank you.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-05-12 01:07:33 UTC
A commit in branch main references this bug:

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

commit 5693283b37e182d63579863491412355997533f9
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-05-12 00:14:40 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-05-12 01:01:20 +0000

    lang/python-doc-html: Unbreak makesum

    Change make command to fix Python 2.7 values. [1]

    PR:             255767 [1]
    Reported by:    Yasuhiro Kimura <yasu@utahime.org> [1]
    Approved by:    python (with hat)
    Differential Revision:  https://reviews.freebsd.org/D30192

 lang/python-doc-html/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2021-05-12 01:08:21 UTC
Committed, thanks!