aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPau Amma <pauamma@gundo.com>2023-08-03 10:30:30 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-08-03 11:17:37 +0000
commitae86ef22d39c667c89d98960f260fd1af5a70ad5 (patch)
tree03fee1cc592e72e1a364a2033a385b8309a71b28
parent4f16184d81f1c02196d91e8d2511f23fd48e8822 (diff)
downloaddoc-ae86ef22d39c667c89d98960f260fd1af5a70ad5.tar.gz
doc-ae86ef22d39c667c89d98960f260fd1af5a70ad5.zip
[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
-rw-r--r--documentation/content/en/books/porters-handbook/special/_index.adoc14
1 files 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