From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 23 05:40:09 2006 Return-Path: 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 49EDA16A420 for ; Thu, 23 Feb 2006 05:40:09 +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 CD57D43D45 for ; Thu, 23 Feb 2006 05:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1N5e8PW085330 for ; Thu, 23 Feb 2006 05:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1N5e8UW085329; Thu, 23 Feb 2006 05:40:08 GMT (envelope-from gnats) Date: Thu, 23 Feb 2006 05:40:08 GMT Message-Id: <200602230540.k1N5e8UW085329@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Matthew Luckie Cc: Subject: Re: ports/93572: [patch] mail/thunderbird-dictionaries add en-GB X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Luckie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 05:40:09 -0000 The following reply was made to PR ports/93572; it has been noted by GNATS. From: Matthew Luckie To: bug-followup@freebsd.org Cc: Subject: Re: ports/93572: [patch] mail/thunderbird-dictionaries add en-GB Date: Thu, 23 Feb 2006 18:33:31 +1300 This is an update to correct the plist for the zu-ZA dictionary, which was reported to me via krismail. The rest is related to the en-GB update I sent in a few days ago, which is found in the PR itself. diff -uNr thunderbird-dictionaries.orig/Makefile thunderbird-dictionaries/Makefile --- thunderbird-dictionaries.orig/Makefile Sun Feb 19 21:58:10 2006 +++ thunderbird-dictionaries/Makefile Thu Feb 23 18:22:53 2006 @@ -7,7 +7,7 @@ # PORTNAME= thunderbird-dictionaries -PORTVERSION= 20060219 +PORTVERSION= 20060223 CATEGORIES= mail MASTER_SITES= http://mozdev.dns4.com/dictionaries/ \ http://ftp.heanet.ie/pub/mozdev/dictionaries/ \ @@ -42,6 +42,7 @@ EL_FILE= spell-el.xpi EN_AU_FILE= spell-en-AU.xpi EN_CA_FILE= spell-en-CA.xpi +EN_GB_FILE= spell-en-GB.xpi EN_NZ_FILE= spell-en-NZ.xpi ES_ES_FILE= spell-es-ES.xpi ES_MX_FILE= spell-es-MX.xpi @@ -128,7 +129,7 @@ # All available dictionaries ALLDICTS= AF_ZA BG CA CS CY_GB DA DE_AT DE_CH DE_DE EL EN_AU EN_CA \ - EN_NZ ES_ES ES_MX FO FR_FR GA GL HE_IL HR HU IA IT LA LT \ + EN_GB EN_NZ ES_ES ES_MX FO FR_FR GA GL HE_IL HR HU IA IT LA LT \ LV_LV MI MS NB NL NN PL PT PT_BR RO RU SK SL SV \ UK ZU_ZA diff -uNr thunderbird-dictionaries.orig/distinfo thunderbird-dictionaries/distinfo --- thunderbird-dictionaries.orig/distinfo Sun Feb 19 21:58:10 2006 +++ thunderbird-dictionaries/distinfo Thu Feb 23 18:22:08 2006 @@ -36,6 +36,9 @@ SIZE (thunderbird/spell-en-CA.xpi) = 336411 MD5 (thunderbird/spell-en-NZ.xpi) = 181ee877bcbbb54460c64592273c0680 SHA256 (thunderbird/spell-en-NZ.xpi) = f1c08b9ea156a29433dc3dc56bb5ae90b7a57a54445691e25b9e7329ad58ab8b +MD5 (thunderbird/spell-en-GB.xpi) = ba686d49605c87a766f8f79f28825e01 +SHA256 (thunderbird/spell-en-GB.xpi) = 52ba3f48971438071ce8379280cacfe08dfd5cb16c6d757a908a42f1498df5b4 +SIZE (thunderbird/spell-en-GB.xpi) = 248327 SIZE (thunderbird/spell-en-NZ.xpi) = 223483 MD5 (thunderbird/spell-es-ES.xpi) = 71e9a6229f9fc12e3b4748e274bd8638 SHA256 (thunderbird/spell-es-ES.xpi) = 34cf54e8831330f822cc59415d79537f34cad758e08868d217681de8df9571da @@ -109,9 +112,6 @@ MD5 (thunderbird/spell-ru.xpi) = 401f130c50df97b3859fe17b261a5a69 SHA256 (thunderbird/spell-ru.xpi) = 2d3fba0bfdf8ac782927e70c2a8e7de331f0508473bcce5937fa7215f1c82917 SIZE (thunderbird/spell-ru.xpi) = 467757 -MD5 (thunderbird/spell-ru-ie.xpi) = e115c13ae930070a784c2f7b9cf39122 -SHA256 (thunderbird/spell-ru-ie.xpi) = 10e64ad9a9a136cde1aa00fd621a1976a291f897ad4b80ee9f1c97935a33ae72 -SIZE (thunderbird/spell-ru-ie.xpi) = 984273 MD5 (thunderbird/spell-sk.xpi) = 25eec563c43484001d3beaed90ed9213 SHA256 (thunderbird/spell-sk.xpi) = 9dc481fdb4f788712cc286a00d6be90a8142954f8b345ebb404a12b10c93a475 SIZE (thunderbird/spell-sk.xpi) = 187733 diff -uNr thunderbird-dictionaries.orig/pkg-plist thunderbird-dictionaries/pkg-plist --- thunderbird-dictionaries.orig/pkg-plist Sun Feb 19 21:58:10 2006 +++ thunderbird-dictionaries/pkg-plist Thu Feb 23 18:21:11 2006 @@ -22,6 +22,8 @@ %%EN_AU%%lib/thunderbird/components/myspell/en-AU.dic %%EN_CA%%lib/thunderbird/components/myspell/en-CA.aff %%EN_CA%%lib/thunderbird/components/myspell/en-CA.dic +%%EN_GB%%lib/thunderbird/components/myspell/en-GB.aff +%%EN_GB%%lib/thunderbird/components/myspell/en-GB.dic %%EN_NZ%%lib/thunderbird/components/myspell/en-NZ.aff %%EN_NZ%%lib/thunderbird/components/myspell/en-NZ.dic %%ES_ES%%lib/thunderbird/components/myspell/es-ES.aff @@ -80,5 +82,5 @@ %%SV%%lib/thunderbird/components/myspell/sv.dic %%UK%%lib/thunderbird/components/myspell/uk.aff %%UK%%lib/thunderbird/components/myspell/uk.dic -%%ZU_ZA%%lib/thunderbird/components/myspell/zu-ZU.aff -%%ZU_ZA%%lib/thunderbird/components/myspell/zu-ZU.dic +%%ZU_ZA%%lib/thunderbird/components/myspell/zu-ZA.aff +%%ZU_ZA%%lib/thunderbird/components/myspell/zu-ZA.dic