From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 21 06:20:21 2005 Return-Path: <owner-freebsd-ports-bugs@FreeBSD.ORG> X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6D6816A41F for <freebsd-ports-bugs@hub.freebsd.org>; Thu, 21 Jul 2005 06:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C13343D46 for <freebsd-ports-bugs@hub.freebsd.org>; Thu, 21 Jul 2005 06:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6L6KJp0048635 for <freebsd-ports-bugs@freefall.freebsd.org>; Thu, 21 Jul 2005 06:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6L6KJ78048634; Thu, 21 Jul 2005 06:20:19 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jul 2005 06:20:19 GMT Resent-Message-Id: <200507210620.j6L6KJ78048634@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dryice Liu <dryice@hotpop.com> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E5316A41F for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Jul 2005 06:17:11 +0000 (GMT) (envelope-from dryice@hotpop.com) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9584443D49 for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Jul 2005 06:17:11 +0000 (GMT) (envelope-from dryice@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id DC0901745739 for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Jul 2005 06:17:04 +0000 (UTC) Received: from hotpop.com (unknown [221.0.238.163]) by smtp-3.hotpop.com (Postfix) with ESMTP id B74961745245; Thu, 21 Jul 2005 06:16:46 +0000 (UTC) Received: by hotpop.com (sSMTP sendmail emulation); Thu, 21 Jul 2005 14:16:44 +0800 Message-Id: <20050721061646.B74961745245@smtp-3.hotpop.com> Date: Thu, 21 Jul 2005 14:16:44 +0800 From: Dryice Liu <dryice@hotpop.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Dryice Liu <dryice@hotpop.com> Subject: ports/83824: [maintainer] www/roundup: fix plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dryice Liu <dryice@hotpop.com> List-Id: Ports bug reports <freebsd-ports-bugs.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, <mailto:freebsd-ports-bugs-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs> List-Post: <mailto:freebsd-ports-bugs@freebsd.org> List-Help: <mailto:freebsd-ports-bugs-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, <mailto:freebsd-ports-bugs-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 21 Jul 2005 06:20:21 -0000 >Number: 83824 >Category: ports >Synopsis: [maintainer] www/roundup: fix plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 21 06:20:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 5.4-STABLE FreeBSD 5.4-STABLE #5: Fri Jul 1 19:39:07 CST 2005 >Description: Fix the pkg-plist: there is a new Chinese BIG5 roundup.mo >How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2005051203/roundup-0.8.4.log >Fix: --- roundup.diff begins here --- diff -ruN roundup.old/pkg-plist roundup/pkg-plist --- roundup.old/pkg-plist Sat Jul 9 09:01:22 2005 +++ roundup/pkg-plist Thu Jul 21 14:10:26 2005 @@ -233,6 +233,7 @@ share/locale/fr/LC_MESSAGES/roundup.mo share/locale/ru/LC_MESSAGES/roundup.mo share/locale/zh_CN/LC_MESSAGES/roundup.mo +share/locale/zh_TW/LC_MESSAGES/roundup.mo %%DATADIR%%/cgi-bin/roundup.cgi %%DATADIR%%/templates/classic/TEMPLATE-INFO.txt %%DATADIR%%/templates/classic/detectors/messagesummary.py --- roundup.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: