From owner-svn-doc-all@FreeBSD.ORG Wed Jul 9 16:23:59 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 45D8EDE7; Wed, 9 Jul 2014 16:23:59 +0000 (UTC) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF9E82FF8; Wed, 9 Jul 2014 16:23:58 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n16so620591oag.13 for ; Wed, 09 Jul 2014 09:23:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6mYDbKNxt7aGtPzxp7UIyTgmbQiToxUUFq3OtjEELQY=; b=o6Fwtzjh2e6rF8MalngT1OqR/M+1JWz/RELv5pKzvzY3st6ZM/cBxxi9ss66tXNf9l 0iKkPuOdq4gKUfpYmIzkAejJQwwVMZ0+hYGuIgfeS1fiGLerDobvzW0pN/zmiVu02Afw CYnTGBFP1gGDBG4UUg4maNC2OsKi0V4Y5ClqLDwU4jUPF1KXgfzjWJP4kxezuUgQfyUc 4R2RBNX69i5TXBUMhWoNzvWtGxwnwKp70zcqCc+LMo4v5tRjQxx/AYlPFMRj1b5nPA1A oaPVb6Leji1ObZ99fnRpBTt0wn2HnheXhT+pKpC0ZNvnIdGzJivB0+lyZCb66nqaieVF DBvw== MIME-Version: 1.0 X-Received: by 10.182.214.98 with SMTP id nz2mr48255927obc.62.1404923038001; Wed, 09 Jul 2014 09:23:58 -0700 (PDT) Received: by 10.182.142.34 with HTTP; Wed, 9 Jul 2014 09:23:57 -0700 (PDT) In-Reply-To: <201407091619.s69GJg0x082083@svn.freebsd.org> References: <201407091619.s69GJg0x082083@svn.freebsd.org> Date: Wed, 9 Jul 2014 12:23:57 -0400 Message-ID: Subject: Re: svn commit: r45243 - head/en_US.ISO8859-1/htdocs/ports From: Benjamin Kaduk To: Gavin Atkinson Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org 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:23:59 -0000 On Wed, Jul 9, 2014 at 12:19 PM, Gavin Atkinson wrote: > 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. > Nor to me. Thank you for tracking it down and fixing it! -Ben