git: ae86ef22d3 - main - [phb]: Use Reserved Domain Names in examples
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Aug 2023 11:17:53 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=ae86ef22d39c667c89d98960f260fd1af5a70ad5 commit ae86ef22d39c667c89d98960f260fd1af5a70ad5 Author: Pau Amma <pauamma@gundo.com> AuthorDate: 2023-08-03 10:30:30 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> 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= example@domain.com +MAINTAINER= someone@example.org 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= john@doe.tld +MAINTAINER= fred.bloggs@example.com 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= john@doe.tld +MAINTAINER= fred.bloggs@example.com 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= john@doe.tld +MAINTAINER= fred.bloggs@example.com COMMENT= Sample -WWW= https://github.com/lua_sample/sample/ +WWW= https://example.com/lua_sample/sample/ USES= lua:module