git: 1c4cfbf076f6 - main - Mk/bsd.port.mk: do not use master site as default for WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Sep 2022 17:03:44 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c4cfbf076f6ff72e81e6f674799f40b9a763b08 commit 1c4cfbf076f6ff72e81e6f674799f40b9a763b08 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2022-09-09 16:54:49 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2022-09-09 16:54:49 +0000 Mk/bsd.port.mk: do not use master site as default for WWW Maintainers should set WWW to a website with useful information for users of the package. The first MASTER_SITE of the port had been considered to be a useful default value for the WWW variable. It has been found not to be a generally useful URL though, therefore stop providing a default value for WWW. Approved by: portmgr (tcberner) --- Mk/bsd.port.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index e4389d7fc88c..2bb318263c83 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -4351,7 +4351,7 @@ _FETCH_DEPENDS=${FETCH_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C _LIB_DEPENDS=${LIB_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} _BUILD_DEPENDS=${BUILD_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} ${_LIB_DEPENDS} _RUN_DEPENDS=${RUN_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} ${_LIB_DEPENDS} -_WWW=${WWW:U${MASTER_SITES:[1]}} +_WWW=${WWW} . if exists(${DESCR}) _DESCR=${DESCR} . else