git: 09704c68fc20 - main - Mk/: Update the URLs in the comments to the latest location

Li-Wen Hsu lwhsu at FreeBSD.org
Fri Jul 16 08:17:01 UTC 2021


The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09704c68fc208b7ebe11ca3ab7a55a98b4075969

commit 09704c68fc208b7ebe11ca3ab7a55a98b4075969
Author:     Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-07-16 08:16:45 +0000
Commit:     Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-07-16 08:16:45 +0000

    Mk/: Update the URLs in the comments to the latest location
    
    Reviewed by:    rene
    Differential Revision: https://reviews.freebsd.org/D31152
---
 Mk/Scripts/qa.sh | 2 +-
 Mk/Uses/ssl.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 66c3073fb71c..c02dffde5a97 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -989,7 +989,7 @@ pkgmessage()
 		if [ -f "${message}" ]; then
 			if ! head -1 "${message}" | grep -q '^\['; then
 				warn "${message} not in UCL format, will be shown on initial install only."
-				warn "See https://www.freebsd.org/doc/en/books/porters-handbook/pkg-files.html#porting-message"
+				warn "See https://docs.freebsd.org/en/books/porters-handbook/pkg-files/#porting-message"
 			fi
 		fi
 	done
diff --git a/Mk/Uses/ssl.mk b/Mk/Uses/ssl.mk
index 6bff791481f4..fe8f78db3003 100644
--- a/Mk/Uses/ssl.mk
+++ b/Mk/Uses/ssl.mk
@@ -68,7 +68,7 @@ check-depends::
 	@${ECHO_CMD} "Dependency error: This port requires the OpenSSL library, which is part of"
 	@${ECHO_CMD} "the FreeBSD crypto distribution, but not installed on your"
 	@${ECHO_CMD} "machine. Please see the \"OpenSSL\" section in the handbook"
-	@${ECHO_CMD} "(at \"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html\", for instance)"
+	@${ECHO_CMD} "(at \"https://docs.FreeBSD.org/en/books/handbook/security/#openssl\", for instance)"
 	@${ECHO_CMD} "for instructions on how to obtain and install the FreeBSD"
 	@${ECHO_CMD} "OpenSSL distribution."
 	@${FALSE}


More information about the dev-commits-ports-all mailing list