git: a2db331e04 - main - ports INDEX download link will use now .xz instead .bz2 compression format
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Jan 2022 11:52:37 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=a2db331e04684a7c7ccc7761d275824488cb066d commit a2db331e04684a7c7ccc7761d275824488cb066d Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2022-01-01 11:51:42 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2022-01-01 11:51:42 +0000 ports INDEX download link will use now .xz instead .bz2 compression format --- website/content/en/cgi/ports.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi index ca4b8a253d..81b35aae3a 100755 --- a/website/content/en/cgi/ports.cgi +++ b/website/content/en/cgi/ports.cgi @@ -544,7 +544,7 @@ sub faq { <p> The script ports.cgi use the file -<a href="$hsty_base/ports/$ports_database.bz2">$ports_database</a> +<a href="$hsty_base/ports/$ports_database.xz">$ports_database</a> as database for it's operations. $ports_database is updated automatically every two hours.</p>