git: 3523d5b1a7 - main - ports.cgi: update to FreeBSD 15 INDEX

Wolfram Schneider <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=3523d5b1a7f4a0f9fe0cfc832aeb5be7c22c53dd

commit 3523d5b1a7f4a0f9fe0cfc832aeb5be7c22c53dd
Author:     Wolfram Schneider <[email protected]>
AuthorDate: 2026-01-12 15:21:43 +0000
Commit:     Wolfram Schneider <[email protected]>
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 <[email protected]>
+# Copyright (c) 1996-2026 Wolfram Schneider <[email protected]>
 # 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"/>
-  &copy; 1996-2024 by Wolfram Schneider. All rights reserved.<br/>
+  &copy; 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/>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.