FreeBSD Bugzilla – Attachment 224827 Details for
Bug 255767
lang/python-doc-html: Fix `make makesum`
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
lang_python-doc-html.patch (text/plain), 1.31 KB, created by
Yasuhiro Kimura
on 2021-05-11 03:28:26 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2021-05-11 03:28:26 UTC
Size:
1.31 KB
patch
obsolete
>From 05e197c2c86aaadb3f0f2a36f95847bda6194be8 Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@utahime.org> >Date: Tue, 11 May 2021 02:46:05 +0900 >Subject: [PATCH] lang/python-doc-html: Fix `make makesum` > >Fix `make makesum` > >References: bug 249063, bug 249537 >--- > lang/python-doc-html/Makefile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile >index 48c696c08995..6b0e9d5fadc5 100644 >--- a/lang/python-doc-html/Makefile >+++ b/lang/python-doc-html/Makefile >@@ -3,7 +3,7 @@ > PORTNAME= python-doc-${DOCFORMAT} > PORTVERSION= ${PYTHON_PORTVERSION} > CATEGORIES= lang python >-MASTER_SITES= PYTHON/ftp/python/doc/${PORTVERSION} \ >+MASTER_SITES?= PYTHON/ftp/python/doc/${PORTVERSION} \ > PYTHON/ftp/python/doc/current > DISTNAME= python-${PORTVERSION}-docs-${DOCFORMAT} > DIST_SUBDIR= python >@@ -38,7 +38,7 @@ _VERS!= ${MAKE} -V _PYTHON_VERSIONS:O > > all_python_versions: > .for v in ${_VERS} >- @${MAKE} -V PYTHON_PORTVERSION DEFAULT_VERSIONS=python=${v} >+ @${MAKE} -C ${PORTSDIR}/lang/python${v:S/.//} -V PYTHON_PORTVERSION > .endfor > > .if make(makesum) >@@ -54,6 +54,7 @@ DISTFILES+= python-${v}-docs-${f}${EXTRACT_SUFX}:${v:S/./x/g},DEFAULT > .endfor > .endfor > MASTER_SITES+= PYTHON/ftp/python/doc/current >+.export MASTER_SITES > .endif > > pre-install: >-- >2.31.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255767
: 224827