ports/132065: [MAINTAINER] www/firefox3-i18n: update to 3.0.6

Koji Yokota yokota at res.otaru-uc.ac.jp
Tue Feb 24 14:20:04 UTC 2009


>Number:         132065
>Category:       ports
>Synopsis:       [MAINTAINER] www/firefox3-i18n: update to 3.0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 24 14:20:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Koji Yokota
>Release:        FreeBSD 7.1-RELEASE-p1 i386
>Organization:
Otaru University of Commerce
>Environment:
System: FreeBSD hoge.otaru-uc.ac.jp 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1 #6: Fri Jan  9 20:32:13 JST
>Description:
- Update to 3.0.6

Added file(s):
- Makefile.lang
- Makefile.option

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- firefox3-i18n-3.0.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/firefox3-i18n.orig/Makefile /usr/ports/www/firefox3-i18n/Makefile
--- /usr/ports/www/firefox3-i18n.orig/Makefile	2009-01-04 21:36:57.000000000 +0900
+++ /usr/ports/www/firefox3-i18n/Makefile	2009-02-24 22:59:53.000000000 +0900
@@ -2,11 +2,11 @@
 # Date created:		28 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer at FreeBSD.org>
 #
-# $FreeBSD: ports/www/firefox3-i18n/Makefile,v 1.32 2009/01/04 12:36:57 miwi Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	firefox3-i18n
-PORTVERSION=	3.0.5
+PORTVERSION=	3.0.6
 CATEGORIES=	www
 MASTER_SITE_SUBDIR=	firefox/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=
@@ -16,28 +16,9 @@
 MAINTAINER=	yokota at res.otaru-uc.ac.jp
 COMMENT=	Localized interface for Firefox3
 
-.ifndef WITHOUT_SWITCHER
-RUN_DEPENDS+=	xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher
-.endif
-
-NO_BUILD=	yes
 USE_XPI=	*firefox3
 
-FIREFOX_I18N_ALL=	af ar be bg bn-IN ca cs cy da de el en-GB eo es-AR es-ES et eu fi \
-			fr fy-NL ga-IE gl gu-IN he hi-IN hu id is it ja ka kn \
-			ko ku lt lv mk mn mr nb-NO nl nn-NO oc pa-IN pl pt-BR pt-PT \
-			ro ru si sk sl sq sr sv-SE te th tr uk zh-CN zh-TW 
-.ifdef PACKAGE_BUILDING
-FIREFOX_I18N?=	all
-.else
-FIREFOX_I18N?=	zh-CN zh-TW es-ES ar pt-BR ru ja de fr pa-IN ko it
-.endif
-# http://en.wikipedia.org/wiki/List_of_languages_by_number_of_native_speakers
-
-.if ${FIREFOX_I18N} == all
-FIREFOX_I18N_=	${FIREFOX_I18N_ALL}
-.endif
-FIREFOX_I18N_?=	${FIREFOX_I18N}
+USE_SUBMAKE=	yes
 
 WDIR=	langpack3-*@firefox.mozilla.org
 
@@ -48,9 +29,24 @@
 XPI_DIRS_${dist}=	chrome
 .endfor
 
+.include "${.CURDIR}/Makefile.option"
+.include <bsd.port.pre.mk>
+
+.ifndef WITHOUT_SWITCHER
+RUN_DEPENDS+=	xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher
+.endif
+
+.include "${.CURDIR}/Makefile.lang"
+
+FIREFOX_I18N_?=	${FIREFOX_I18N}
+
+pre-everything::
+	@${ECHO_CMD}
+	@${ECHO_CMD} "Please define FIREFOX_I18N_ALL to install all languages."
+	@${ECHO_CMD}
+	@${MKDIR} ${WRKSRC}
+
 do-extract:
-	@${RM} -rf ${WRKDIR}
-	@${MKDIR} ${WRKDIR} ${WRKSRC}
 	@for lang in ${FIREFOX_I18N_}; do \
 		if ! (${EXTRACT_CMD} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack3-$$lang at firefox.mozilla.org);\
 		then \
@@ -67,7 +63,8 @@
 	@${ECHO_CMD} '@exec ${INSTALL} -d ${XPI_SLDIRS_ALL:S,^${PREFIX},%D,}' ${_A}
 	@${ECHO_CMD} '@exec for _dir in ${XPI_LINKFARMS} ; { \
 		${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q}; }' ${_A}
-	@${ECHO_CMD} '@unexec for _dir in ${XPI_LINKFARMS} ; { ${RM} -f $$_dir/${WDIR} ; }' ${_A}
+	@${ECHO_CMD} '@unexec for _dir in ${XPI_LINKFARMS} ${XPI_LIBDIR}; { ${RM} -fR $$_dir/${WDIR} ; }' ${_A}
+
 	@${ECHO_CMD} '@unexec ${RMDIR} ${XPI_DIRS_TRY:S,^,%D/,} ${_Q}' ${_A}
 
 post-patch:
@@ -80,4 +77,5 @@
 		${PERL} -ne 'if(/.*href="([a-zA-Z-]+).xpi.*/){print "$$1 "}'
 
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
-.include <bsd.port.mk>
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/www/firefox3-i18n.orig/Makefile.lang /usr/ports/www/firefox3-i18n/Makefile.lang
--- /usr/ports/www/firefox3-i18n.orig/Makefile.lang	1970-01-01 09:00:00.000000000 +0900
+++ /usr/ports/www/firefox3-i18n/Makefile.lang	2009-02-24 22:44:08.000000000 +0900
@@ -0,0 +1,199 @@
+# New ports collection makefile.lang for:    firefox3-i18n
+# Date created:         30 Nov 2008
+# Whom:                 Koji Yokota <yokota at res.otaru-uc.ac.jp>
+#
+# $FreeBSD$
+#
+FIREFOX_I18N_ALL_=      af ar be bg bn-IN ca cs cy da de el en-GB eo es-AR \
+                        es-ES et eu fi fr fy-NL ga-IE gl gu-IN he hi-IN hu id \
+                        is it ja ka kn ko ku lt lv mk mn mr nb-NO nl nn-NO oc \
+                        pa-IN pl pt-BR pt-PT ro ru si sk sl sq sr sv-SE te th \
+                        tr uk zh-CN zh-TW
+
+.if defined(FIREFOX_I18N_ALL) || defined(PACKAGE_BUILDING)
+FIREFOX_I18N=   ${FIREFOX_I18N_ALL_}
+.else
+.ifndef WITHOUT_LANG_AF
+FIREFOX_I18N+=  af
+.endif
+.ifndef WITHOUT_LANG_AR
+FIREFOX_I18N+=  ar
+.endif
+.ifndef WITHOUT_LANG_BE
+FIREFOX_I18N+=  be
+.endif
+.ifndef WITHOUT_LANG_BG
+FIREFOX_I18N+=  bg
+.endif
+.ifndef WITHOUT_LANG_BN
+FIREFOX_I18N+=  bn-IN
+.endif
+.ifndef WITHOUT_LANG_CA
+FIREFOX_I18N+=  ca
+.endif
+.ifndef WITHOUT_LANG_CS
+FIREFOX_I18N+=  cs
+.endif
+.ifndef WITHOUT_LANG_CY
+FIREFOX_I18N+=  cy
+.endif
+.ifndef WITHOUT_LANG_DA
+FIREFOX_I18N+=  da
+.endif
+.ifndef WITHOUT_LANG_DE
+FIREFOX_I18N+=  de
+.endif
+.ifndef WITHOUT_LANG_EL
+FIREFOX_I18N+=  el
+.endif
+.ifndef WITHOUT_LANG_GB
+FIREFOX_I18N+=  en-GB
+.endif
+.ifndef WITHOUT_LANG_EO
+FIREFOX_I18N+=  eo
+.endif
+.ifndef WITHOUT_LANG_SA
+FIREFOX_I18N+=  es-AR
+.endif
+.ifndef WITHOUT_LANG_ES
+FIREFOX_I18N+=  es-ES
+.endif
+.ifndef WITHOUT_LANG_ET
+FIREFOX_I18N+=  et
+.endif
+.ifndef WITHOUT_LANG_EU
+FIREFOX_I18N+=  eu
+.endif
+.ifndef WITHOUT_LANG_FI
+FIREFOX_I18N+=  fi
+.endif
+.ifndef WITHOUT_LANG_FR
+FIREFOX_I18N+=  fr
+.endif
+.ifndef WITHOUT_LANG_FY
+FIREFOX_I18N+=  fy-NL
+.endif
+.ifndef WITHOUT_LANG_GA
+FIREFOX_I18N+=  ga-IE
+.endif
+.ifndef WITHOUT_LANG_GL
+FIREFOX_I18N+=  gl
+.endif
+.ifndef WITHOUT_LANG_GU
+FIREFOX_I18N+=  gu-IN
+.endif
+.ifndef WITHOUT_LANG_HE
+FIREFOX_I18N+=  he
+.endif
+.ifndef WITHOUT_LANG_HI
+FIREFOX_I18N+=  hi-IN
+.endif
+.ifndef WITHOUT_LANG_HU
+FIREFOX_I18N+=  hu
+.endif
+.ifndef WITHOUT_LANG_ID
+FIREFOX_I18N+=  id
+.endif
+.ifndef WITHOUT_LANG_IS
+FIREFOX_I18N+=  is
+.endif
+.ifndef WITHOUT_LANG_IT
+FIREFOX_I18N+=  it
+.endif
+.ifndef WITHOUT_LANG_JA
+FIREFOX_I18N+=  ja
+.endif
+.ifndef WITHOUT_LANG_KA
+FIREFOX_I18N+=  ka
+.endif
+.ifndef WITHOUT_LANG_KN
+FIREFOX_I18N+=  kn
+.endif
+.ifndef WITHOUT_LANG_KO
+FIREFOX_I18N+=  ko
+.endif
+.ifndef WITHOUT_LANG_KU
+FIREFOX_I18N+=  ku
+.endif
+.ifndef WITHOUT_LANG_LT
+FIREFOX_I18N+=  lt
+.endif
+.ifndef WITHOUT_LANG_LV
+FIREFOX_I18N+=  lv
+.endif
+.ifndef WITHOUT_LANG_MK
+FIREFOX_I18N+=  mk
+.endif
+.ifndef WITHOUT_LANG_MN
+FIREFOX_I18N+=  mn
+.endif
+.ifndef WITHOUT_LANG_MR
+FIREFOX_I18N+=  mr
+.endif
+.ifndef WITHOUT_LANG_NB
+FIREFOX_I18N+=  nb-NO
+.endif
+.ifndef WITHOUT_LANG_NL
+FIREFOX_I18N+=  nl
+.endif
+.ifndef WITHOUT_LANG_NN
+FIREFOX_I18N+=  nn-NO
+.endif
+.ifndef WITHOUT_LANG_OC
+FIREFOX_I18N+=  oc
+.endif
+.ifndef WITHOUT_LANG_PA
+FIREFOX_I18N+=  pa-IN
+.endif
+.ifndef WITHOUT_LANG_PL
+FIREFOX_I18N+=  pl
+.endif
+.ifndef WITHOUT_LANG_BR
+FIREFOX_I18N+=  pt-BR
+.endif
+.ifndef WITHOUT_LANG_PT
+FIREFOX_I18N+=  pt-PT
+.endif
+.ifndef WITHOUT_LANG_RO
+FIREFOX_I18N+=  ro
+.endif
+.ifndef WITHOUT_LANG_RU
+FIREFOX_I18N+=  ru
+.endif
+.ifndef WITHOUT_LANG_SI
+FIREFOX_I18N+=  si
+.endif
+.ifndef WITHOUT_LANG_SK
+FIREFOX_I18N+=  sk
+.endif
+.ifndef WITHOUT_LANG_SL
+FIREFOX_I18N+=  sl
+.endif
+.ifndef WITHOUT_LANG_SQ
+FIREFOX_I18N+=  sq
+.endif
+.ifndef WITHOUT_LANG_SR
+FIREFOX_I18N+=  sr
+.endif
+.ifndef WITHOUT_LANG_SV
+FIREFOX_I18N+=  sv-SE
+.endif
+.ifndef WITHOUT_LANG_TE
+FIREFOX_I18N+=  te
+.endif
+.ifndef WITHOUT_LANG_TH
+FIREFOX_I18N+=  th
+.endif
+.ifndef WITHOUT_LANG_TR
+FIREFOX_I18N+=  tr
+.endif
+.ifndef WITHOUT_LANG_UK
+FIREFOX_I18N+=  uk
+.endif
+.ifndef WITHOUT_LANG_CN
+FIREFOX_I18N+=  zh-CN
+.endif
+.ifndef WITHOUT_LANG_TW
+FIREFOX_I18N+=  zh-TW
+.endif
+.endif
diff -ruN --exclude=CVS /usr/ports/www/firefox3-i18n.orig/Makefile.option /usr/ports/www/firefox3-i18n/Makefile.option
--- /usr/ports/www/firefox3-i18n.orig/Makefile.option	1970-01-01 09:00:00.000000000 +0900
+++ /usr/ports/www/firefox3-i18n/Makefile.option	2009-02-24 22:44:08.000000000 +0900
@@ -0,0 +1,67 @@
+# New ports collection makefile.option for:    firefox3-i18n
+# Date created:         30 Nov 2008
+# Whom:                 Koji Yokota <yokota at res.otaru-uc.ac.jp>
+#
+# $FreeBSD$
+#
+OPTIONS=        LANG_AF "Africaans"             off \
+                LANG_SQ "Albanian"              off \
+                LANG_AR "Arabic"                on \
+                LANG_EU "Basque"                off \
+                LANG_BN "Bengali"               on \
+                LANG_BG "Bulgarian"             off \
+                LANG_BE "Byelorussian"          off \
+                LANG_CA "Catalan"               off \
+                LANG_CN "Chinese"               on \
+                LANG_CS "Czech"                 off \
+                LANG_DA "Danish"                off \
+                LANG_NL "Dutch"                 off \
+                LANG_GB "English (UK)"          off \
+                LANG_EO "Esperanto"             off \
+                LANG_ET "Estonian"              off \
+                LANG_GL "Galician"              off \
+                LANG_KA "Georgian"              off \
+                LANG_DE "German"                on \
+                LANG_EL "Greek"                 off \
+                LANG_GU "Gujarati"              off \
+                LANG_FI "Finnish"               off \
+                LANG_FR "French"                on \
+                LANG_FY "Frisian"               off \
+                LANG_GA "Irish"                 off \
+                LANG_HE "Hebrew"                off \
+                LANG_HI "Hindi"                 on \
+                LANG_HU "Hungarian"             off \
+                LANG_IS "Icelandic"             off \
+                LANG_ID "Indonesian"            off \
+                LANG_IT "Italian"               on \
+                LANG_JA "Japanese"              on \
+                LANG_KN "Kannada"               off \
+                LANG_KO "Korean"                on \
+                LANG_KU "Kurdish"               off \
+                LANG_LV "Latvian"               off \
+                LANG_LT "Lithuanian"            off \
+                LANG_MK "Macedonian"            off \
+                LANG_MR "Marathi"               on \
+                LANG_MN "Mongolian"             off \
+                LANG_NB "Norwegian"             off \
+                LANG_NN "Norwegian Nynorsk"     off \
+                LANG_OC "Occitan"               off \
+                LANG_PL "Polish"                off \
+                LANG_PT "Portuguese"            off \
+                LANG_BR "Portuguese (Brazil)"   on \
+                LANG_PA "Punjabi"               on \
+                LANG_RO "Romanian"              off \
+                LANG_RU "Russian"               on \
+                LANG_SR "Serbian"               off \
+                LANG_ES "Spanish"               on \
+                LANG_SA "Spanish (Argentina)"   off \
+                LANG_SI "Singhalese"            off \
+                LANG_SK "Slovak"                off \
+                LANG_SL "Slovenian"             off \
+                LANG_SV "Swedish"               off \
+                LANG_TW "Taiwanese"             off \
+                LANG_TE "Telugu"                on \
+                LANG_TH "Thai"                  off \
+                LANG_TR "Turkish"               off \
+                LANG_UK "Ukrainian"             off \
+                LANG_CY "Welsh"                 off
diff -ruN --exclude=CVS /usr/ports/www/firefox3-i18n.orig/distinfo /usr/ports/www/firefox3-i18n/distinfo
--- /usr/ports/www/firefox3-i18n.orig/distinfo	2009-01-04 21:36:57.000000000 +0900
+++ /usr/ports/www/firefox3-i18n/distinfo	2009-02-24 22:54:47.000000000 +0900
@@ -1,183 +1,183 @@
-MD5 (xpi/firefox3-i18n-3.0.5/af.xpi) = a95495da07c3831e02e46657391ab2b7
-SHA256 (xpi/firefox3-i18n-3.0.5/af.xpi) = 52e6c5613d2d608c07a337ede0be8fd6bb900c86aa99205a797c298526e695be
-SIZE (xpi/firefox3-i18n-3.0.5/af.xpi) = 120104
-MD5 (xpi/firefox3-i18n-3.0.5/ar.xpi) = c00401e8d9e6fab7a14f25b5b7bc00de
-SHA256 (xpi/firefox3-i18n-3.0.5/ar.xpi) = ebc32debbbe71a6f2131b4650b62fedfb595f96eb26559e92d5b908f73c61ebc
-SIZE (xpi/firefox3-i18n-3.0.5/ar.xpi) = 128305
-MD5 (xpi/firefox3-i18n-3.0.5/be.xpi) = 72c3e21c975f6c123333a89297a94f18
-SHA256 (xpi/firefox3-i18n-3.0.5/be.xpi) = 3a702a04d18d517e9b8245bb2fcaebd1c9a84f7f8af08bbb7fdcb33036553b4a
-SIZE (xpi/firefox3-i18n-3.0.5/be.xpi) = 123304
-MD5 (xpi/firefox3-i18n-3.0.5/bg.xpi) = 6cfd948b20af272717c3d455a40aece1
-SHA256 (xpi/firefox3-i18n-3.0.5/bg.xpi) = 94c896a31401046827f8e7308a554058cac201eff8832949aab83e32ab2e261a
-SIZE (xpi/firefox3-i18n-3.0.5/bg.xpi) = 131965
-MD5 (xpi/firefox3-i18n-3.0.5/bn-IN.xpi) = 5ac61e984ee3bf66c5602b66a126d5e7
-SHA256 (xpi/firefox3-i18n-3.0.5/bn-IN.xpi) = 2564a44c07b2903577c9a75a79907193e0ef1942400c1ec56f5c9477aab7d1df
-SIZE (xpi/firefox3-i18n-3.0.5/bn-IN.xpi) = 153870
-MD5 (xpi/firefox3-i18n-3.0.5/ca.xpi) = 2f07344aa1c82ef333b4c2e8f85e4bb5
-SHA256 (xpi/firefox3-i18n-3.0.5/ca.xpi) = f396bfc6f3ea048bce6cd825d491eb313328feb438623fffe313d9ccc9c09af5
-SIZE (xpi/firefox3-i18n-3.0.5/ca.xpi) = 126872
-MD5 (xpi/firefox3-i18n-3.0.5/cs.xpi) = e26efec3e8dace92f26226eaed4735af
-SHA256 (xpi/firefox3-i18n-3.0.5/cs.xpi) = e7545b45941b81d264474c686aa73694272873d75f2be41b38bbeaed10acb890
-SIZE (xpi/firefox3-i18n-3.0.5/cs.xpi) = 125633
-MD5 (xpi/firefox3-i18n-3.0.5/cy.xpi) = d2ed4156dd2afbb3ed316f6cc5a33f83
-SHA256 (xpi/firefox3-i18n-3.0.5/cy.xpi) = 6ae7f8dd9066ff1ab97134c6d9a8c86eb8e455ebb04dea0f908ebab8605a1677
-SIZE (xpi/firefox3-i18n-3.0.5/cy.xpi) = 119845
-MD5 (xpi/firefox3-i18n-3.0.5/da.xpi) = 0cc735eefa89bd136c4d44f5ee441d1e
-SHA256 (xpi/firefox3-i18n-3.0.5/da.xpi) = 0f12a818b5d034531813852f4eb1216d07b3b54b7b2612cbd499974ca8c8c8ec
-SIZE (xpi/firefox3-i18n-3.0.5/da.xpi) = 124018
-MD5 (xpi/firefox3-i18n-3.0.5/de.xpi) = 4ef9d16b9c8efdfc55e9a908a11ca8f7
-SHA256 (xpi/firefox3-i18n-3.0.5/de.xpi) = 7c373bc798033fa817a6aca8a97a4a82d858db20c711eead73ab26c06f6478de
-SIZE (xpi/firefox3-i18n-3.0.5/de.xpi) = 128129
-MD5 (xpi/firefox3-i18n-3.0.5/el.xpi) = e4c3ea55c95aee7e832b89b39c185618
-SHA256 (xpi/firefox3-i18n-3.0.5/el.xpi) = 8f697e89b55afc618ff4f3318aaff8bc6f0682fd0a647206c5b946bec5654e92
-SIZE (xpi/firefox3-i18n-3.0.5/el.xpi) = 133465
-MD5 (xpi/firefox3-i18n-3.0.5/en-GB.xpi) = dc83b38f5ae3de9a07e8ebadb1b5759e
-SHA256 (xpi/firefox3-i18n-3.0.5/en-GB.xpi) = 6f3a22b5a06beab762243577dcc6d1c27058d674d63f8a484042af3bdb1b44c0
-SIZE (xpi/firefox3-i18n-3.0.5/en-GB.xpi) = 117720
-MD5 (xpi/firefox3-i18n-3.0.5/eo.xpi) = 44a2a72eebf0aa3718d4d3117c28843c
-SHA256 (xpi/firefox3-i18n-3.0.5/eo.xpi) = b2ef63913a9799ce3ebc13a62fe522c17f7acb37505af6abcebfdbaf4705e9a0
-SIZE (xpi/firefox3-i18n-3.0.5/eo.xpi) = 120840
-MD5 (xpi/firefox3-i18n-3.0.5/es-AR.xpi) = ae34f4e6846612834efb057dd9b1a745
-SHA256 (xpi/firefox3-i18n-3.0.5/es-AR.xpi) = 6640465a94511467c909e3d80b588929a786c14625b28226eb93b0cc2e65f1db
-SIZE (xpi/firefox3-i18n-3.0.5/es-AR.xpi) = 126850
-MD5 (xpi/firefox3-i18n-3.0.5/es-ES.xpi) = 49c588c089e4d28d0dfc92a0e19182e0
-SHA256 (xpi/firefox3-i18n-3.0.5/es-ES.xpi) = b261fd722c7a57179f2e5930729993319d0fbd1d11969b1554fd36c9dc883d29
-SIZE (xpi/firefox3-i18n-3.0.5/es-ES.xpi) = 110061
-MD5 (xpi/firefox3-i18n-3.0.5/et.xpi) = f6ea7778e1c465e6ea87bb511cdd2f17
-SHA256 (xpi/firefox3-i18n-3.0.5/et.xpi) = 65055a575a482d452985bc656faa4829299ed036a7ae4e6d5bdecc147eac6c0c
-SIZE (xpi/firefox3-i18n-3.0.5/et.xpi) = 124384
-MD5 (xpi/firefox3-i18n-3.0.5/eu.xpi) = 3c9fc0d80b72622cfb62d0464ef9b329
-SHA256 (xpi/firefox3-i18n-3.0.5/eu.xpi) = cd72443f1ffe8b1ceee489a862588d647915ff6ea2e5357a81cecfd8e1b41614
-SIZE (xpi/firefox3-i18n-3.0.5/eu.xpi) = 120682
-MD5 (xpi/firefox3-i18n-3.0.5/fi.xpi) = 5f3181ec9eba2aa29e256928842b0a47
-SHA256 (xpi/firefox3-i18n-3.0.5/fi.xpi) = 944390faf37ff94af58fe7d725b38ad1a6c6fe4da18a560bb17e493c0571f302
-SIZE (xpi/firefox3-i18n-3.0.5/fi.xpi) = 125214
-MD5 (xpi/firefox3-i18n-3.0.5/fr.xpi) = c328ecdca8eeb71a6b730f36284ef68f
-SHA256 (xpi/firefox3-i18n-3.0.5/fr.xpi) = a3010855bedb7b6767c699cd4fbaabd64739a79a2b478e84140aa924fae5070f
-SIZE (xpi/firefox3-i18n-3.0.5/fr.xpi) = 128258
-MD5 (xpi/firefox3-i18n-3.0.5/fy-NL.xpi) = ea9a474b1c58fa66c4a0fcbd005d9645
-SHA256 (xpi/firefox3-i18n-3.0.5/fy-NL.xpi) = 7449875cb28ec07d32da7a297d14390d3ede4b88fa05e2cf50690b6a439f6b3c
-SIZE (xpi/firefox3-i18n-3.0.5/fy-NL.xpi) = 128087
-MD5 (xpi/firefox3-i18n-3.0.5/ga-IE.xpi) = a8e3830158fdc20aacff6779e2655c6e
-SHA256 (xpi/firefox3-i18n-3.0.5/ga-IE.xpi) = 8492bb1a091618ff2d0f98d314a223db4b239613eee3a1dae181b501797de9af
-SIZE (xpi/firefox3-i18n-3.0.5/ga-IE.xpi) = 126568
-MD5 (xpi/firefox3-i18n-3.0.5/gl.xpi) = c1a4827e544cbf424500b9f14f265ea9
-SHA256 (xpi/firefox3-i18n-3.0.5/gl.xpi) = 66bcf78b12de85535a8c5ed2f98e1bb779519c3a70519a7733c7b2f3944dc847
-SIZE (xpi/firefox3-i18n-3.0.5/gl.xpi) = 123468
-MD5 (xpi/firefox3-i18n-3.0.5/gu-IN.xpi) = 404ef7d8b1b2f2df562cbd7ffd51882e
-SHA256 (xpi/firefox3-i18n-3.0.5/gu-IN.xpi) = d55d2b9850e769e716987e3cc9c5c1da29036b717802fa7adb56d7a5b7595ec1
-SIZE (xpi/firefox3-i18n-3.0.5/gu-IN.xpi) = 144546
-MD5 (xpi/firefox3-i18n-3.0.5/he.xpi) = 0e44997fd0cb844bdb1f4d878b9ceaf0
-SHA256 (xpi/firefox3-i18n-3.0.5/he.xpi) = a269d674824f308bc6bcd8babaa7e2d8d532eb161de5a6e4b5119984a1123962
-SIZE (xpi/firefox3-i18n-3.0.5/he.xpi) = 120790
-MD5 (xpi/firefox3-i18n-3.0.5/hi-IN.xpi) = 2863037df0105ec61352a5b1e7bea5ba
-SHA256 (xpi/firefox3-i18n-3.0.5/hi-IN.xpi) = 0bf2cffe66e34b734c88047c79a4381f3c57b1baacc66d9138a1207510c17c4d
-SIZE (xpi/firefox3-i18n-3.0.5/hi-IN.xpi) = 139879
-MD5 (xpi/firefox3-i18n-3.0.5/hu.xpi) = 6b6b56d306f2bfbd2eaff383d76bb1f9
-SHA256 (xpi/firefox3-i18n-3.0.5/hu.xpi) = 692faa8c006f18e01a3107d6b7f98b41a2ee78fcc1be82f80b484d4138b955b7
-SIZE (xpi/firefox3-i18n-3.0.5/hu.xpi) = 129481
-MD5 (xpi/firefox3-i18n-3.0.5/id.xpi) = 0d854b7e40583f8846290297c8270933
-SHA256 (xpi/firefox3-i18n-3.0.5/id.xpi) = 9b40d25c55011035ce4705a03f3cd5b808ee6dfe2c6ffc6c4309c7ec631ef6fa
-SIZE (xpi/firefox3-i18n-3.0.5/id.xpi) = 104499
-MD5 (xpi/firefox3-i18n-3.0.5/is.xpi) = f95a1860325048fd0632045b3b7cc294
-SHA256 (xpi/firefox3-i18n-3.0.5/is.xpi) = 61f3ecfb9ca0affbb4487cbb2a62352a462a5fa151af3f35b3948305c8c60da5
-SIZE (xpi/firefox3-i18n-3.0.5/is.xpi) = 121454
-MD5 (xpi/firefox3-i18n-3.0.5/it.xpi) = 25eb699f7c6d996747b5820c8732b67a
-SHA256 (xpi/firefox3-i18n-3.0.5/it.xpi) = 1298018598d23a44f999f422c403b11830ffe1de14038f225bb4bbd59dc1bb74
-SIZE (xpi/firefox3-i18n-3.0.5/it.xpi) = 108743
-MD5 (xpi/firefox3-i18n-3.0.5/ja.xpi) = e6c91b9fee9e62dc3fe185dbc733e9cb
-SHA256 (xpi/firefox3-i18n-3.0.5/ja.xpi) = 4b60fa1643b8a4dadedede5e654ff2c32ef3058b9892e203e6537e28e9077197
-SIZE (xpi/firefox3-i18n-3.0.5/ja.xpi) = 133971
-MD5 (xpi/firefox3-i18n-3.0.5/ka.xpi) = f6e31dbe777cf563e5340fc118fda527
-SHA256 (xpi/firefox3-i18n-3.0.5/ka.xpi) = cb27b76da99fd807318cbb3bcf93748039ba381df2d855666d358b05fb6db9d6
-SIZE (xpi/firefox3-i18n-3.0.5/ka.xpi) = 150932
-MD5 (xpi/firefox3-i18n-3.0.5/kn.xpi) = d5ae859c31c3efe60b61086cc5b8aec0
-SHA256 (xpi/firefox3-i18n-3.0.5/kn.xpi) = e513ae676e16145ff477df0f2782da5aa42a9bf894c89f76f1eb6b73928a9be9
-SIZE (xpi/firefox3-i18n-3.0.5/kn.xpi) = 147595
-MD5 (xpi/firefox3-i18n-3.0.5/ko.xpi) = 59302047e124d692ef93ca7568abe0a2
-SHA256 (xpi/firefox3-i18n-3.0.5/ko.xpi) = a35ff56abf8cbab58a6ae5c47177ac84604f175e1e5ff7c557c7b1a9a301b7a0
-SIZE (xpi/firefox3-i18n-3.0.5/ko.xpi) = 113286
-MD5 (xpi/firefox3-i18n-3.0.5/ku.xpi) = d2052817f495873f775ab65058a53f1f
-SHA256 (xpi/firefox3-i18n-3.0.5/ku.xpi) = 81156f2da75de4c47d4fa93840e8bcb58350a5cd5cbd35c4dc1bab56729389ad
-SIZE (xpi/firefox3-i18n-3.0.5/ku.xpi) = 126775
-MD5 (xpi/firefox3-i18n-3.0.5/lt.xpi) = 033b3b5fcaf31b7d42dcdaf7397b854f
-SHA256 (xpi/firefox3-i18n-3.0.5/lt.xpi) = 6e0699597ce798509c4e372caf215a8ba089508d5dc3e8b816b802c673c21520
-SIZE (xpi/firefox3-i18n-3.0.5/lt.xpi) = 137577
-MD5 (xpi/firefox3-i18n-3.0.5/lv.xpi) = e4eb3b2465a97e77d6ff80d3e4f984eb
-SHA256 (xpi/firefox3-i18n-3.0.5/lv.xpi) = 7bb9c2cfe5454e5075051a3863d681912f7dc58ef07580f93a177cd90412851d
-SIZE (xpi/firefox3-i18n-3.0.5/lv.xpi) = 123242
-MD5 (xpi/firefox3-i18n-3.0.5/mk.xpi) = ce1b981bbbc193c8c9f37ed7f8c9b663
-SHA256 (xpi/firefox3-i18n-3.0.5/mk.xpi) = 0e090ceecb8e7767e6d2f4497ee7580b874bf627f3cba84a77f8917c7f57d742
-SIZE (xpi/firefox3-i18n-3.0.5/mk.xpi) = 124830
-MD5 (xpi/firefox3-i18n-3.0.5/mn.xpi) = b81e8af5852f103ddedd60a06adcbd5c
-SHA256 (xpi/firefox3-i18n-3.0.5/mn.xpi) = 22066f4404be40b25f02d111854e05adce60978282acddd74fd14ed6ef4725ae
-SIZE (xpi/firefox3-i18n-3.0.5/mn.xpi) = 131348
-MD5 (xpi/firefox3-i18n-3.0.5/mr.xpi) = 751d19ab79ced6b85e36911ef0c0279b
-SHA256 (xpi/firefox3-i18n-3.0.5/mr.xpi) = 5081affc48889bf6781033827bd121a4ea816b0c6088f326430cfc99f7995aaa
-SIZE (xpi/firefox3-i18n-3.0.5/mr.xpi) = 137021
-MD5 (xpi/firefox3-i18n-3.0.5/nb-NO.xpi) = 448268b820d7c97fd09392bd1969c463
-SHA256 (xpi/firefox3-i18n-3.0.5/nb-NO.xpi) = 64b2886587f7519930a3bd2340d981057d6b29114cf86746e65d202ec7c38104
-SIZE (xpi/firefox3-i18n-3.0.5/nb-NO.xpi) = 123333
-MD5 (xpi/firefox3-i18n-3.0.5/nl.xpi) = d3ba2623f102d4c43605e55d7963ebac
-SHA256 (xpi/firefox3-i18n-3.0.5/nl.xpi) = f95fe4b8823aefb3379826fd2c6304628b1f60aeffc3cb736c104d6c35684448
-SIZE (xpi/firefox3-i18n-3.0.5/nl.xpi) = 125552
-MD5 (xpi/firefox3-i18n-3.0.5/nn-NO.xpi) = 7f736e3fddd81b79e8005322ba950754
-SHA256 (xpi/firefox3-i18n-3.0.5/nn-NO.xpi) = 30e73b18e7fec56e9caab8f564127c8dd01800b044a3d3885470b1e526e2a4ce
-SIZE (xpi/firefox3-i18n-3.0.5/nn-NO.xpi) = 125041
-MD5 (xpi/firefox3-i18n-3.0.5/oc.xpi) = ac45a61f7745c4010b90f905561908e2
-SHA256 (xpi/firefox3-i18n-3.0.5/oc.xpi) = b952ab918bcdb47ee3bac3bee9e2e1a54664f1af1437d4b4e4380ce964f906a2
-SIZE (xpi/firefox3-i18n-3.0.5/oc.xpi) = 104721
-MD5 (xpi/firefox3-i18n-3.0.5/pa-IN.xpi) = e3bbadb5f7d498e968dc3f167d194cf6
-SHA256 (xpi/firefox3-i18n-3.0.5/pa-IN.xpi) = 165bbc046b6f0ac3255c816ae43a6661e67bebb1b8a0b1cafd028d089d74358d
-SIZE (xpi/firefox3-i18n-3.0.5/pa-IN.xpi) = 141249
-MD5 (xpi/firefox3-i18n-3.0.5/pl.xpi) = 2a7c392244c50aaba8cd8c89bea485b4
-SHA256 (xpi/firefox3-i18n-3.0.5/pl.xpi) = fbf9c62549e16a34f8a012ad830da8768d6bb03fc3bc8065094df37bf74345f6
-SIZE (xpi/firefox3-i18n-3.0.5/pl.xpi) = 130954
-MD5 (xpi/firefox3-i18n-3.0.5/pt-BR.xpi) = 4f8e680f43b6fa97e3cf32c6009ca2fb
-SHA256 (xpi/firefox3-i18n-3.0.5/pt-BR.xpi) = 05d77dc3e5bdf289fb371d392d052dfcb8f63975de84190e8ce391a1735881ec
-SIZE (xpi/firefox3-i18n-3.0.5/pt-BR.xpi) = 123857
-MD5 (xpi/firefox3-i18n-3.0.5/pt-PT.xpi) = 22ea77ad0ae392b23f0ff3c26eb51779
-SHA256 (xpi/firefox3-i18n-3.0.5/pt-PT.xpi) = fd04e9993167cc7873fe03b9fb9a7e41c3e1ecfe1c8ccb04e1c593692418e77c
-SIZE (xpi/firefox3-i18n-3.0.5/pt-PT.xpi) = 123080
-MD5 (xpi/firefox3-i18n-3.0.5/ro.xpi) = 15315d2e6fb69aef4e1c132d8fd81298
-SHA256 (xpi/firefox3-i18n-3.0.5/ro.xpi) = 5cd426a6eb94083e86dc5765bab14ca191702413360acc8a38fad9b5af00f7da
-SIZE (xpi/firefox3-i18n-3.0.5/ro.xpi) = 127873
-MD5 (xpi/firefox3-i18n-3.0.5/ru.xpi) = 01b7791ae4a6b2292e960b390088567e
-SHA256 (xpi/firefox3-i18n-3.0.5/ru.xpi) = bbebdf67ed98ef6e567d60039f5a62042362f03be50bd6aff337f4e63c151e76
-SIZE (xpi/firefox3-i18n-3.0.5/ru.xpi) = 126464
-MD5 (xpi/firefox3-i18n-3.0.5/si.xpi) = 6f41157ae82bff75949d4d07e5805193
-SHA256 (xpi/firefox3-i18n-3.0.5/si.xpi) = 05f0a359c091ee6b2015834fee955f34e6477765e9bb37e7aea8e053101289bc
-SIZE (xpi/firefox3-i18n-3.0.5/si.xpi) = 139733
-MD5 (xpi/firefox3-i18n-3.0.5/sk.xpi) = ab0190aa209f319df665c5ac0fe46561
-SHA256 (xpi/firefox3-i18n-3.0.5/sk.xpi) = fcf56cc4f273dcf21e1544a5445541e6aef43987263f0d2370c1f422e64a7247
-SIZE (xpi/firefox3-i18n-3.0.5/sk.xpi) = 129262
-MD5 (xpi/firefox3-i18n-3.0.5/sl.xpi) = 637cb959e9cbac5621cd5bcf1217b402
-SHA256 (xpi/firefox3-i18n-3.0.5/sl.xpi) = 3a401ee1dc670c09a2ba09d54d1a9595924e4f02b2f611dbdab7f3c5f59ac2f6
-SIZE (xpi/firefox3-i18n-3.0.5/sl.xpi) = 122199
-MD5 (xpi/firefox3-i18n-3.0.5/sq.xpi) = 5db8f7225f75c78328862d824c645ddf
-SHA256 (xpi/firefox3-i18n-3.0.5/sq.xpi) = 70d8ca0e4849cffbbbc37a16bb0578ab97ab7065d3520f40853050143558cff4
-SIZE (xpi/firefox3-i18n-3.0.5/sq.xpi) = 120811
-MD5 (xpi/firefox3-i18n-3.0.5/sr.xpi) = 784476b9346d80e79e853471cbde327f
-SHA256 (xpi/firefox3-i18n-3.0.5/sr.xpi) = 61cdc95b5feb9eb7f44662d72634b257f3d6f64eded78d581405a863a46aa313
-SIZE (xpi/firefox3-i18n-3.0.5/sr.xpi) = 134773
-MD5 (xpi/firefox3-i18n-3.0.5/sv-SE.xpi) = 4cba2858a9a316ac2514d8f5d39175f8
-SHA256 (xpi/firefox3-i18n-3.0.5/sv-SE.xpi) = 76e84b2bde2859ce0a1397494c07f05676a1a6af33cf424c9b86f349ebf5c164
-SIZE (xpi/firefox3-i18n-3.0.5/sv-SE.xpi) = 127910
-MD5 (xpi/firefox3-i18n-3.0.5/te.xpi) = 4cec25322abee08541a522795ea27dd9
-SHA256 (xpi/firefox3-i18n-3.0.5/te.xpi) = 422295830e61058faaa655e7f8fbedacfe40845f056be28fad3a7a7dfd768d7a
-SIZE (xpi/firefox3-i18n-3.0.5/te.xpi) = 144607
-MD5 (xpi/firefox3-i18n-3.0.5/th.xpi) = 837ec19aedc294473fe1eb5ba0bd39bd
-SHA256 (xpi/firefox3-i18n-3.0.5/th.xpi) = 4b8363ae606680e5f5ed2f58f5dec4eb18b26d0f525fe36c3632a4b6b0b2316a
-SIZE (xpi/firefox3-i18n-3.0.5/th.xpi) = 130054
-MD5 (xpi/firefox3-i18n-3.0.5/tr.xpi) = 9277490d85efd41e56e0fc41a495bedd
-SHA256 (xpi/firefox3-i18n-3.0.5/tr.xpi) = ba5357d551b021dd655db8307d79c448d582e1b303024e7918d77a94fd0742d0
-SIZE (xpi/firefox3-i18n-3.0.5/tr.xpi) = 118570
-MD5 (xpi/firefox3-i18n-3.0.5/uk.xpi) = 64fcd35b5f210bee98db4137808d0fda
-SHA256 (xpi/firefox3-i18n-3.0.5/uk.xpi) = c28c1654e989f878f19fc732387a5e3d71b9e1654844aa0dfc665d930e8d7283
-SIZE (xpi/firefox3-i18n-3.0.5/uk.xpi) = 137212
-MD5 (xpi/firefox3-i18n-3.0.5/zh-CN.xpi) = 8e2bd0b8e551b4d3f6e1cc246ca6cac2
-SHA256 (xpi/firefox3-i18n-3.0.5/zh-CN.xpi) = 28a06df5579ef1bbb114d35d91879b620e5350a55dddfe36e2e412ce839e05cd
-SIZE (xpi/firefox3-i18n-3.0.5/zh-CN.xpi) = 108874
-MD5 (xpi/firefox3-i18n-3.0.5/zh-TW.xpi) = 9784b3e8d27b919bbd0050ec947fe50c
-SHA256 (xpi/firefox3-i18n-3.0.5/zh-TW.xpi) = 84e2bce1f9e39c923ab5be71663c354e0298ab34d2ee93561d172f5060e8073c
-SIZE (xpi/firefox3-i18n-3.0.5/zh-TW.xpi) = 121796
+MD5 (xpi/firefox3-i18n-3.0.6/af.xpi) = d35927f0e6d5b006e39c88f992f18e33
+SHA256 (xpi/firefox3-i18n-3.0.6/af.xpi) = 9b2c5f17a83061eaf8819234fe9ba28bf64ffe9fd837fa1dbbb43e0379558f0d
+SIZE (xpi/firefox3-i18n-3.0.6/af.xpi) = 120104
+MD5 (xpi/firefox3-i18n-3.0.6/ar.xpi) = dfad57ac5c2d855c4f7560026d238767
+SHA256 (xpi/firefox3-i18n-3.0.6/ar.xpi) = 1f136414346e8be9c5c1931e0e1ce4b45a561883701f340f0b1670fd986c5925
+SIZE (xpi/firefox3-i18n-3.0.6/ar.xpi) = 128305
+MD5 (xpi/firefox3-i18n-3.0.6/be.xpi) = 9db8621caf8fd125ddf3ff5b8c7f5095
+SHA256 (xpi/firefox3-i18n-3.0.6/be.xpi) = 0b159aef53ae2db68c095698379d8ab615b24f09ba243ee148eb07b565642c49
+SIZE (xpi/firefox3-i18n-3.0.6/be.xpi) = 123304
+MD5 (xpi/firefox3-i18n-3.0.6/bg.xpi) = ae7f8f3cf75ce2f0ba200f22fe706a3a
+SHA256 (xpi/firefox3-i18n-3.0.6/bg.xpi) = 51c316818b13ae15c1eb4f257c06a7ce7a8095978b58d56b1dfd61ed7522ab86
+SIZE (xpi/firefox3-i18n-3.0.6/bg.xpi) = 131970
+MD5 (xpi/firefox3-i18n-3.0.6/bn-IN.xpi) = 151448f2c79c9f12654e4b360c7b527f
+SHA256 (xpi/firefox3-i18n-3.0.6/bn-IN.xpi) = 102124723b98b20752cae381bc652ee183b620bd7349ffed1a1dfb54880161af
+SIZE (xpi/firefox3-i18n-3.0.6/bn-IN.xpi) = 153870
+MD5 (xpi/firefox3-i18n-3.0.6/ca.xpi) = b1e59fca2ee3806571a20cab214fdc42
+SHA256 (xpi/firefox3-i18n-3.0.6/ca.xpi) = 4552cdfbbc21271310a70dcd5e43dfab42f7e3628940178669d40c9cb0e0f967
+SIZE (xpi/firefox3-i18n-3.0.6/ca.xpi) = 126872
+MD5 (xpi/firefox3-i18n-3.0.6/cs.xpi) = 0d617cac40b6444ee17d3d26a34dfbe6
+SHA256 (xpi/firefox3-i18n-3.0.6/cs.xpi) = f4911f020d60f89e0e9597ff08dbf0444a8c099995f0b2eb8bd4edfa641e2bf6
+SIZE (xpi/firefox3-i18n-3.0.6/cs.xpi) = 125633
+MD5 (xpi/firefox3-i18n-3.0.6/cy.xpi) = c9d0e54e6f1a30f781a5a72ed69f7640
+SHA256 (xpi/firefox3-i18n-3.0.6/cy.xpi) = 21ce28ba85b2536a2aaacb5dde9a5d7d6efe2f8a257f32968e1b2ad2a5ff138a
+SIZE (xpi/firefox3-i18n-3.0.6/cy.xpi) = 119856
+MD5 (xpi/firefox3-i18n-3.0.6/da.xpi) = ddde1ec445998c71917be64c7c653a27
+SHA256 (xpi/firefox3-i18n-3.0.6/da.xpi) = 05f8ef4932efee00842cefc921b9389c073e8e9c57410cb5cdb40a02e08ca48e
+SIZE (xpi/firefox3-i18n-3.0.6/da.xpi) = 124017
+MD5 (xpi/firefox3-i18n-3.0.6/de.xpi) = f6652e7e1bc912210936526a1373d9e5
+SHA256 (xpi/firefox3-i18n-3.0.6/de.xpi) = c3529fd40f4b2e63c51cac1fb7b00af6f5aeea82075964a0015b31aa42057d3e
+SIZE (xpi/firefox3-i18n-3.0.6/de.xpi) = 128129
+MD5 (xpi/firefox3-i18n-3.0.6/el.xpi) = 65b6a2e215f1354fc63cdc867ab347c5
+SHA256 (xpi/firefox3-i18n-3.0.6/el.xpi) = 5560d1495bdc99855e6167051f8eef3cf83035f7a4b927ae3883012be5d21a82
+SIZE (xpi/firefox3-i18n-3.0.6/el.xpi) = 133465
+MD5 (xpi/firefox3-i18n-3.0.6/en-GB.xpi) = a92d8b23d53277d93738c01e3403fe8f
+SHA256 (xpi/firefox3-i18n-3.0.6/en-GB.xpi) = da169edce4bb1a35d6f41ae3b10dafead1c4c3173a9ff802f735bf7ccea5a73d
+SIZE (xpi/firefox3-i18n-3.0.6/en-GB.xpi) = 117720
+MD5 (xpi/firefox3-i18n-3.0.6/eo.xpi) = e2b6eb39c56685ee5075ec727cf9c7a9
+SHA256 (xpi/firefox3-i18n-3.0.6/eo.xpi) = 9b8e5cb89cf613162d34dafcc809f7711bc57f089da280a30ddea3919a0010c8
+SIZE (xpi/firefox3-i18n-3.0.6/eo.xpi) = 120840
+MD5 (xpi/firefox3-i18n-3.0.6/es-AR.xpi) = ba7e5b04539c9963415cf1a0b3eac696
+SHA256 (xpi/firefox3-i18n-3.0.6/es-AR.xpi) = 9688f4b99533c9ea3c0ff8ea853513a3875a7ec4a0e170d94504c85a17795976
+SIZE (xpi/firefox3-i18n-3.0.6/es-AR.xpi) = 126850
+MD5 (xpi/firefox3-i18n-3.0.6/es-ES.xpi) = e90119d61f390f8cd7824f192a551391
+SHA256 (xpi/firefox3-i18n-3.0.6/es-ES.xpi) = ce1e545877cab207a0082fe74eb9190fe98893a2509e31a30bb871bd018f0f4a
+SIZE (xpi/firefox3-i18n-3.0.6/es-ES.xpi) = 110061
+MD5 (xpi/firefox3-i18n-3.0.6/et.xpi) = e06aa69b536f62c843d2f5be2624c898
+SHA256 (xpi/firefox3-i18n-3.0.6/et.xpi) = 434b99022bea4cbc3fa72e72e7e3b2f62946d0c5528d5f7db5fe7fc9da81bb35
+SIZE (xpi/firefox3-i18n-3.0.6/et.xpi) = 124755
+MD5 (xpi/firefox3-i18n-3.0.6/eu.xpi) = 92adc606a8b48feb4dc89e7ea1457ffc
+SHA256 (xpi/firefox3-i18n-3.0.6/eu.xpi) = 26c72d5b83ff701ba7eb98e36bac087da04cace0aed4b0dbab66e18f1ac45b6e
+SIZE (xpi/firefox3-i18n-3.0.6/eu.xpi) = 120682
+MD5 (xpi/firefox3-i18n-3.0.6/fi.xpi) = 1fa25403064fd12cf9ce9bff5aacd717
+SHA256 (xpi/firefox3-i18n-3.0.6/fi.xpi) = 47e0791790500d76c85aa09ae709880c30e2d6a51bc6a473f11b2c2d44595c37
+SIZE (xpi/firefox3-i18n-3.0.6/fi.xpi) = 125214
+MD5 (xpi/firefox3-i18n-3.0.6/fr.xpi) = 3f9bcc1e96c58a55e66a02ca90415353
+SHA256 (xpi/firefox3-i18n-3.0.6/fr.xpi) = c82d884041eadab73858357329502f4e9087be729deef893ac2057fbc0d51c92
+SIZE (xpi/firefox3-i18n-3.0.6/fr.xpi) = 128258
+MD5 (xpi/firefox3-i18n-3.0.6/fy-NL.xpi) = 8524d73d6035faf18f4d96c359601cdc
+SHA256 (xpi/firefox3-i18n-3.0.6/fy-NL.xpi) = be4338dc17ebfb4151b168804ff5107ce6c2ddc65c931e7f165c5b195399a1e0
+SIZE (xpi/firefox3-i18n-3.0.6/fy-NL.xpi) = 128087
+MD5 (xpi/firefox3-i18n-3.0.6/ga-IE.xpi) = 248a5d54749a5ffa9d1f644e960eab0d
+SHA256 (xpi/firefox3-i18n-3.0.6/ga-IE.xpi) = f3f93e1325169f7882320f44e83944f0e59324968b647e24418dd557b3049c02
+SIZE (xpi/firefox3-i18n-3.0.6/ga-IE.xpi) = 126568
+MD5 (xpi/firefox3-i18n-3.0.6/gl.xpi) = ca93b134b3a7a9bcab277380ed85cddf
+SHA256 (xpi/firefox3-i18n-3.0.6/gl.xpi) = 1c5e4d869bc6b1952ad9d161fbbe94679607a89fe010df7855ee61a2f9e69f26
+SIZE (xpi/firefox3-i18n-3.0.6/gl.xpi) = 123468
+MD5 (xpi/firefox3-i18n-3.0.6/gu-IN.xpi) = d440bff46464869e117765eeb90e4d47
+SHA256 (xpi/firefox3-i18n-3.0.6/gu-IN.xpi) = 025f4b42772cf4995422160a1a16d64e98d9e6f9be2ceb6339659b17e87a2f57
+SIZE (xpi/firefox3-i18n-3.0.6/gu-IN.xpi) = 144546
+MD5 (xpi/firefox3-i18n-3.0.6/he.xpi) = 78b3590a81507c933eff66e77cc5a967
+SHA256 (xpi/firefox3-i18n-3.0.6/he.xpi) = 63905a60f7b5ffa5eb78dd70d0ffabb447acf14d0590938ce14ee7a0a782f56d
+SIZE (xpi/firefox3-i18n-3.0.6/he.xpi) = 120790
+MD5 (xpi/firefox3-i18n-3.0.6/hi-IN.xpi) = 62e7c547386937e04ad28df86019f8d3
+SHA256 (xpi/firefox3-i18n-3.0.6/hi-IN.xpi) = 6dd9bc593689b5c163d0b98a2f1b2ec87c53d1f834f1ecf4581c41372d0070f2
+SIZE (xpi/firefox3-i18n-3.0.6/hi-IN.xpi) = 139879
+MD5 (xpi/firefox3-i18n-3.0.6/hu.xpi) = 0ab477d742d0601af86d9610623a8434
+SHA256 (xpi/firefox3-i18n-3.0.6/hu.xpi) = 5580bfaae07c58979baeb0f50b2a08282dcc5ef44f536aedd1fbd43f850ab42a
+SIZE (xpi/firefox3-i18n-3.0.6/hu.xpi) = 129481
+MD5 (xpi/firefox3-i18n-3.0.6/id.xpi) = 7e0bd3a6719bfc646ec98682ed0a6fa9
+SHA256 (xpi/firefox3-i18n-3.0.6/id.xpi) = aa70f571e767f3b2e72cf0cd51dfb635adb1f3a3ff1f26cbfa932c66c1d6866b
+SIZE (xpi/firefox3-i18n-3.0.6/id.xpi) = 104499
+MD5 (xpi/firefox3-i18n-3.0.6/is.xpi) = 443ac55c9ab6b27e69242b5c1986d43d
+SHA256 (xpi/firefox3-i18n-3.0.6/is.xpi) = d5912593da13ebfb98ecc29f8f8b81aba4bde9522033e6cebef0929f41f03498
+SIZE (xpi/firefox3-i18n-3.0.6/is.xpi) = 121489
+MD5 (xpi/firefox3-i18n-3.0.6/it.xpi) = ee91a663cef6e81450b15c0cc17aa15f
+SHA256 (xpi/firefox3-i18n-3.0.6/it.xpi) = c13f3933fa59221f55f1fca260d0796e610019298acd5a4ef8d0a88021a720c1
+SIZE (xpi/firefox3-i18n-3.0.6/it.xpi) = 108743
+MD5 (xpi/firefox3-i18n-3.0.6/ja.xpi) = d7aff5ba756896df884f1a8947fb38d1
+SHA256 (xpi/firefox3-i18n-3.0.6/ja.xpi) = a10d069e18d52247b4375183fabb6a191a8f2b9c803e06424496bb98c3ad18fc
+SIZE (xpi/firefox3-i18n-3.0.6/ja.xpi) = 134710
+MD5 (xpi/firefox3-i18n-3.0.6/ka.xpi) = ba1be0f55322c1e7b962faa385995e0a
+SHA256 (xpi/firefox3-i18n-3.0.6/ka.xpi) = 470e3834e583172085cc374f058686f4f55efac0e476bf89bf84adbe18733ebf
+SIZE (xpi/firefox3-i18n-3.0.6/ka.xpi) = 150932
+MD5 (xpi/firefox3-i18n-3.0.6/kn.xpi) = 7982690079c71a64132c01a4c41ec9c1
+SHA256 (xpi/firefox3-i18n-3.0.6/kn.xpi) = 4fc12635c4432c1697c04f1a996fcfc4a917072803035fd7b46ee4e194d92beb
+SIZE (xpi/firefox3-i18n-3.0.6/kn.xpi) = 147595
+MD5 (xpi/firefox3-i18n-3.0.6/ko.xpi) = 6e27e355fc4723ac2eb3070c13438440
+SHA256 (xpi/firefox3-i18n-3.0.6/ko.xpi) = 15af0da64bb5cb310a57492eda9c71732908e5abd65bdf3526e01bbd18a8054b
+SIZE (xpi/firefox3-i18n-3.0.6/ko.xpi) = 113225
+MD5 (xpi/firefox3-i18n-3.0.6/ku.xpi) = cfa05ef46aad4e6d831304f7eeabb1a1
+SHA256 (xpi/firefox3-i18n-3.0.6/ku.xpi) = 9cdb0c7e169fa5454b1c5c5dba1994796c5c8a1794e2864944948bf14cde082c
+SIZE (xpi/firefox3-i18n-3.0.6/ku.xpi) = 126774
+MD5 (xpi/firefox3-i18n-3.0.6/lt.xpi) = 8618385ea317a41369c06bff6d9ca17c
+SHA256 (xpi/firefox3-i18n-3.0.6/lt.xpi) = 67ab9a788ca688944a3b67c0452a25525e636ec96cc969c0df6d7994f07cdd6b
+SIZE (xpi/firefox3-i18n-3.0.6/lt.xpi) = 137577
+MD5 (xpi/firefox3-i18n-3.0.6/lv.xpi) = 75d84471ac16054c1dc1a25eb6c2fdf9
+SHA256 (xpi/firefox3-i18n-3.0.6/lv.xpi) = 04055da75a474c6028d7e5fe23f4f02f0e5e7c10bc038f47fe9ddf708eec4354
+SIZE (xpi/firefox3-i18n-3.0.6/lv.xpi) = 123268
+MD5 (xpi/firefox3-i18n-3.0.6/mk.xpi) = b81b96e777cc3619a8d8552db3f3ed83
+SHA256 (xpi/firefox3-i18n-3.0.6/mk.xpi) = b137ec84d2dc36ab1841123429e90cac157130994a9a80e0d793351e6d220f26
+SIZE (xpi/firefox3-i18n-3.0.6/mk.xpi) = 124830
+MD5 (xpi/firefox3-i18n-3.0.6/mn.xpi) = 60f64f2399ad242933f351c9f0b00472
+SHA256 (xpi/firefox3-i18n-3.0.6/mn.xpi) = d30eba55da6befa21725a7f876ddbfba58933c982361a95573df77416493e43d
+SIZE (xpi/firefox3-i18n-3.0.6/mn.xpi) = 131348
+MD5 (xpi/firefox3-i18n-3.0.6/mr.xpi) = 80475d3848017917d58aa48b807b1983
+SHA256 (xpi/firefox3-i18n-3.0.6/mr.xpi) = f32e1e876a83664a5a956ad7c8af31ed1e2ddabb9b8d51b5af9d388aadfe25bd
+SIZE (xpi/firefox3-i18n-3.0.6/mr.xpi) = 137021
+MD5 (xpi/firefox3-i18n-3.0.6/nb-NO.xpi) = d0fe3a970c87dc5bff51dd7ccff079d3
+SHA256 (xpi/firefox3-i18n-3.0.6/nb-NO.xpi) = ea99a2c53d53f1cf3f7c12ae7bb5cbb77cb12e76babb83f64c784d946e6acd39
+SIZE (xpi/firefox3-i18n-3.0.6/nb-NO.xpi) = 123332
+MD5 (xpi/firefox3-i18n-3.0.6/nl.xpi) = 2c6ee8728c796086014af92d32e9e53e
+SHA256 (xpi/firefox3-i18n-3.0.6/nl.xpi) = 1f51f72244c3988f40191d37914e93f03b529a36b6d91be8bd1e6aa3a0ca44a0
+SIZE (xpi/firefox3-i18n-3.0.6/nl.xpi) = 125552
+MD5 (xpi/firefox3-i18n-3.0.6/nn-NO.xpi) = c926b54ee795c78587e5625446516680
+SHA256 (xpi/firefox3-i18n-3.0.6/nn-NO.xpi) = 632a502baeb3bca2d3e93a0a175cb34e33d1b55111e5682ace4f04a957a50f8b
+SIZE (xpi/firefox3-i18n-3.0.6/nn-NO.xpi) = 125041
+MD5 (xpi/firefox3-i18n-3.0.6/oc.xpi) = 2b4e8515e3e0bf0b4bbd7b024e8e4949
+SHA256 (xpi/firefox3-i18n-3.0.6/oc.xpi) = 26a5585fc3db68017bff2f577ef3966f4b8903f1c85466a0d840d0d0568a0abb
+SIZE (xpi/firefox3-i18n-3.0.6/oc.xpi) = 104729
+MD5 (xpi/firefox3-i18n-3.0.6/pa-IN.xpi) = ea2c81c3b157c1ce65b4511d61eeab44
+SHA256 (xpi/firefox3-i18n-3.0.6/pa-IN.xpi) = 12612bd7f4b336c52a0e481c0f3d9d1e9bbb186c4ca1331de410ff8d83c4ae1d
+SIZE (xpi/firefox3-i18n-3.0.6/pa-IN.xpi) = 141249
+MD5 (xpi/firefox3-i18n-3.0.6/pl.xpi) = f2b7b4b26d647a142f9e13eaaeea0127
+SHA256 (xpi/firefox3-i18n-3.0.6/pl.xpi) = f6f63210b77d62566c8d7a6c7fbfd396109ef193bc09685f97ec7ab30ca3ec3e
+SIZE (xpi/firefox3-i18n-3.0.6/pl.xpi) = 130954
+MD5 (xpi/firefox3-i18n-3.0.6/pt-BR.xpi) = ca82a28a050332e94c810e25160a909a
+SHA256 (xpi/firefox3-i18n-3.0.6/pt-BR.xpi) = 3c05fd7116c669c37ac4a002568827da32ba822a6f531a2d948ced3b4df241ef
+SIZE (xpi/firefox3-i18n-3.0.6/pt-BR.xpi) = 123884
+MD5 (xpi/firefox3-i18n-3.0.6/pt-PT.xpi) = 96dfca2e4e3005c89a6a06641d5ddf05
+SHA256 (xpi/firefox3-i18n-3.0.6/pt-PT.xpi) = c76b89ab2e7d2c7cd483674892946d174797ccd3b5949a08b3b22b72ee6409e1
+SIZE (xpi/firefox3-i18n-3.0.6/pt-PT.xpi) = 123080
+MD5 (xpi/firefox3-i18n-3.0.6/ro.xpi) = b46142d598a0e8afe8f02142e409d812
+SHA256 (xpi/firefox3-i18n-3.0.6/ro.xpi) = f64ee7f4af76ad22725ed3a57a635bc2991d7b56803c1af33b841558cefedf94
+SIZE (xpi/firefox3-i18n-3.0.6/ro.xpi) = 127873
+MD5 (xpi/firefox3-i18n-3.0.6/ru.xpi) = 7064e97a39462679a04c5e73f7f8a848
+SHA256 (xpi/firefox3-i18n-3.0.6/ru.xpi) = aebdcfa926295cfd4a959166328d63befb5a1da8d53f3f19def615bc3e9cdba4
+SIZE (xpi/firefox3-i18n-3.0.6/ru.xpi) = 126469
+MD5 (xpi/firefox3-i18n-3.0.6/si.xpi) = f6340f910b1095b6c27452d348da0a25
+SHA256 (xpi/firefox3-i18n-3.0.6/si.xpi) = 72833449bb8f7f5caa3ac33130d6d883dd4e1aa082f12cc9f33f87bd66e288e8
+SIZE (xpi/firefox3-i18n-3.0.6/si.xpi) = 139733
+MD5 (xpi/firefox3-i18n-3.0.6/sk.xpi) = 05b260e25c7a73ed8325b269d83d77f5
+SHA256 (xpi/firefox3-i18n-3.0.6/sk.xpi) = 653963d849f0214b3b237052ab237a2303c17b17f567ecd45643b135e96f1d1c
+SIZE (xpi/firefox3-i18n-3.0.6/sk.xpi) = 129262
+MD5 (xpi/firefox3-i18n-3.0.6/sl.xpi) = ca4d053250771fad0f5c783ef8565a7b
+SHA256 (xpi/firefox3-i18n-3.0.6/sl.xpi) = 6e159b35d5f16cbda75ef53bb5b740776eafb4e1382779525cf956551b6700fd
+SIZE (xpi/firefox3-i18n-3.0.6/sl.xpi) = 122198
+MD5 (xpi/firefox3-i18n-3.0.6/sq.xpi) = 9fd207955d14a7b978109940839b36e3
+SHA256 (xpi/firefox3-i18n-3.0.6/sq.xpi) = d23e37696b27e41a28d13d370f3b82f6c95d7a621d2994b2e775e0423e03cb97
+SIZE (xpi/firefox3-i18n-3.0.6/sq.xpi) = 120810
+MD5 (xpi/firefox3-i18n-3.0.6/sr.xpi) = abfc869c8170c48bcaeb4ee4e6433a7e
+SHA256 (xpi/firefox3-i18n-3.0.6/sr.xpi) = 0500bf1fb132f41474ed3c408874dbad2c8dd235c75473b69d0d5bf6de9bd354
+SIZE (xpi/firefox3-i18n-3.0.6/sr.xpi) = 134773
+MD5 (xpi/firefox3-i18n-3.0.6/sv-SE.xpi) = 668cef8a57a6fdbef7fa2451d3a9834f
+SHA256 (xpi/firefox3-i18n-3.0.6/sv-SE.xpi) = 9a0aef508bee2b7d73f3257a75ff225c24eeb44991acfe8d363d1ffaf9b17775
+SIZE (xpi/firefox3-i18n-3.0.6/sv-SE.xpi) = 127910
+MD5 (xpi/firefox3-i18n-3.0.6/te.xpi) = 3e82f03466152850d09f96ef8ea85255
+SHA256 (xpi/firefox3-i18n-3.0.6/te.xpi) = 823ad77a982290eba7a60918445076a59e0227a030b5ddad5a3b4b60cd9f7264
+SIZE (xpi/firefox3-i18n-3.0.6/te.xpi) = 144603
+MD5 (xpi/firefox3-i18n-3.0.6/th.xpi) = 10ff4141376b7ce70a083526667b6340
+SHA256 (xpi/firefox3-i18n-3.0.6/th.xpi) = 15e25c68db02b7951ecb5436a6d330f8c286bebe27c314310ea4244146d7ff74
+SIZE (xpi/firefox3-i18n-3.0.6/th.xpi) = 130719
+MD5 (xpi/firefox3-i18n-3.0.6/tr.xpi) = 2cb4b2f447dde48074212755767ac3d4
+SHA256 (xpi/firefox3-i18n-3.0.6/tr.xpi) = 20cb8533bd6716f93c7b48d5c9ed3cf7e6e0a54f4737aea348e47a8c4a243f79
+SIZE (xpi/firefox3-i18n-3.0.6/tr.xpi) = 118570
+MD5 (xpi/firefox3-i18n-3.0.6/uk.xpi) = 3ccb0250692610140e20157596d799a9
+SHA256 (xpi/firefox3-i18n-3.0.6/uk.xpi) = 6224d144d9656964692942c8c798711433305aad38a6c960a7f4d5f8261f1e76
+SIZE (xpi/firefox3-i18n-3.0.6/uk.xpi) = 137212
+MD5 (xpi/firefox3-i18n-3.0.6/zh-CN.xpi) = 4d3d3559a90d9529dade53484e2c3ee1
+SHA256 (xpi/firefox3-i18n-3.0.6/zh-CN.xpi) = 1fe3ced681d2da2b3152cf1ea9d394994a3769623cf07297894fde69df5427ce
+SIZE (xpi/firefox3-i18n-3.0.6/zh-CN.xpi) = 108874
+MD5 (xpi/firefox3-i18n-3.0.6/zh-TW.xpi) = a31a21077958af04b691b3f35941bee4
+SHA256 (xpi/firefox3-i18n-3.0.6/zh-TW.xpi) = fd63838de246f0980d9f3858b52197a824cea9df237e4719aee5cf265e6b3b8f
+SIZE (xpi/firefox3-i18n-3.0.6/zh-TW.xpi) = 121796
--- firefox3-i18n-3.0.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list