From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 23 23:10:12 2007 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17CD416A401 for ; Mon, 23 Apr 2007 23:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5537413C448 for ; Mon, 23 Apr 2007 23:10:11 +0000 (UTC) (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 l3NNABnd046589 for ; Mon, 23 Apr 2007 23:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3NNABX2046588; Mon, 23 Apr 2007 23:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 23 Apr 2007 23:10:11 GMT Resent-Message-Id: <200704232310.l3NNABX2046588@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, Matthew Luckie Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A4ED16A404 for ; Mon, 23 Apr 2007 23:05:06 +0000 (UTC) (envelope-from mjl@luckie.org.nz) Received: from alias2.ihug.co.nz (alias2.ihug.co.nz [203.96.222.12]) by mx1.freebsd.org (Postfix) with ESMTP id 71B6D13C46E for ; Mon, 23 Apr 2007 23:05:05 +0000 (UTC) (envelope-from mjl@luckie.org.nz) Received: from ironport1.ihug.co.nz [203.109.254.19] by alias2.ihug.co.nz with esmtp (Exim 3.36 #1 (Debian)) id 1Hg7Ap-0001iT-00; Tue, 24 Apr 2007 10:38:19 +1200 Received: from 203-118-159-1.ip.bliink.ihug.co.nz (HELO spandex.luckie.org.nz) ([203.118.159.1]) by ironport1.ihug.co.nz with ESMTP/TLS/AES256-SHA; 24 Apr 2007 10:38:18 +1200 Received: from mjl by spandex.luckie.org.nz with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1Hg7An-000Ney-NC for FreeBSD-gnats-submit@freebsd.org; Tue, 24 Apr 2007 10:38:17 +1200 Message-Id: Date: Tue, 24 Apr 2007 10:38:17 +1200 From: Matthew Luckie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/112057: [patch] mail/thunderbird-dictionaries update for thunderbird 2.0.0.0 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: Mon, 23 Apr 2007 23:10:12 -0000 >Number: 112057 >Category: ports >Synopsis: [patch] mail/thunderbird-dictionaries update for thunderbird 2.0.0.0 >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: Mon Apr 23 23:10:10 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Matthew Luckie >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD spandex.luckie.org.nz 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Sat Nov 25 20:27:38 NZDT 2006 root@spandex.luckie.org.nz:/usr/src/sys/i386/compile/spandex i386 >Description: thunderbird 2.0.0.0 changes where it expects to find dictionaries from ${PREFIX}/lib/thunderbird/components/myspell to ${PREFIX}/lib/thunderbird/dictionaries. this patch updates the port for this version of thunderbird. >How-To-Repeat: >Fix: --- patch-thunderbird-dictionaries begins here --- diff -ur thunderbird-dictionaries.orig/Makefile thunderbird-dictionaries/Makefile --- thunderbird-dictionaries.orig/Makefile Sat Oct 14 21:53:14 2006 +++ thunderbird-dictionaries/Makefile Tue Apr 24 10:28:09 2007 @@ -8,7 +8,7 @@ PORTNAME= thunderbird-dictionaries PORTVERSION= 20060220 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= dictionaries @@ -18,7 +18,7 @@ MAINTAINER= mjl@luckie.org.nz COMMENT= Dictionaries for Mozilla Thunderbird -RUN_DEPENDS= thunderbird:${PORTSDIR}/mail/thunderbird +RUN_DEPENDS= thunderbird>=2.0.0.0:${PORTSDIR}/mail/thunderbird USE_ZIP= yes WRKSRC= ${WRKDIR}/dictionaries @@ -168,23 +168,22 @@ # Install the requested dictionaries do-install: - @${MKDIR} ${PREFIX}/lib/thunderbird/components/myspell .for f in ${ALLDICTS} .ifdef(WITH_DICT_${f}) .if ${BG_DICT}==${f} @${INSTALL_DATA} \ ${WRKSRC}/${${f}_FILE}/bin/components/myspell/${${f}_FILE:S/spell-//:S/xpi//}aff \ - ${PREFIX}/lib/thunderbird/components/myspell + ${PREFIX}/lib/thunderbird/dictionaries @${INSTALL_DATA} \ ${WRKSRC}/${${f}_FILE}/bin/components/myspell/${${f}_FILE:S/spell-//:S/xpi//}dic \ - ${PREFIX}/lib/thunderbird/components/myspell + ${PREFIX}/lib/thunderbird/dictionaries .else @${INSTALL_DATA} \ ${WRKSRC}/${${f}_FILE}/${${f}_FILE:S/spell-//:S/xpi//}aff \ - ${PREFIX}/lib/thunderbird/components/myspell + ${PREFIX}/lib/thunderbird/dictionaries @${INSTALL_DATA} \ ${WRKSRC}/${${f}_FILE}/${${f}_FILE:S/spell-//:S/xpi//}dic \ - ${PREFIX}/lib/thunderbird/components/myspell + ${PREFIX}/lib/thunderbird/dictionaries .endif .endif .endfor diff -ur thunderbird-dictionaries.orig/pkg-plist thunderbird-dictionaries/pkg-plist --- thunderbird-dictionaries.orig/pkg-plist Fri Feb 24 08:42:02 2006 +++ thunderbird-dictionaries/pkg-plist Tue Apr 24 10:31:09 2007 @@ -1,86 +1,86 @@ -%%AF_ZA%%lib/thunderbird/components/myspell/af-ZA.aff -%%AF_ZA%%lib/thunderbird/components/myspell/af-ZA.dic -%%BG%%lib/thunderbird/components/myspell/bg.aff -%%BG%%lib/thunderbird/components/myspell/bg.dic -%%CA%%lib/thunderbird/components/myspell/ca.aff -%%CA%%lib/thunderbird/components/myspell/ca.dic -%%CS%%lib/thunderbird/components/myspell/cs.aff -%%CS%%lib/thunderbird/components/myspell/cs.dic -%%CY_GB%%lib/thunderbird/components/myspell/cy-GB.aff -%%CY_GB%%lib/thunderbird/components/myspell/cy-GB.dic -%%DA%%lib/thunderbird/components/myspell/da.aff -%%DA%%lib/thunderbird/components/myspell/da.dic -%%DE_AT%%lib/thunderbird/components/myspell/de-AT.aff -%%DE_AT%%lib/thunderbird/components/myspell/de-AT.dic -%%DE_CH%%lib/thunderbird/components/myspell/de-CH.aff -%%DE_CH%%lib/thunderbird/components/myspell/de-CH.dic -%%DE_DE%%lib/thunderbird/components/myspell/de-DE.aff -%%DE_DE%%lib/thunderbird/components/myspell/de-DE.dic -%%EL%%lib/thunderbird/components/myspell/el.aff -%%EL%%lib/thunderbird/components/myspell/el.dic -%%EN_AU%%lib/thunderbird/components/myspell/en-AU.aff -%%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 -%%ES_ES%%lib/thunderbird/components/myspell/es-ES.dic -%%ES_MX%%lib/thunderbird/components/myspell/es-MX.aff -%%ES_MX%%lib/thunderbird/components/myspell/es-MX.dic -%%FO%%lib/thunderbird/components/myspell/fo.aff -%%FO%%lib/thunderbird/components/myspell/fo.dic -%%FR_FR%%lib/thunderbird/components/myspell/fr-FR.aff -%%FR_FR%%lib/thunderbird/components/myspell/fr-FR.dic -%%GA%%lib/thunderbird/components/myspell/ga.aff -%%GA%%lib/thunderbird/components/myspell/ga.dic -%%GL%%lib/thunderbird/components/myspell/gl.aff -%%GL%%lib/thunderbird/components/myspell/gl.dic -%%HE_IL%%lib/thunderbird/components/myspell/he-IL.aff -%%HE_IL%%lib/thunderbird/components/myspell/he-IL.dic -%%HR%%lib/thunderbird/components/myspell/hr.aff -%%HR%%lib/thunderbird/components/myspell/hr.dic -%%HU%%lib/thunderbird/components/myspell/hu.aff -%%HU%%lib/thunderbird/components/myspell/hu.dic -%%IA%%lib/thunderbird/components/myspell/ia.aff -%%IA%%lib/thunderbird/components/myspell/ia.dic -%%IT%%lib/thunderbird/components/myspell/it.aff -%%IT%%lib/thunderbird/components/myspell/it.dic -%%LA%%lib/thunderbird/components/myspell/la.aff -%%LA%%lib/thunderbird/components/myspell/la.dic -%%LT%%lib/thunderbird/components/myspell/lt.aff -%%LT%%lib/thunderbird/components/myspell/lt.dic -%%LV_LV%%lib/thunderbird/components/myspell/lv-LV.aff -%%LV_LV%%lib/thunderbird/components/myspell/lv-LV.dic -%%MI%%lib/thunderbird/components/myspell/mi.aff -%%MI%%lib/thunderbird/components/myspell/mi.dic -%%MS%%lib/thunderbird/components/myspell/ms.aff -%%MS%%lib/thunderbird/components/myspell/ms.dic -%%NB%%lib/thunderbird/components/myspell/nb.aff -%%NB%%lib/thunderbird/components/myspell/nb.dic -%%NL%%lib/thunderbird/components/myspell/nl.aff -%%NL%%lib/thunderbird/components/myspell/nl.dic -%%NN%%lib/thunderbird/components/myspell/nn.aff -%%NN%%lib/thunderbird/components/myspell/nn.dic -%%PL%%lib/thunderbird/components/myspell/pl.aff -%%PL%%lib/thunderbird/components/myspell/pl.dic -%%PT%%lib/thunderbird/components/myspell/pt.aff -%%PT%%lib/thunderbird/components/myspell/pt.dic -%%PT_BR%%lib/thunderbird/components/myspell/pt-BR.aff -%%PT_BR%%lib/thunderbird/components/myspell/pt-BR.dic -%%RO%%lib/thunderbird/components/myspell/ro.aff -%%RO%%lib/thunderbird/components/myspell/ro.dic -%%RU%%lib/thunderbird/components/myspell/ru.aff -%%RU%%lib/thunderbird/components/myspell/ru.dic -%%SK%%lib/thunderbird/components/myspell/sk.aff -%%SK%%lib/thunderbird/components/myspell/sk.dic -%%SL%%lib/thunderbird/components/myspell/sl.aff -%%SL%%lib/thunderbird/components/myspell/sl.dic -%%SV%%lib/thunderbird/components/myspell/sv.aff -%%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-ZA.aff -%%ZU_ZA%%lib/thunderbird/components/myspell/zu-ZA.dic +%%AF_ZA%%lib/thunderbird/dictionaries/af-ZA.aff +%%AF_ZA%%lib/thunderbird/dictionaries/af-ZA.dic +%%BG%%lib/thunderbird/dictionaries/bg.aff +%%BG%%lib/thunderbird/dictionaries/bg.dic +%%CA%%lib/thunderbird/dictionaries/ca.aff +%%CA%%lib/thunderbird/dictionaries/ca.dic +%%CS%%lib/thunderbird/dictionaries/cs.aff +%%CS%%lib/thunderbird/dictionaries/cs.dic +%%CY_GB%%lib/thunderbird/dictionaries/cy-GB.aff +%%CY_GB%%lib/thunderbird/dictionaries/cy-GB.dic +%%DA%%lib/thunderbird/dictionaries/da.aff +%%DA%%lib/thunderbird/dictionaries/da.dic +%%DE_AT%%lib/thunderbird/dictionaries/de-AT.aff +%%DE_AT%%lib/thunderbird/dictionaries/de-AT.dic +%%DE_CH%%lib/thunderbird/dictionaries/de-CH.aff +%%DE_CH%%lib/thunderbird/dictionaries/de-CH.dic +%%DE_DE%%lib/thunderbird/dictionaries/de-DE.aff +%%DE_DE%%lib/thunderbird/dictionaries/de-DE.dic +%%EL%%lib/thunderbird/dictionaries/el.aff +%%EL%%lib/thunderbird/dictionaries/el.dic +%%EN_AU%%lib/thunderbird/dictionaries/en-AU.aff +%%EN_AU%%lib/thunderbird/dictionaries/en-AU.dic +%%EN_CA%%lib/thunderbird/dictionaries/en-CA.aff +%%EN_CA%%lib/thunderbird/dictionaries/en-CA.dic +%%EN_GB%%lib/thunderbird/dictionaries/en-GB.aff +%%EN_GB%%lib/thunderbird/dictionaries/en-GB.dic +%%EN_NZ%%lib/thunderbird/dictionaries/en-NZ.aff +%%EN_NZ%%lib/thunderbird/dictionaries/en-NZ.dic +%%ES_ES%%lib/thunderbird/dictionaries/es-ES.aff +%%ES_ES%%lib/thunderbird/dictionaries/es-ES.dic +%%ES_MX%%lib/thunderbird/dictionaries/es-MX.aff +%%ES_MX%%lib/thunderbird/dictionaries/es-MX.dic +%%FO%%lib/thunderbird/dictionaries/fo.aff +%%FO%%lib/thunderbird/dictionaries/fo.dic +%%FR_FR%%lib/thunderbird/dictionaries/fr-FR.aff +%%FR_FR%%lib/thunderbird/dictionaries/fr-FR.dic +%%GA%%lib/thunderbird/dictionaries/ga.aff +%%GA%%lib/thunderbird/dictionaries/ga.dic +%%GL%%lib/thunderbird/dictionaries/gl.aff +%%GL%%lib/thunderbird/dictionaries/gl.dic +%%HE_IL%%lib/thunderbird/dictionaries/he-IL.aff +%%HE_IL%%lib/thunderbird/dictionaries/he-IL.dic +%%HR%%lib/thunderbird/dictionaries/hr.aff +%%HR%%lib/thunderbird/dictionaries/hr.dic +%%HU%%lib/thunderbird/dictionaries/hu.aff +%%HU%%lib/thunderbird/dictionaries/hu.dic +%%IA%%lib/thunderbird/dictionaries/ia.aff +%%IA%%lib/thunderbird/dictionaries/ia.dic +%%IT%%lib/thunderbird/dictionaries/it.aff +%%IT%%lib/thunderbird/dictionaries/it.dic +%%LA%%lib/thunderbird/dictionaries/la.aff +%%LA%%lib/thunderbird/dictionaries/la.dic +%%LT%%lib/thunderbird/dictionaries/lt.aff +%%LT%%lib/thunderbird/dictionaries/lt.dic +%%LV_LV%%lib/thunderbird/dictionaries/lv-LV.aff +%%LV_LV%%lib/thunderbird/dictionaries/lv-LV.dic +%%MI%%lib/thunderbird/dictionaries/mi.aff +%%MI%%lib/thunderbird/dictionaries/mi.dic +%%MS%%lib/thunderbird/dictionaries/ms.aff +%%MS%%lib/thunderbird/dictionaries/ms.dic +%%NB%%lib/thunderbird/dictionaries/nb.aff +%%NB%%lib/thunderbird/dictionaries/nb.dic +%%NL%%lib/thunderbird/dictionaries/nl.aff +%%NL%%lib/thunderbird/dictionaries/nl.dic +%%NN%%lib/thunderbird/dictionaries/nn.aff +%%NN%%lib/thunderbird/dictionaries/nn.dic +%%PL%%lib/thunderbird/dictionaries/pl.aff +%%PL%%lib/thunderbird/dictionaries/pl.dic +%%PT%%lib/thunderbird/dictionaries/pt.aff +%%PT%%lib/thunderbird/dictionaries/pt.dic +%%PT_BR%%lib/thunderbird/dictionaries/pt-BR.aff +%%PT_BR%%lib/thunderbird/dictionaries/pt-BR.dic +%%RO%%lib/thunderbird/dictionaries/ro.aff +%%RO%%lib/thunderbird/dictionaries/ro.dic +%%RU%%lib/thunderbird/dictionaries/ru.aff +%%RU%%lib/thunderbird/dictionaries/ru.dic +%%SK%%lib/thunderbird/dictionaries/sk.aff +%%SK%%lib/thunderbird/dictionaries/sk.dic +%%SL%%lib/thunderbird/dictionaries/sl.aff +%%SL%%lib/thunderbird/dictionaries/sl.dic +%%SV%%lib/thunderbird/dictionaries/sv.aff +%%SV%%lib/thunderbird/dictionaries/sv.dic +%%UK%%lib/thunderbird/dictionaries/uk.aff +%%UK%%lib/thunderbird/dictionaries/uk.dic +%%ZU_ZA%%lib/thunderbird/dictionaries/zu-ZA.aff +%%ZU_ZA%%lib/thunderbird/dictionaries/zu-ZA.dic --- patch-thunderbird-dictionaries ends here --- >Release-Note: >Audit-Trail: >Unformatted: