svn commit: r53506 - head/ja_JP.eucJP/htdocs/ports

Ryusuke SUZUKI ryusuke at FreeBSD.org
Fri Oct 25 10:09:54 UTC 2019


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>";


More information about the svn-doc-all mailing list