Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 10:09:54 +0000 (UTC)
From:      Ryusuke SUZUKI <ryusuke@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r53506 - head/ja_JP.eucJP/htdocs/ports
Message-ID:  <201910251009.x9PA9sG7033201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ryusuke
Date: Fri Oct 25 10:09:53 2019
New Revision: 53506
URL: https://svnweb.freebsd.org/changeset/doc/53506

Log:
  - Merge the following from the English version:
  
  	r49825 -> r50931	head/ja_JP.eucJP/htdocs/ports/portindex

Modified:
  head/ja_JP.eucJP/htdocs/ports/portindex

Modified: head/ja_JP.eucJP/htdocs/ports/portindex
==============================================================================
--- head/ja_JP.eucJP/htdocs/ports/portindex	Thu Oct 24 23:11:18 2019	(r53505)
+++ head/ja_JP.eucJP/htdocs/ports/portindex	Fri Oct 25 10:09:53 2019	(r53506)
@@ -6,7 +6,7 @@
 # Mon May 13 10:31:58 EST 1996
 # $FreeBSD$
 # The FreeBSD Japanese Documentation Project
-# Original revision: r49825
+# Original revision: r50931
 
 ############################################################
 
@@ -307,7 +307,13 @@ EOF
 	print $moutf "<h3>",$category_groups{$cg},"</h3>\n";
 	print $moutf "<ul>\n";
 	foreach my $key (sort(keys(%stats))) {
+	    if (!defined $category_description{$key}{group}) {
+		warn "Warning: no category_description/group for $key, ignore\n";
+		next;
+	    }
+
 	    next if ($category_description{$key}{group} ne $cg);
+
 	    # For the master file...
 	    print $moutf 
 		"<li><a href=\"$key.html\">\u$key</a> <em>($stats{$key})</em>";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910251009.x9PA9sG7033201>