git: 3523d5b1a7 - main - ports.cgi: update to FreeBSD 15 INDEX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Jan 2026 15:24:52 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=3523d5b1a7f4a0f9fe0cfc832aeb5be7c22c53dd
commit 3523d5b1a7f4a0f9fe0cfc832aeb5be7c22c53dd
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-01-12 15:21:43 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2026-01-12 15:21:43 +0000
ports.cgi: update to FreeBSD 15 INDEX
---
website/content/en/cgi/ports.cgi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi
index ab9b644b72..4993c43185 100755
--- a/website/content/en/cgi/ports.cgi
+++ b/website/content/en/cgi/ports.cgi
@@ -1,6 +1,6 @@
#!/usr/bin/perl -T
#
-# Copyright (c) 1996-2024 Wolfram Schneider <wosch@FreeBSD.ORG>
+# Copyright (c) 1996-2026 Wolfram Schneider <wosch@FreeBSD.ORG>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -57,11 +57,11 @@ sub init_variables {
$portsDatabaseHeadDir = "/usr/local/www/ports";
# Ports database file to use
- if ( -f "$portsDatabaseHeadDir/INDEX-14" ) {
- $ports_database = 'INDEX-14';
+ if ( -f "$portsDatabaseHeadDir/INDEX-15" ) {
+ $ports_database = 'INDEX-15';
}
- elsif ( -f "$portsDatabaseHeadDir/INDEX-13" ) {
- $ports_database = 'INDEX-13';
+ elsif ( -f "$portsDatabaseHeadDir/INDEX-14" ) {
+ $ports_database = 'INDEX-14';
}
else {
$ports_database = 'INDEX';
@@ -439,7 +439,7 @@ sub footer {
print <<EOF;
<span class="footer_links">
<img align="right" src="$hsty_base/gifs/powerlogo.gif" alt="Powered by FreeBSD"/>
- © 1996-2024 by Wolfram Schneider. All rights reserved.<br/>
+ © 1996-2026 by Wolfram Schneider. All rights reserved.<br/>
General questions about FreeBSD ports should be sent to
<a href="mailto:$mailtoList"><i>$mailtoList</i></a><br/>