git: ae86ef22d3 - main - [phb]: Use Reserved Domain Names in examples
Fernando Apesteguía <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=ae86ef22d39c667c89d98960f260fd1af5a70ad5 commit ae86ef22d39c667c89d98960f260fd1af5a70ad5 Author: Pau Amma <[email protected]> AuthorDate: 2023-08-03 10:30:30 +0000 Commit: Fernando Apesteguía <[email protected]> CommitDate: 2023-08-03 11:17:37 +0000 [phb]: Use Reserved Domain Names in examples Use IANA's Reserved Domain Names for documentation purposes as per RFC 2606. Reviewed By: bofh (portmgr), fernape (docs) Differential Revision: https://reviews.freebsd.org/D41292 --- .../content/en/books/porters-handbook/special/_index.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc index 8bafbfbf1a..b5daa29c28 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -3430,7 +3430,7 @@ PORTNAME= Date DISTVERSION= 1.4.3 CATEGORIES= devel www pear -MAINTAINER= [email protected] +MAINTAINER= [email protected] COMMENT= PEAR Date and Time Zone Classes WWW= https://pear.php.net/package/Date/ @@ -3603,9 +3603,9 @@ PORTNAME= sample DISTVERSION= 1.2.3 CATEGORIES= devel -MAINTAINER= [email protected] +MAINTAINER= [email protected] COMMENT= Python sample module -WWW= https://pypi.org/project/sample/ +WWW= https://example.com/project/sample/ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} @@ -4199,9 +4199,9 @@ PORTNAME= sample DISTVERSION= 1.2.3 CATEGORIES= whatever -MAINTAINER= [email protected] +MAINTAINER= [email protected] COMMENT= Sample -WWW= https://github.com/lua_sample/sample/ +WWW= https://example.com/lua_sample/sample/ RUN_DEPENDS= ${LUA_REFMODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR} @@ -4223,9 +4223,9 @@ DISTVERSION= 1.2.3 CATEGORIES= whatever PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -MAINTAINER= [email protected] +MAINTAINER= [email protected] COMMENT= Sample -WWW= https://github.com/lua_sample/sample/ +WWW= https://example.com/lua_sample/sample/ USES= lua:module