From owner-svn-doc-all@FreeBSD.ORG Wed Jul 9 16:19:42 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 726889D0; Wed, 9 Jul 2014 16:19:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F0972F3D; Wed, 9 Jul 2014 16:19:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s69GJgc8082084; Wed, 9 Jul 2014 16:19:42 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s69GJg0x082083; Wed, 9 Jul 2014 16:19:42 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201407091619.s69GJg0x082083@svn.freebsd.org> From: Gavin Atkinson Date: Wed, 9 Jul 2014 16:19:42 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45243 - head/en_US.ISO8859-1/htdocs/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 16:19:42 -0000 Author: gavin Date: Wed Jul 9 16:19:41 2014 New Revision: 45243 URL: http://svnweb.freebsd.org/changeset/doc/45243 Log: When generating categories-alpha.xml, always output an even if we don't have a textual description for a particular port category. This is the real fix for the bug alluded to in r43602. It is not clear to me how more people haven't hit this bug. Modified: head/en_US.ISO8859-1/htdocs/ports/portindex Modified: head/en_US.ISO8859-1/htdocs/ports/portindex ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/portindex Wed Jul 9 16:17:27 2014 (r45242) +++ head/en_US.ISO8859-1/htdocs/ports/portindex Wed Jul 9 16:19:41 2014 (r45243) @@ -355,8 +355,8 @@ EOF "
  • \u$key ($stats{$key})"; if ($category_description{$key}{desc}) { print $moutf " -- " . $category_description{$key}{desc}; - print $moutf "
  • \n"; } + print $moutf "\n"; } print $moutf "\n"; }