Bug 255767 - lang/python-doc-html: Fix `make makesum`
Summary: lang/python-doc-html: Fix `make makesum`
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: Danilo G. Baio
URL: https://reviews.freebsd.org/D30192
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-11 03:28 UTC by Yasuhiro Kimura
Modified: 2021-05-12 01:08 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (python)


Attachments
Patch file (1.31 KB, patch)
2021-05-11 03:28 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!