From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 5 08:33:31 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 181051065672 for ; Sun, 5 Dec 2010 08:33:31 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 721548FC17 for ; Sun, 5 Dec 2010 08:33:29 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oB58XSFm037741 for ; Sun, 5 Dec 2010 08:33:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oB58XN47035851 for freebsd-gecko@freebsd.org; Sun, 5 Dec 2010 08:33:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 5 Dec 2010 08:33:23 GMT Message-Id: <201012050833.oB58XN47035851@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r457 - branches/experimental/deskutils/lightning branches/experimental/deskutils/lightning-thunderbird branches/experimental/mail/thunderbird branches/experimental/mail/thunderbird3 branches/experimental/www/libxul trunk/deskutils/lightning trunk/deskutils/lightning-thunderbird trunk/mail/thunderbird trunk/mail/thunderbird3 trunk/www/libxul X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2010 08:33:31 -0000 Author: beat Date: Sun Dec 5 08:33:23 2010 New Revision: 457 Log: - Sync with ports: Sync to new bsd.autotools.mk Modified: branches/experimental/deskutils/lightning-thunderbird/Makefile branches/experimental/deskutils/lightning/Makefile branches/experimental/mail/thunderbird/Makefile branches/experimental/mail/thunderbird3/Makefile branches/experimental/www/libxul/Makefile trunk/deskutils/lightning-thunderbird/Makefile trunk/deskutils/lightning/Makefile trunk/mail/thunderbird/Makefile trunk/mail/thunderbird3/Makefile trunk/www/libxul/Makefile Modified: branches/experimental/deskutils/lightning-thunderbird/Makefile ============================================================================== --- branches/experimental/deskutils/lightning-thunderbird/Makefile Thu Dec 2 10:58:08 2010 (r456) +++ branches/experimental/deskutils/lightning-thunderbird/Makefile Sun Dec 5 08:33:23 2010 (r457) @@ -2,7 +2,7 @@ # Date created: 2005-02-26 # Whom: Michael Johnson # -# $FreeBSD: ports/deskutils/sunbird/Makefile,v 1.28 2009/11/27 09:09:07 beat Exp $ +# $FreeBSD: ports/deskutils/lightning-thunderbird/Makefile,v 1.37 2010/12/04 07:30:57 ade Exp $ # PORTNAME= lightning @@ -19,7 +19,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird CONFLICTS= spidermonkey-1.[0-7]* -USE_AUTOTOOLS= autoconf:213 libtool:22 +USE_AUTOTOOLS= autoconf213 libtool ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" Modified: branches/experimental/deskutils/lightning/Makefile ============================================================================== --- branches/experimental/deskutils/lightning/Makefile Thu Dec 2 10:58:08 2010 (r456) +++ branches/experimental/deskutils/lightning/Makefile Sun Dec 5 08:33:23 2010 (r457) @@ -2,7 +2,7 @@ # Date created: 2005-02-26 # Whom: Michael Johnson # -# $FreeBSD: ports/deskutils/sunbird/Makefile,v 1.28 2009/11/27 09:09:07 beat Exp $ +# $FreeBSD: ports/deskutils/lightning/Makefile,v 1.35 2010/12/04 07:30:57 ade Exp $ # PORTNAME= lightning @@ -19,7 +19,7 @@ SEAMONKEY "Install SeaMonkey 2.0" off CONFLICTS= spidermonkey-1.[0-7]* -USE_AUTOTOOLS= autoconf:213 libtool:22 +USE_AUTOTOOLS= autoconf213 libtool ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" Modified: branches/experimental/mail/thunderbird/Makefile ============================================================================== --- branches/experimental/mail/thunderbird/Makefile Thu Dec 2 10:58:08 2010 (r456) +++ branches/experimental/mail/thunderbird/Makefile Sun Dec 5 08:33:23 2010 (r457) @@ -2,7 +2,7 @@ # Date created: 4 September 2003 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.114 2010/08/03 20:55:28 beat Exp $ +# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.120 2010/12/04 07:32:33 ade Exp $ # PORTNAME= thunderbird @@ -17,7 +17,7 @@ BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 USE_GECKO= gecko CONFLICTS= thunderbird-3.0* USE_MOZILLA= -png -nss -dbm -jpeg -xft Modified: branches/experimental/mail/thunderbird3/Makefile ============================================================================== --- branches/experimental/mail/thunderbird3/Makefile Thu Dec 2 10:58:08 2010 (r456) +++ branches/experimental/mail/thunderbird3/Makefile Sun Dec 5 08:33:23 2010 (r457) @@ -2,7 +2,7 @@ # Date created: 4 September 2003 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/mail/thunderbird3/Makefile,v 1.119 2010/06/26 14:24:53 beat Exp $ +# $FreeBSD: ports/mail/thunderbird3/Makefile,v 1.126 2010/12/04 07:32:33 ade Exp $ # PORTNAME= thunderbird @@ -17,7 +17,7 @@ BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 LATEST_LINK= thunderbird3 USE_GECKO= gecko CONFLICTS= thunderbird-3.1* Modified: branches/experimental/www/libxul/Makefile ============================================================================== --- branches/experimental/www/libxul/Makefile Thu Dec 2 10:58:08 2010 (r456) +++ branches/experimental/www/libxul/Makefile Sun Dec 5 08:33:23 2010 (r457) @@ -2,7 +2,7 @@ # Date created: 2006-02-20 # Whom: Michael Johnson # -# $FreeBSD: ports/www/libxul/Makefile,v 1.17 2010/03/28 06:44:52 dinoex Exp $ +# $FreeBSD: ports/www/libxul/Makefile,v 1.23 2010/12/04 07:33:57 ade Exp $ # PORTNAME= libxul @@ -20,7 +20,7 @@ GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/bin lib/${MOZILLA}/idl \ lib/${MOZILLA}/include lib/${MOZILLA}/lib -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 WANT_GNOME= yes WANT_PERL= yes ALL_TARGET= default Modified: trunk/deskutils/lightning-thunderbird/Makefile ============================================================================== --- trunk/deskutils/lightning-thunderbird/Makefile Thu Dec 2 10:58:08 2010 (r456) +++ trunk/deskutils/lightning-thunderbird/Makefile Sun Dec 5 08:33:23 2010 (r457) @@ -2,7 +2,7 @@ # Date created: 2005-02-26 # Whom: Michael Johnson # -# $FreeBSD: ports/deskutils/sunbird/Makefile,v 1.28 2009/11/27 09:09:07 beat Exp $ +# $FreeBSD: ports/deskutils/lightning-thunderbird/Makefile,v 1.37 2010/12/04 07:30:57 ade Exp $ # PORTNAME= lightning @@ -19,7 +19,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird CONFLICTS= spidermonkey-1.[0-7]* -USE_AUTOTOOLS= autoconf:213 libtool:22 +USE_AUTOTOOLS= autoconf213 libtool ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" Modified: trunk/deskutils/lightning/Makefile ============================================================================== --- trunk/deskutils/lightning/Makefile Thu Dec 2 10:58:08 2010 (r456) +++ trunk/deskutils/lightning/Makefile Sun Dec 5 08:33:23 2010 (r457) @@ -2,7 +2,7 @@ # Date created: 2005-02-26 # Whom: Michael Johnson # -# $FreeBSD: ports/deskutils/sunbird/Makefile,v 1.28 2009/11/27 09:09:07 beat Exp $ +# $FreeBSD: ports/deskutils/lightning/Makefile,v 1.35 2010/12/04 07:30:57 ade Exp $ # PORTNAME= lightning @@ -19,7 +19,7 @@ SEAMONKEY "Install SeaMonkey 2.0" off CONFLICTS= spidermonkey-1.[0-7]* -USE_AUTOTOOLS= autoconf:213 libtool:22 +USE_AUTOTOOLS= autoconf213 libtool ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Thu Dec 2 10:58:08 2010 (r456) +++ trunk/mail/thunderbird/Makefile Sun Dec 5 08:33:23 2010 (r457) @@ -2,7 +2,7 @@ # Date created: 4 September 2003 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.114 2010/08/03 20:55:28 beat Exp $ +# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.120 2010/12/04 07:32:33 ade Exp $ # PORTNAME= thunderbird @@ -17,7 +17,7 @@ BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 USE_GECKO= gecko CONFLICTS= thunderbird-3.0* USE_MOZILLA= -png -nss -dbm -jpeg -xft Modified: trunk/mail/thunderbird3/Makefile ============================================================================== --- trunk/mail/thunderbird3/Makefile Thu Dec 2 10:58:08 2010 (r456) +++ trunk/mail/thunderbird3/Makefile Sun Dec 5 08:33:23 2010 (r457) @@ -2,7 +2,7 @@ # Date created: 4 September 2003 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/mail/thunderbird3/Makefile,v 1.119 2010/06/26 14:24:53 beat Exp $ +# $FreeBSD: ports/mail/thunderbird3/Makefile,v 1.126 2010/12/04 07:32:33 ade Exp $ # PORTNAME= thunderbird @@ -17,7 +17,7 @@ BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 LATEST_LINK= thunderbird3 USE_GECKO= gecko CONFLICTS= thunderbird-3.1* Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Thu Dec 2 10:58:08 2010 (r456) +++ trunk/www/libxul/Makefile Sun Dec 5 08:33:23 2010 (r457) @@ -2,7 +2,7 @@ # Date created: 2006-02-20 # Whom: Michael Johnson # -# $FreeBSD: ports/www/libxul/Makefile,v 1.17 2010/03/28 06:44:52 dinoex Exp $ +# $FreeBSD: ports/www/libxul/Makefile,v 1.23 2010/12/04 07:33:57 ade Exp $ # PORTNAME= libxul @@ -20,7 +20,7 @@ GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/bin lib/${MOZILLA}/idl \ lib/${MOZILLA}/include lib/${MOZILLA}/lib -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 WANT_GNOME= yes WANT_PERL= yes ALL_TARGET= default From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 5 08:34:59 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ABEE1065673 for ; Sun, 5 Dec 2010 08:34:59 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 439988FC0A for ; Sun, 5 Dec 2010 08:34:59 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oB58YwX3039520 for ; Sun, 5 Dec 2010 08:34:58 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oB58YrXd038718 for freebsd-gecko@freebsd.org; Sun, 5 Dec 2010 08:34:53 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 5 Dec 2010 08:34:53 GMT Message-Id: <201012050834.oB58YrXd038718@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r458 - branches/experimental/www/firefox branches/experimental/www/firefox35 trunk/www/firefox trunk/www/firefox35 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2010 08:34:59 -0000 Author: beat Date: Sun Dec 5 08:34:52 2010 New Revision: 458 Log: - Sync with ports: Sync to new bsd.autotools.mk Sync CONFLICTS with ports as Firefox 3.7 will not be released Modified: branches/experimental/www/firefox/Makefile branches/experimental/www/firefox35/Makefile trunk/www/firefox/Makefile trunk/www/firefox35/Makefile Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Sun Dec 5 08:33:23 2010 (r457) +++ branches/experimental/www/firefox/Makefile Sun Dec 5 08:34:52 2010 (r458) @@ -2,7 +2,7 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox/Makefile,v 1.224 2010/06/23 18:19:08 beat Exp $ +# $FreeBSD: ports/www/firefox/Makefile,v 1.234 2010/12/04 07:33:55 ade Exp $ # PORTNAME= firefox @@ -19,7 +19,7 @@ BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -png -nss -dbm -jpeg -xft -cairo @@ -40,7 +40,7 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.[5,7].* +CONFLICTS= firefox-3.[0,5].* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png Modified: branches/experimental/www/firefox35/Makefile ============================================================================== --- branches/experimental/www/firefox35/Makefile Sun Dec 5 08:33:23 2010 (r457) +++ branches/experimental/www/firefox35/Makefile Sun Dec 5 08:34:52 2010 (r458) @@ -2,7 +2,7 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox35/Makefile,v 1.192 2010/06/23 18:21:08 beat Exp $ +# $FreeBSD: ports/www/firefox35/Makefile,v 1.199 2010/12/04 07:33:55 ade Exp $ # PORTNAME= firefox @@ -18,7 +18,7 @@ BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr -USE_AUTOTOOLS= autoconf:213:run +USE_AUTOTOOLS= autoconf213:env LATEST_LINK= firefox35 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty @@ -40,7 +40,7 @@ USE_BZIP2= yes USE_GMAKE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.[6,7].* +CONFLICTS= firefox-3.0.* firefox-3.6* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png @@ -81,7 +81,6 @@ .endif post-extract:: - @(cd ${WRKSRC} && ${AUTOCONF}) @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ <${FILESDIR}/firefox.desktop.in >${WRKDIR}/${MOZILLA}.desktop @@ -100,6 +99,9 @@ s|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/js/src/configure +pre-configure: + @(cd ${WRKSRC} && ${AUTOCONF}) + port-pre-install: # ${SED} -e 's|1.9a7|0|' ${WRKSRC}/dist/bin/application.ini ${FAKEDIR}/lib ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sun Dec 5 08:33:23 2010 (r457) +++ trunk/www/firefox/Makefile Sun Dec 5 08:34:52 2010 (r458) @@ -2,7 +2,7 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox/Makefile,v 1.224 2010/06/23 18:19:08 beat Exp $ +# $FreeBSD: ports/www/firefox/Makefile,v 1.234 2010/12/04 07:33:55 ade Exp $ # PORTNAME= firefox @@ -19,7 +19,7 @@ BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -png -nss -dbm -jpeg -xft -cairo @@ -40,7 +40,7 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.[5,7].* +CONFLICTS= firefox-3.[0,5].* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png Modified: trunk/www/firefox35/Makefile ============================================================================== --- trunk/www/firefox35/Makefile Sun Dec 5 08:33:23 2010 (r457) +++ trunk/www/firefox35/Makefile Sun Dec 5 08:34:52 2010 (r458) @@ -2,7 +2,7 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox35/Makefile,v 1.192 2010/06/23 18:21:08 beat Exp $ +# $FreeBSD: ports/www/firefox35/Makefile,v 1.199 2010/12/04 07:33:55 ade Exp $ # PORTNAME= firefox @@ -18,7 +18,7 @@ BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr -USE_AUTOTOOLS= autoconf:213:run +USE_AUTOTOOLS= autoconf213:env LATEST_LINK= firefox35 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty @@ -40,7 +40,7 @@ USE_BZIP2= yes USE_GMAKE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.[6,7].* +CONFLICTS= firefox-3.0.* firefox-3.6* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png @@ -81,7 +81,6 @@ .endif post-extract:: - @(cd ${WRKSRC} && ${AUTOCONF}) @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ <${FILESDIR}/firefox.desktop.in >${WRKDIR}/${MOZILLA}.desktop @@ -100,6 +99,9 @@ s|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/js/src/configure +pre-configure: + @(cd ${WRKSRC} && ${AUTOCONF}) + port-pre-install: # ${SED} -e 's|1.9a7|0|' ${WRKSRC}/dist/bin/application.ini ${FAKEDIR}/lib ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 5 09:06:13 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F6A7106566C for ; Sun, 5 Dec 2010 09:06:13 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id E0F548FC12 for ; Sun, 5 Dec 2010 09:06:12 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oB596BrX017490 for ; Sun, 5 Dec 2010 09:06:11 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oB5966ej017353 for freebsd-gecko@freebsd.org; Sun, 5 Dec 2010 09:06:06 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 5 Dec 2010 09:06:06 GMT Message-Id: <201012050906.oB5966ej017353@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r459 - branches/experimental/Mk X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2010 09:06:13 -0000 Author: beat Date: Sun Dec 5 09:06:06 2010 New Revision: 459 Log: - Set RUN_DEPENDS if USE_${GECKO}_BUILD is used Modified: branches/experimental/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Sun Dec 5 08:34:52 2010 (r458) +++ branches/experimental/Mk/bsd.gecko.mk Sun Dec 5 09:06:06 2010 (r459) @@ -242,12 +242,10 @@ .if defined(USE_FIREFOX) || defined(USE_FIREFOX_BUILD) # Process USE_FIREFOX_BUILD -.if !defined(USE_FIREFOX) .if defined(USE_FIREFOX_BUILD) USE_FIREFOX:= ${USE_FIREFOX_BUILD} _FIREFOX_BUILD_DEPENDS= yes .endif -.endif _FIREFOX_DEFAULT_VERSION= 36 _FIREFOX_VERSIONS= 36 35 @@ -331,9 +329,8 @@ .if defined(USE_FIREFOX) .if defined(_FIREFOX_BUILD_DEPENDS) BUILD_DEPENDS+= ${${USE_FIREFOX}_DEPENDS} -.else -RUN_DEPENDS+= ${${USE_FIREFOX}_DEPENDS} .endif +RUN_DEPENDS+= ${${USE_FIREFOX}_DEPENDS} .endif .endif # defined(USE_FIREFOX) @@ -343,12 +340,10 @@ .if defined(USE_SEAMONKEY) || defined(USE_SEAMONKEY_BUILD) # Process USE_SEAMONKEY_BUILD -.if !defined(USE_SEAMONKEY) .if defined(USE_SEAMONKEY_BUILD) USE_SEAMONKEY:= ${USE_SEAMONKEY_BUILD} _SEAMONKEY_BUILD_DEPENDS= yes .endif -.endif _SEAMONKEY_DEFAULT_VERSION= 20 _SEAMONKEY_VERSIONS= 11 20 @@ -430,9 +425,8 @@ .if defined(USE_SEAMONKEY) .if defined(_SEAMONKEY_BUILD_DEPENDS) BUILD_DEPENDS+= ${${USE_SEAMONKEY}_DEPENDS} -.else -RUN_DEPENDS+= ${${USE_SEAMONKEY}_DEPENDS} .endif +RUN_DEPENDS+= ${${USE_SEAMONKEY}_DEPENDS} .endif .endif # defined(USE_SEAMONKEY) @@ -442,12 +436,10 @@ .if defined(USE_THUNDERBIRD) || defined(USE_THUNDERBIRD_BUILD) # Process USE_THUNDERBIRD_BUILD -.if !defined(USE_THUNDERBIRD) .if defined(USE_THUNDERBIRD_BUILD) USE_THUNDERBIRD:= ${USE_THUNDERBIRD_BUILD} _THUNDERBIRD_BUILD_DEPENDS= yes .endif -.endif _THUNDERBIRD_DEFAULT_VERSION= 31 _THUNDERBIRD_VERSIONS= 31 30 @@ -529,9 +521,8 @@ .if defined(USE_THUNDERBIRD) .if defined(_THUNDERBIRD_BUILD_DEPENDS) BUILD_DEPENDS+= ${${USE_THUNDERBIRD}_DEPENDS} -.else -RUN_DEPENDS+= ${${USE_THUNDERBIRD}_DEPENDS} .endif +RUN_DEPENDS+= ${${USE_THUNDERBIRD}_DEPENDS} .endif .endif # defined(USE_THUNDERBIRD) From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 5 09:51:29 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E454106566B for ; Sun, 5 Dec 2010 09:51:29 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 062ED8FC12 for ; Sun, 5 Dec 2010 09:51:28 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oB59pRIS016159 for ; Sun, 5 Dec 2010 09:51:27 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oB59pMMp015888 for freebsd-gecko@freebsd.org; Sun, 5 Dec 2010 09:51:22 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 5 Dec 2010 09:51:22 GMT Message-Id: <201012050951.oB59pMMp015888@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r460 - branches/experimental/Mk X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2010 09:51:29 -0000 Author: beat Date: Sun Dec 5 09:51:22 2010 New Revision: 460 Log: - Fix path to SeaMonkey 1.1 executable - Find Firefox 3 version first as Firefox 4 isn't in ports tree yet and produces false positives if installed. Modified: branches/experimental/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Sun Dec 5 09:06:06 2010 (r459) +++ branches/experimental/Mk/bsd.gecko.mk Sun Dec 5 09:51:22 2010 (r460) @@ -287,10 +287,10 @@ .endif # Setting/finding Firefox version we want. -.if exists(${LOCALBASE}/bin/firefox) -_FIREFOX_VER!= ${LOCALBASE}/bin/firefox --version | ${SED} -e 's/Mozilla Firefox \([0-9]\)\.\([0-9]*\).*/\1\2/' -.elif exists(${LOCALBASE}/bin/firefox3) +.if exists(${LOCALBASE}/bin/firefox3) _FIREFOX_VER!= ${LOCALBASE}/bin/firefox3 --version | ${SED} -e 's/Mozilla Firefox \([0-9]\)\.\([0-9]*\).*/\1\2/' +.elif exists(${LOCALBASE}/bin/firefox) +_FIREFOX_VER!= ${LOCALBASE}/bin/firefox --version | ${SED} -e 's/Mozilla Firefox \([0-9]\)\.\([0-9]*\).*/\1\2/' .endif # Check if installed Firefox version matches the wanted one @@ -418,7 +418,7 @@ .endif # Dependence lines for different SeaMonkey versions -11_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +11_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey-bin:${PORTSDIR}/www/seamonkey 20_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey2 # Add dependencies From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 5 15:54:43 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DD7D106566C for ; Sun, 5 Dec 2010 15:54:43 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 7E74A8FC0C for ; Sun, 5 Dec 2010 15:54:41 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oB5FsfFG072898 for ; Sun, 5 Dec 2010 15:54:41 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oB5FsZGe071904 for freebsd-gecko@freebsd.org; Sun, 5 Dec 2010 15:54:35 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 5 Dec 2010 15:54:35 GMT Message-Id: <201012051554.oB5FsZGe071904@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r461 - branches/experimental/www/firefox branches/experimental/www/firefox35 trunk/www/firefox trunk/www/firefox35 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2010 15:54:43 -0000 Author: beat Date: Sun Dec 5 15:54:35 2010 New Revision: 461 Log: - Remove CONFLICTS with Firefox 3.0 which has been removed in June. - Replace CONFLICTS with CONFLICTS_INSTALL. Modified: branches/experimental/www/firefox/Makefile branches/experimental/www/firefox35/Makefile trunk/www/firefox/Makefile trunk/www/firefox35/Makefile Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Sun Dec 5 09:51:22 2010 (r460) +++ branches/experimental/www/firefox/Makefile Sun Dec 5 15:54:35 2010 (r461) @@ -40,7 +40,7 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.[0,5].* +CONFLICTS_INSTALL= firefox-3.5.* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png Modified: branches/experimental/www/firefox35/Makefile ============================================================================== --- branches/experimental/www/firefox35/Makefile Sun Dec 5 09:51:22 2010 (r460) +++ branches/experimental/www/firefox35/Makefile Sun Dec 5 15:54:35 2010 (r461) @@ -40,7 +40,7 @@ USE_BZIP2= yes USE_GMAKE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.0.* firefox-3.6* +CONFLICTS_INSTALL= firefox-3.6* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sun Dec 5 09:51:22 2010 (r460) +++ trunk/www/firefox/Makefile Sun Dec 5 15:54:35 2010 (r461) @@ -40,7 +40,7 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.[0,5].* +CONFLICTS_INSTALL= firefox-3.5.* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png Modified: trunk/www/firefox35/Makefile ============================================================================== --- trunk/www/firefox35/Makefile Sun Dec 5 09:51:22 2010 (r460) +++ trunk/www/firefox35/Makefile Sun Dec 5 15:54:35 2010 (r461) @@ -40,7 +40,7 @@ USE_BZIP2= yes USE_GMAKE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.0.* firefox-3.6* +CONFLICTS_INSTALL= firefox-3.6* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 5 15:56:16 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A61581065672 for ; Sun, 5 Dec 2010 15:56:16 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 272808FC13 for ; Sun, 5 Dec 2010 15:56:15 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oB5FuFwI095786 for ; Sun, 5 Dec 2010 15:56:15 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oB5Fu9QL093032 for freebsd-gecko@freebsd.org; Sun, 5 Dec 2010 15:56:09 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 5 Dec 2010 15:56:09 GMT Message-Id: <201012051556.oB5Fu9QL093032@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r462 - branches/experimental/deskutils/lightning branches/experimental/deskutils/lightning-thunderbird branches/experimental/mail/thunderbird branches/experimental/mail/thunderbird-devel branches/experimental/mail/thunderbird3 branches/experimental/www/seamonkey branches/experimental/www/seamonkey2 branches/experimental/www/seamonkey2-devel trunk/deskutils/lightning trunk/deskutils/lightning-thunderbird trunk/mail/thunderbird trunk/mail/thunderbird3 trunk/www/seamonkey trunk/www/seamonkey2 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2010 15:56:16 -0000 Author: beat Date: Sun Dec 5 15:56:09 2010 New Revision: 462 Log: - Replace CONFLICTS with CONFLICTS_BUILD/CONFLICTS_INSTALL Modified: branches/experimental/deskutils/lightning-thunderbird/Makefile branches/experimental/deskutils/lightning/Makefile branches/experimental/mail/thunderbird-devel/Makefile branches/experimental/mail/thunderbird/Makefile branches/experimental/mail/thunderbird3/Makefile branches/experimental/www/seamonkey/Makefile branches/experimental/www/seamonkey2-devel/Makefile branches/experimental/www/seamonkey2/Makefile trunk/deskutils/lightning-thunderbird/Makefile trunk/deskutils/lightning/Makefile trunk/mail/thunderbird/Makefile trunk/mail/thunderbird3/Makefile trunk/www/seamonkey/Makefile trunk/www/seamonkey2/Makefile Modified: branches/experimental/deskutils/lightning-thunderbird/Makefile ============================================================================== --- branches/experimental/deskutils/lightning-thunderbird/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ branches/experimental/deskutils/lightning-thunderbird/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -18,7 +18,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird -CONFLICTS= spidermonkey-1.[0-7]* +CONFLICTS_BUILD= spidermonkey-1.[0-7]* USE_AUTOTOOLS= autoconf213 libtool ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} Modified: branches/experimental/deskutils/lightning/Makefile ============================================================================== --- branches/experimental/deskutils/lightning/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ branches/experimental/deskutils/lightning/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -18,7 +18,7 @@ OPTIONS+= THUNDERBIRD "Install Thunderbird 3.0" on \ SEAMONKEY "Install SeaMonkey 2.0" off -CONFLICTS= spidermonkey-1.[0-7]* +CONFLICTS_BUILD= spidermonkey-1.[0-7]* USE_AUTOTOOLS= autoconf213 libtool ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} Modified: branches/experimental/mail/thunderbird-devel/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-devel/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ branches/experimental/mail/thunderbird-devel/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -20,7 +20,7 @@ USE_AUTOTOOLS= autoconf:213 LATEST_LINK= thunderbird33 USE_GECKO= gecko -CONFLICTS= thunderbird-3.0* thunderbird-3.1* +CONFLICTS_INSTALL= thunderbird-3.0* thunderbird-3.1* USE_MOZILLA= -png -nss -dbm -jpeg -xft MOZ_TOOLKIT= cairo-gtk2 Modified: branches/experimental/mail/thunderbird/Makefile ============================================================================== --- branches/experimental/mail/thunderbird/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ branches/experimental/mail/thunderbird/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -19,7 +19,7 @@ USE_AUTOTOOLS= autoconf213 USE_GECKO= gecko -CONFLICTS= thunderbird-3.0* +CONFLICTS_INSTALL= thunderbird-3.0* USE_MOZILLA= -png -nss -dbm -jpeg -xft MOZ_TOOLKIT= cairo-gtk2 Modified: branches/experimental/mail/thunderbird3/Makefile ============================================================================== --- branches/experimental/mail/thunderbird3/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ branches/experimental/mail/thunderbird3/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -20,7 +20,7 @@ USE_AUTOTOOLS= autoconf213 LATEST_LINK= thunderbird3 USE_GECKO= gecko -CONFLICTS= thunderbird-3.1* +CONFLICTS_INSTALL= thunderbird-3.1* USE_MOZILLA= -png -nss -dbm -jpeg -xft MOZ_TOOLKIT= cairo-gtk2 Modified: branches/experimental/www/seamonkey/Makefile ============================================================================== --- branches/experimental/www/seamonkey/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ branches/experimental/www/seamonkey/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -16,7 +16,7 @@ COMMENT= The open source, standards compliant web browser DEPRECATED= Upstream support dropped. Please consider using www/seamonkey2 instead. -CONFLICTS= seamonkey-2* +CONFLICTS_INSTALL= seamonkey-2* USE_BZIP2= yes USE_GMAKE= yes USE_GECKO= gecko Modified: branches/experimental/www/seamonkey2-devel/Makefile ============================================================================== --- branches/experimental/www/seamonkey2-devel/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ branches/experimental/www/seamonkey2-devel/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -15,7 +15,8 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser -CONFLICTS= seamonkey-1* seamonkey-2.0* spidermonkey-1.[0-7]* +CONFLICTS_BUILD= spidermonkey-1.[0-7]* +CONFLICTS_INSTALL= seamonkey-1* seamonkey-2.0* LATEST_LINK= seamonkey2-devel USE_BZIP2= yes USE_GMAKE= yes Modified: branches/experimental/www/seamonkey2/Makefile ============================================================================== --- branches/experimental/www/seamonkey2/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ branches/experimental/www/seamonkey2/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -16,7 +16,8 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser -CONFLICTS= seamonkey-1* spidermonkey-1.[0-7]* +CONFLICTS_BUILD= spidermonkey-1.[0-7]* +CONFLICTS_INSTALL= seamonkey-1* LATEST_LINK= seamonkey2 USE_BZIP2= yes USE_GMAKE= yes Modified: trunk/deskutils/lightning-thunderbird/Makefile ============================================================================== --- trunk/deskutils/lightning-thunderbird/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ trunk/deskutils/lightning-thunderbird/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -18,7 +18,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird -CONFLICTS= spidermonkey-1.[0-7]* +CONFLICTS_BUILD= spidermonkey-1.[0-7]* USE_AUTOTOOLS= autoconf213 libtool ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} Modified: trunk/deskutils/lightning/Makefile ============================================================================== --- trunk/deskutils/lightning/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ trunk/deskutils/lightning/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -18,7 +18,7 @@ OPTIONS+= THUNDERBIRD "Install Thunderbird 3.0" on \ SEAMONKEY "Install SeaMonkey 2.0" off -CONFLICTS= spidermonkey-1.[0-7]* +CONFLICTS_BUILD= spidermonkey-1.[0-7]* USE_AUTOTOOLS= autoconf213 libtool ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ trunk/mail/thunderbird/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -19,7 +19,7 @@ USE_AUTOTOOLS= autoconf213 USE_GECKO= gecko -CONFLICTS= thunderbird-3.0* +CONFLICTS_INSTALL= thunderbird-3.0* USE_MOZILLA= -png -nss -dbm -jpeg -xft MOZ_TOOLKIT= cairo-gtk2 Modified: trunk/mail/thunderbird3/Makefile ============================================================================== --- trunk/mail/thunderbird3/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ trunk/mail/thunderbird3/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -20,7 +20,7 @@ USE_AUTOTOOLS= autoconf213 LATEST_LINK= thunderbird3 USE_GECKO= gecko -CONFLICTS= thunderbird-3.1* +CONFLICTS_INSTALL= thunderbird-3.1* USE_MOZILLA= -png -nss -dbm -jpeg -xft MOZ_TOOLKIT= cairo-gtk2 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ trunk/www/seamonkey/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -17,7 +17,7 @@ COMMENT= The open source, standards compliant web browser DEPRECATED= Upstream support dropped. Please consider using www/seamonkey2 instead. -CONFLICTS= seamonkey-2* +CONFLICTS_INSTALL= seamonkey-2* USE_BZIP2= yes USE_GMAKE= yes USE_GECKO= gecko Modified: trunk/www/seamonkey2/Makefile ============================================================================== --- trunk/www/seamonkey2/Makefile Sun Dec 5 15:54:35 2010 (r461) +++ trunk/www/seamonkey2/Makefile Sun Dec 5 15:56:09 2010 (r462) @@ -16,7 +16,8 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser -CONFLICTS= seamonkey-1* spidermonkey-1.[0-7]* +CONFLICTS_BUILD= spidermonkey-1.[0-7]* +CONFLICTS_INSTALL= seamonkey-1* LATEST_LINK= seamonkey2 USE_BZIP2= yes USE_GMAKE= yes From owner-freebsd-gecko@FreeBSD.ORG Mon Dec 6 11:07:17 2010 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63EE410656A6 for ; Mon, 6 Dec 2010 11:07:17 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 51D608FC2C for ; Mon, 6 Dec 2010 11:07:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oB6B7HeX068502 for ; Mon, 6 Dec 2010 11:07:17 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oB6B7GRI068500 for gecko@FreeBSD.org; Mon, 6 Dec 2010 11:07:16 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Dec 2010 11:07:16 GMT Message-Id: <201012061107.oB6B7GRI068500@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gecko@FreeBSD.org Cc: Subject: Current problem reports assigned to gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2010 11:07:17 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/150631 gecko www/firefox 3.6.9 does not build if you have previousl o ports/148475 gecko [patch] Mk/bsd.gecko.mk: use tar(1) for copying trees o ports/146231 gecko [feature request] [patch] www/firefox: use port libs o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order o ports/142807 gecko www/firefox35-i18n does not depend on www/firefox35 5 problems total. From owner-freebsd-gecko@FreeBSD.ORG Tue Dec 7 21:26:11 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92F6410656AA for ; Tue, 7 Dec 2010 21:26:11 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1C08FC1B for ; Tue, 7 Dec 2010 21:26:10 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oB7LQ9su048715 for ; Tue, 7 Dec 2010 21:26:09 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oB7LQ4AM048583 for freebsd-gecko@freebsd.org; Tue, 7 Dec 2010 21:26:04 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 7 Dec 2010 21:26:04 GMT Message-Id: <201012072126.oB7LQ4AM048583@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r463 - branches/experimental/Mk X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2010 21:26:11 -0000 Author: beat Date: Tue Dec 7 21:26:04 2010 New Revision: 463 Log: - Set appropriate version in case of a range - Sync $FreeBSD$ Modified: branches/experimental/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Sun Dec 5 15:56:09 2010 (r462) +++ branches/experimental/Mk/bsd.gecko.mk Tue Dec 7 21:26:04 2010 (r463) @@ -4,7 +4,7 @@ # Date created: 12 Nov 2005 # Whom: Michael Johnson # -# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.20 2010/03/28 06:30:26 dinoex Exp $ +# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.25 2010/11/30 13:03:10 beat Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -303,6 +303,7 @@ .for firefox in ${_FIREFOX_${_MATCHED_FIREFOX_VER}P} .if ${_FIREFOX_VER} == ${firefox} _SUPFIREFOX= yes +USE_FIREFOX= ${_FIREFOX_VER} .endif .endfor .endif @@ -399,6 +400,7 @@ .for seamonkey in ${_SEAMONKEY_${_MATCHED_SEAMONKEY_VER}P} .if ${_SEAMONKEY_VER} == ${seamonkey} _SUPSEAMONKEY= yes +USE_SEAMONKEY= ${_SEAMONKEY_VER} .endif .endfor .endif @@ -495,6 +497,7 @@ .for thunderbird in ${_THUNDERBIRD_${_MATCHED_THUNDERBIRD_VER}P} .if ${_THUNDERBIRD_VER} == ${thunderbird} _SUPTHUNDERBIRD= yes +USE_THUNDERBIRD= ${_THUNDERBIRD_VER} .endif .endfor .endif From owner-freebsd-gecko@FreeBSD.ORG Tue Dec 7 21:51:57 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D661106566C for ; Tue, 7 Dec 2010 21:51:57 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 8145D8FC0C for ; Tue, 7 Dec 2010 21:51:56 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oB7Lpt7U099987 for ; Tue, 7 Dec 2010 21:51:55 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oB7LpojB099360 for freebsd-gecko@freebsd.org; Tue, 7 Dec 2010 21:51:50 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 7 Dec 2010 21:51:50 GMT Message-Id: <201012072151.oB7LpojB099360@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r464 - in branches/experimental/www/seamonkey2-devel: . files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2010 21:51:57 -0000 Author: beat Date: Tue Dec 7 21:51:49 2010 New Revision: 464 Log: - Mark LDAP option as broken until build problem is fixed [1] - Remove check for FreeBSD 6.x Submitted by: Marat N.Afanasyev [1] Deleted: branches/experimental/www/seamonkey2-devel/files/libsydney_oss Modified: branches/experimental/www/seamonkey2-devel/Makefile Modified: branches/experimental/www/seamonkey2-devel/Makefile ============================================================================== --- branches/experimental/www/seamonkey2-devel/Makefile Tue Dec 7 21:26:04 2010 (r463) +++ branches/experimental/www/seamonkey2-devel/Makefile Tue Dec 7 21:51:49 2010 (r464) @@ -63,12 +63,6 @@ .include -.if ${OSVERSION} < 700000 -BROKEN= Does not build -.else -#EXTRA_PATCHES= ${FILESDIR}/libsydney_oss -.endif - MOZSRC:= ${WRKDIR}/comm-central/mozilla WRKSRC= ${WRKDIR}/comm-central @@ -94,6 +88,7 @@ # mail and news desired, but not LDAP .if defined(WITHOUT_LDAP) MOZ_OPTIONS+= --disable-ldap --enable-mailnews +BROKEN= Does not build .else MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif Deleted: branches/experimental/www/seamonkey2-devel/files/libsydney_oss ============================================================================== --- branches/experimental/www/seamonkey2-devel/files/libsydney_oss Tue Dec 7 21:51:49 2010 (r463) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/media/libsydneyaudio/src/Makefile.in.orig 2010-06-10 14:24:56.000000000 +0200 -+++ mozilla/media/libsydneyaudio/src/Makefile.in 2010-07-05 22:06:07.000000000 +0200 -@@ -45,7 +45,7 @@ - LIBRARY_NAME = sydneyaudio - FORCE_STATIC_LIB= 1 - --ifneq (,$(filter DragonFly FreeBSD GNU GNU_% NetBSD OpenBSD,$(OS_ARCH))) -+ifneq (,$(filter DragonFly GNU GNU_% NetBSD OpenBSD,$(OS_ARCH))) - CSRCS = \ - sydney_audio_oss.c \ - $(NULL) From owner-freebsd-gecko@FreeBSD.ORG Tue Dec 7 21:53:05 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 145FB1065674 for ; Tue, 7 Dec 2010 21:53:05 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id A2DF88FC1F for ; Tue, 7 Dec 2010 21:53:04 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oB7Lr31S001902 for ; Tue, 7 Dec 2010 21:53:03 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oB7LqwKV001716 for freebsd-gecko@freebsd.org; Tue, 7 Dec 2010 21:52:58 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 7 Dec 2010 21:52:58 GMT Message-Id: <201012072152.oB7LqwKV001716@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r465 - branches/experimental/www/firefox-devel X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2010 21:53:05 -0000 Author: beat Date: Tue Dec 7 21:52:58 2010 New Revision: 465 Log: - Sync to new bsd.autotools.mk - Remove check for FreeBSD 6.x Modified: branches/experimental/www/firefox-devel/Makefile Modified: branches/experimental/www/firefox-devel/Makefile ============================================================================== --- branches/experimental/www/firefox-devel/Makefile Tue Dec 7 21:51:49 2010 (r464) +++ branches/experimental/www/firefox-devel/Makefile Tue Dec 7 21:52:58 2010 (r465) @@ -18,7 +18,7 @@ BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 LATEST_LINK= firefox-devel USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty @@ -55,10 +55,6 @@ .include -.if ${OSVERSION} < 700000 -BROKEN= Does not build -.endif - WRKSRC:= ${WRKSRC}-central GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} From owner-freebsd-gecko@FreeBSD.ORG Tue Dec 7 21:54:12 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 958D5106564A for ; Tue, 7 Dec 2010 21:54:12 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 2EE058FC1A for ; Tue, 7 Dec 2010 21:54:11 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oB7LsBPo005218 for ; Tue, 7 Dec 2010 21:54:11 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oB7Ls6ul004892 for freebsd-gecko@freebsd.org; Tue, 7 Dec 2010 21:54:06 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 7 Dec 2010 21:54:06 GMT Message-Id: <201012072154.oB7Ls6ul004892@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r466 - branches/experimental/mail/thunderbird-devel X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2010 21:54:12 -0000 Author: beat Date: Tue Dec 7 21:54:05 2010 New Revision: 466 Log: - Sync to new bsd.autotools.mk Modified: branches/experimental/mail/thunderbird-devel/Makefile Modified: branches/experimental/mail/thunderbird-devel/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-devel/Makefile Tue Dec 7 21:52:58 2010 (r465) +++ branches/experimental/mail/thunderbird-devel/Makefile Tue Dec 7 21:54:05 2010 (r466) @@ -17,7 +17,7 @@ BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 LATEST_LINK= thunderbird33 USE_GECKO= gecko CONFLICTS_INSTALL= thunderbird-3.0* thunderbird-3.1* From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 10 11:51:40 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C66011065670 for ; Fri, 10 Dec 2010 11:51:40 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 6ED928FC0C for ; Fri, 10 Dec 2010 11:51:38 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oBABpcT8024707 for ; Fri, 10 Dec 2010 11:51:38 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oBABpWQG022564 for freebsd-gecko@freebsd.org; Fri, 10 Dec 2010 11:51:32 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 10 Dec 2010 11:51:32 GMT Message-Id: <201012101151.oBABpWQG022564@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r467 - in branches/experimental/www: firefox firefox-i18n firefox/files linux-firefox X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 11:51:40 -0000 Author: beat Date: Fri Dec 10 11:51:32 2010 New Revision: 467 Log: - Update to 3.6.13 - Drop MD5 checksums Security: http://www.vuxml.org/freebsd/edef3f2f-82cf-11df-bcce-0018f3e2eb82.html Deleted: branches/experimental/www/firefox/files/patch-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp Modified: branches/experimental/www/firefox-i18n/Makefile branches/experimental/www/firefox-i18n/distinfo branches/experimental/www/firefox/Makefile branches/experimental/www/firefox/distinfo branches/experimental/www/linux-firefox/Makefile branches/experimental/www/linux-firefox/distinfo Modified: branches/experimental/www/firefox-i18n/Makefile ============================================================================== --- branches/experimental/www/firefox-i18n/Makefile Tue Dec 7 21:54:05 2010 (r466) +++ branches/experimental/www/firefox-i18n/Makefile Fri Dec 10 11:51:32 2010 (r467) @@ -6,7 +6,7 @@ # PORTNAME= firefox-i18n -PORTVERSION= 3.6.12 +PORTVERSION= 3.6.13 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: branches/experimental/www/firefox-i18n/distinfo ============================================================================== --- branches/experimental/www/firefox-i18n/distinfo Tue Dec 7 21:54:05 2010 (r466) +++ branches/experimental/www/firefox-i18n/distinfo Fri Dec 10 11:51:32 2010 (r467) @@ -1,219 +1,146 @@ -MD5 (xpi/firefox-i18n-3.6.12/af.xpi) = a9e856f59cc98243bb3427dea7f8203c -SHA256 (xpi/firefox-i18n-3.6.12/af.xpi) = df1fa39aa9acb549367e2bb25c5ecd3369789f55b3f8c6e1153e538dd26bcbc7 -SIZE (xpi/firefox-i18n-3.6.12/af.xpi) = 121612 -MD5 (xpi/firefox-i18n-3.6.12/ar.xpi) = 8f83a7a46e542d9382fbd2276f7715d9 -SHA256 (xpi/firefox-i18n-3.6.12/ar.xpi) = 27a53f07b18addd63d9bfb1374302b3db852c1f65a5b0e6629ff0226b88bf54b -SIZE (xpi/firefox-i18n-3.6.12/ar.xpi) = 132141 -MD5 (xpi/firefox-i18n-3.6.12/as.xpi) = 5e1eff96cab9e696808d2eec169f65a4 -SHA256 (xpi/firefox-i18n-3.6.12/as.xpi) = 87352d356f84e7b15b7f44830b85f465528d2594f882ff371a071280679aad15 -SIZE (xpi/firefox-i18n-3.6.12/as.xpi) = 134300 -MD5 (xpi/firefox-i18n-3.6.12/be.xpi) = fcb558c1ef002ba27cdbfd92eab77113 -SHA256 (xpi/firefox-i18n-3.6.12/be.xpi) = 5b4962c78e37bf710722814052de12304b5a827500dcec53e152eacb36516098 -SIZE (xpi/firefox-i18n-3.6.12/be.xpi) = 122233 -MD5 (xpi/firefox-i18n-3.6.12/bg.xpi) = 5990e51e41d1809f7df568a159d36563 -SHA256 (xpi/firefox-i18n-3.6.12/bg.xpi) = 5611c9dd764b1598108167e3b67b4a1e4023a64f4daa7fa08a52ec2ad46084ef -SIZE (xpi/firefox-i18n-3.6.12/bg.xpi) = 134079 -MD5 (xpi/firefox-i18n-3.6.12/bn-BD.xpi) = 1c157c96503d372352d021cfb4e5a26d -SHA256 (xpi/firefox-i18n-3.6.12/bn-BD.xpi) = 82010955b3d437aa411ecf75c16a08e7a9bcd98bf89172bd26c9d287764362ca -SIZE (xpi/firefox-i18n-3.6.12/bn-BD.xpi) = 141143 -MD5 (xpi/firefox-i18n-3.6.12/bn-IN.xpi) = 228f34463da55cfaf914d6650a3591e3 -SHA256 (xpi/firefox-i18n-3.6.12/bn-IN.xpi) = c217fcf7e64fe9bca982e111889c53e69b50cb85540528232d5d6c66d8af4984 -SIZE (xpi/firefox-i18n-3.6.12/bn-IN.xpi) = 160075 -MD5 (xpi/firefox-i18n-3.6.12/ca.xpi) = ea647ff95e200f4693394ed058ff1511 -SHA256 (xpi/firefox-i18n-3.6.12/ca.xpi) = 75da405c51819b8ec7ae736c42c7cbc1763dc3a6910898bc6178b4a76c1f1b67 -SIZE (xpi/firefox-i18n-3.6.12/ca.xpi) = 127931 -MD5 (xpi/firefox-i18n-3.6.12/cs.xpi) = 7f64b1635d6df2f311a753ab22ed29f9 -SHA256 (xpi/firefox-i18n-3.6.12/cs.xpi) = 2d60d38401123a7ca78a2ee14be64af36a586fe27f3abf696d1b4d7079ee61a5 -SIZE (xpi/firefox-i18n-3.6.12/cs.xpi) = 126738 -MD5 (xpi/firefox-i18n-3.6.12/cy.xpi) = d477ced18456c7fb78b79218035777c0 -SHA256 (xpi/firefox-i18n-3.6.12/cy.xpi) = 3721a93f13e78dbe006db78b125b9161439c77b3384e709f069d36ff49e0e2a3 -SIZE (xpi/firefox-i18n-3.6.12/cy.xpi) = 121948 -MD5 (xpi/firefox-i18n-3.6.12/da.xpi) = 11dac124f5d61dbea85d4de167c455c0 -SHA256 (xpi/firefox-i18n-3.6.12/da.xpi) = b472f5039ff3fbdcb09a09d4d49c3f32527b1b07116bde3acc86c2b9c19c30db -SIZE (xpi/firefox-i18n-3.6.12/da.xpi) = 125591 -MD5 (xpi/firefox-i18n-3.6.12/de.xpi) = e12d3c009a199d3b058454e4f0ea4965 -SHA256 (xpi/firefox-i18n-3.6.12/de.xpi) = 7f5fe32cbd0f09b9921fb75e9a262e10c36e65d0bfa453c87c77b420ae1afcab -SIZE (xpi/firefox-i18n-3.6.12/de.xpi) = 128972 -MD5 (xpi/firefox-i18n-3.6.12/el.xpi) = 70d862d0b3cd88c394af788305dcf3d3 -SHA256 (xpi/firefox-i18n-3.6.12/el.xpi) = 5e4d8056a541ab7b3313f26fc89141e96a72cd183da7dbb123edec974ca79694 -SIZE (xpi/firefox-i18n-3.6.12/el.xpi) = 135350 -MD5 (xpi/firefox-i18n-3.6.12/en-GB.xpi) = 7f884a083e7528799b409d774d5ca9f4 -SHA256 (xpi/firefox-i18n-3.6.12/en-GB.xpi) = f2247e34b2b723a8b55f6ebcd20f3c9f112250b1e469a99ae9c0a699a0db30d1 -SIZE (xpi/firefox-i18n-3.6.12/en-GB.xpi) = 118873 -MD5 (xpi/firefox-i18n-3.6.12/eo.xpi) = be94d4d2e8351050e0dd71ff532334dc -SHA256 (xpi/firefox-i18n-3.6.12/eo.xpi) = 836c901e855cd2e573cd52b2e22a91586bc9d12e554c500a6c63a66b557d6a4b -SIZE (xpi/firefox-i18n-3.6.12/eo.xpi) = 121884 -MD5 (xpi/firefox-i18n-3.6.12/es-AR.xpi) = a328f6f1169be7079ecbd789792bd2b0 -SHA256 (xpi/firefox-i18n-3.6.12/es-AR.xpi) = 788af1fdddcd10a779ba4bcbff7e007b16bd25b45efedd470b9a309bff0d3cd0 -SIZE (xpi/firefox-i18n-3.6.12/es-AR.xpi) = 127797 -MD5 (xpi/firefox-i18n-3.6.12/es-CL.xpi) = 46f68931eb222322666200a397a21fe4 -SHA256 (xpi/firefox-i18n-3.6.12/es-CL.xpi) = 4f395b50694851b32407b4e0e5c95f151d0b736bc9bf98777031f62458169efe -SIZE (xpi/firefox-i18n-3.6.12/es-CL.xpi) = 129489 -MD5 (xpi/firefox-i18n-3.6.12/es-ES.xpi) = 8b136816340f06497380d98e4b57d1f2 -SHA256 (xpi/firefox-i18n-3.6.12/es-ES.xpi) = 11f1e96d3d3ba6111055f5056669981fc40a63d7b2dcd6e0e1268cd636f35a76 -SIZE (xpi/firefox-i18n-3.6.12/es-ES.xpi) = 108668 -MD5 (xpi/firefox-i18n-3.6.12/es-MX.xpi) = 9a06e45201df0219545604c0d43711a8 -SHA256 (xpi/firefox-i18n-3.6.12/es-MX.xpi) = 5fe05a791ffd4478f856de3d1c2bda8e5b9539a84e5e56c796f83cc262e858b9 -SIZE (xpi/firefox-i18n-3.6.12/es-MX.xpi) = 127399 -MD5 (xpi/firefox-i18n-3.6.12/et.xpi) = 2694bb693468b0e297aa05ed99171da5 -SHA256 (xpi/firefox-i18n-3.6.12/et.xpi) = 0eba4f854f55405be60e5307729870d34870769ccf1adf4162e73a141da1ce60 -SIZE (xpi/firefox-i18n-3.6.12/et.xpi) = 127355 -MD5 (xpi/firefox-i18n-3.6.12/eu.xpi) = 8d4589d4e85b92b30bee3a36d7605929 -SHA256 (xpi/firefox-i18n-3.6.12/eu.xpi) = 9f12404a1eb955995fee470627e3925b827ee94a8eec9d0b948fdff6ca7141d6 -SIZE (xpi/firefox-i18n-3.6.12/eu.xpi) = 121852 -MD5 (xpi/firefox-i18n-3.6.12/fa.xpi) = d5004f8616eabfca8ce7093913929057 -SHA256 (xpi/firefox-i18n-3.6.12/fa.xpi) = beb8deb762f7d6937c7618ea9f38663a9b31c0898999353dcd7446ba15b35e2d -SIZE (xpi/firefox-i18n-3.6.12/fa.xpi) = 138477 -MD5 (xpi/firefox-i18n-3.6.12/fi.xpi) = 3539c2245310714e909e56b83c7d66b9 -SHA256 (xpi/firefox-i18n-3.6.12/fi.xpi) = 6d30f2bdbf26f7ae945d159f2904d22b6e29877d02f06029b7fc8f2b1a5334da -SIZE (xpi/firefox-i18n-3.6.12/fi.xpi) = 126795 -MD5 (xpi/firefox-i18n-3.6.12/fr.xpi) = 0cf720e65a672d75c85ec80337ed2f97 -SHA256 (xpi/firefox-i18n-3.6.12/fr.xpi) = f950c4c02b7bc98f0068bede227e0b6e0ae55097571c5d2c564e762f9e74800c -SIZE (xpi/firefox-i18n-3.6.12/fr.xpi) = 128982 -MD5 (xpi/firefox-i18n-3.6.12/fy-NL.xpi) = 8e998d2e80236bbe9722e39b3ab26c9d -SHA256 (xpi/firefox-i18n-3.6.12/fy-NL.xpi) = 318192be926fd699fb9ef2292819fb27e3f662a278c1a41353dba297bec97272 -SIZE (xpi/firefox-i18n-3.6.12/fy-NL.xpi) = 129250 -MD5 (xpi/firefox-i18n-3.6.12/ga-IE.xpi) = ad5fa54233d56ef916c31ee70ac7eaa2 -SHA256 (xpi/firefox-i18n-3.6.12/ga-IE.xpi) = a5557eca0ca811d990459dcdfda045c8d38d017836ef120de415d32ced80024b -SIZE (xpi/firefox-i18n-3.6.12/ga-IE.xpi) = 127752 -MD5 (xpi/firefox-i18n-3.6.12/gl.xpi) = fcdaa9c9e6ab5ce60dc62c966c409b5c -SHA256 (xpi/firefox-i18n-3.6.12/gl.xpi) = 8b5aa716aed2844c9ec758ab23a09bad3c35937be715c4f0ed5cbba211471398 -SIZE (xpi/firefox-i18n-3.6.12/gl.xpi) = 124793 -MD5 (xpi/firefox-i18n-3.6.12/gu-IN.xpi) = c52ce7127303583a98794ac636c02e89 -SHA256 (xpi/firefox-i18n-3.6.12/gu-IN.xpi) = 22b17dfeb20bd3ac38185fa3f14ce065900206cda828643660b89ae84f6c595e -SIZE (xpi/firefox-i18n-3.6.12/gu-IN.xpi) = 146329 -MD5 (xpi/firefox-i18n-3.6.12/he.xpi) = f58157014a2e864f86b1d81dff397d33 -SHA256 (xpi/firefox-i18n-3.6.12/he.xpi) = a915ca9520deba5d89255c4cfaf0fa92f9434ca4c9bbc83e82e6068c73526a24 -SIZE (xpi/firefox-i18n-3.6.12/he.xpi) = 123101 -MD5 (xpi/firefox-i18n-3.6.12/hi-IN.xpi) = cc767c20778217cbc0cc59060f39fec5 -SHA256 (xpi/firefox-i18n-3.6.12/hi-IN.xpi) = 2a36a1727ca50be5ea7a00a402b7ef7c44cb869d0d7a51bf22fef0d47fa8a4ef -SIZE (xpi/firefox-i18n-3.6.12/hi-IN.xpi) = 141884 -MD5 (xpi/firefox-i18n-3.6.12/hr.xpi) = 25ce3827a679913fa7e3be1f15d87dcc -SHA256 (xpi/firefox-i18n-3.6.12/hr.xpi) = a28dabea9aca62f79e47dbd8c41569e961afacf2cccd8c41eba434fe0758e26e -SIZE (xpi/firefox-i18n-3.6.12/hr.xpi) = 127058 -MD5 (xpi/firefox-i18n-3.6.12/hu.xpi) = 83b5a433b653e6e6022b8f8e06d41a13 -SHA256 (xpi/firefox-i18n-3.6.12/hu.xpi) = 811b198720f3c1efa4d666283425fd049138751a354f52cbb9803185654d963b -SIZE (xpi/firefox-i18n-3.6.12/hu.xpi) = 131096 -MD5 (xpi/firefox-i18n-3.6.12/id.xpi) = 361711b116a5d9d68e1ef7aa4ab427c7 -SHA256 (xpi/firefox-i18n-3.6.12/id.xpi) = c0723dfe2e1aaa3d7e51747caa2991eea221ba375c2154129d505993434ea510 -SIZE (xpi/firefox-i18n-3.6.12/id.xpi) = 103924 -MD5 (xpi/firefox-i18n-3.6.12/is.xpi) = 04d96ad34a7eebc3aa6d0dc5faade2e9 -SHA256 (xpi/firefox-i18n-3.6.12/is.xpi) = 04c81296725163d2aa202adb1c378144779354ce89144a7abb263af061066cf2 -SIZE (xpi/firefox-i18n-3.6.12/is.xpi) = 123416 -MD5 (xpi/firefox-i18n-3.6.12/it.xpi) = 48eb2be6089487a5842bc937a9ee8756 -SHA256 (xpi/firefox-i18n-3.6.12/it.xpi) = d8b8af911428cd440826539af729ec85725c0f79cc609052b47c71ae46e1a5b8 -SIZE (xpi/firefox-i18n-3.6.12/it.xpi) = 107942 -MD5 (xpi/firefox-i18n-3.6.12/ja.xpi) = 561eaca03538fc766127264b9d6b9a0a -SHA256 (xpi/firefox-i18n-3.6.12/ja.xpi) = b6774f2c2e694b7b2dedf2564aa84f8976c21cf5e9b0bc98897786296a5d2da5 -SIZE (xpi/firefox-i18n-3.6.12/ja.xpi) = 137022 -MD5 (xpi/firefox-i18n-3.6.12/ka.xpi) = 119b2c3b5822f945a4a1a3f7adae6802 -SHA256 (xpi/firefox-i18n-3.6.12/ka.xpi) = 3900b08ef7980f960655ac4c6f46c334d0cc88cbc3528e6845d2b1636e2fe478 -SIZE (xpi/firefox-i18n-3.6.12/ka.xpi) = 154149 -MD5 (xpi/firefox-i18n-3.6.12/kk.xpi) = da35cad95d3a5bddf448aee9d5a385be -SHA256 (xpi/firefox-i18n-3.6.12/kk.xpi) = 0fd757705869bf1ed665a59b43246b342cbbfc6c40a2ba21c8ae3a1cb8022140 -SIZE (xpi/firefox-i18n-3.6.12/kk.xpi) = 137725 -MD5 (xpi/firefox-i18n-3.6.12/kn.xpi) = d75b4b5eece0d6e3ffe0b375d62dee15 -SHA256 (xpi/firefox-i18n-3.6.12/kn.xpi) = ac9d4d61ae26a9120a15453474ea9858c6f0d77c968ce082f56ec50de0344e79 -SIZE (xpi/firefox-i18n-3.6.12/kn.xpi) = 148705 -MD5 (xpi/firefox-i18n-3.6.12/ko.xpi) = 5a9ce9b90d4db4908be9c9d0a4c4bfdc -SHA256 (xpi/firefox-i18n-3.6.12/ko.xpi) = 7a82ce378bf1130d4dbcb791cffb831bfc46dca7284f1e05ebd5e396d18d0fc0 -SIZE (xpi/firefox-i18n-3.6.12/ko.xpi) = 115699 -MD5 (xpi/firefox-i18n-3.6.12/ku.xpi) = 780eba27ee86aaeb394a8a4262443a49 -SHA256 (xpi/firefox-i18n-3.6.12/ku.xpi) = 1894b772384e45edf7fb89da85f525cbcb73e408063ba75ac4e096762d27be28 -SIZE (xpi/firefox-i18n-3.6.12/ku.xpi) = 130806 -MD5 (xpi/firefox-i18n-3.6.12/lt.xpi) = 3ff978951b66a8c2259dd596ee59234a -SHA256 (xpi/firefox-i18n-3.6.12/lt.xpi) = d2f49367f4a53b3ed436e31502e102d0b6182db63a558a8ed807cc8335e3c78a -SIZE (xpi/firefox-i18n-3.6.12/lt.xpi) = 139716 -MD5 (xpi/firefox-i18n-3.6.12/lv.xpi) = 83bc2e8c22009e2456efdd7d80fbd7e2 -SHA256 (xpi/firefox-i18n-3.6.12/lv.xpi) = 5eeb351d889f2a11e450d5bff9411eda2e8899b63ec3a42ef85ac5bb20d292f6 -SIZE (xpi/firefox-i18n-3.6.12/lv.xpi) = 124804 -MD5 (xpi/firefox-i18n-3.6.12/mk.xpi) = 76df19d4a952b323012b0bd70bd2b341 -SHA256 (xpi/firefox-i18n-3.6.12/mk.xpi) = 23eb0e93f769a9cb4abd658dcf165cd4ed356f648c2aa84b7da3792bda8549aa -SIZE (xpi/firefox-i18n-3.6.12/mk.xpi) = 128273 -MD5 (xpi/firefox-i18n-3.6.12/ml.xpi) = d587942ac2771ec8534125a145a2ada2 -SHA256 (xpi/firefox-i18n-3.6.12/ml.xpi) = fe63487d512d316071291be5df7a2c5d2e4c1caddf65d879dbd63f2b73ce3b7a -SIZE (xpi/firefox-i18n-3.6.12/ml.xpi) = 152203 -MD5 (xpi/firefox-i18n-3.6.12/mr.xpi) = 0700e028d529ee8868f601b8f2cebd30 -SHA256 (xpi/firefox-i18n-3.6.12/mr.xpi) = 0c2da38904d3831fa4174bbd332cab6a79e7af01a89af85e6f12ffad9c98fc9c -SIZE (xpi/firefox-i18n-3.6.12/mr.xpi) = 141156 -MD5 (xpi/firefox-i18n-3.6.12/nb-NO.xpi) = 66e78df39d54b098d6ae77164953615a -SHA256 (xpi/firefox-i18n-3.6.12/nb-NO.xpi) = f047ac20b5f8687d3d04b432ff23b40d5e2a1e7bafc9a639f04ae4136781fe70 -SIZE (xpi/firefox-i18n-3.6.12/nb-NO.xpi) = 124145 -MD5 (xpi/firefox-i18n-3.6.12/nl.xpi) = 85f1c14e0f40ff35ef645bdefbd005ef -SHA256 (xpi/firefox-i18n-3.6.12/nl.xpi) = c338e3dac2664b7e4b6c727ea13707e78602a7f1a6f0a30dffa862df5e5850ef -SIZE (xpi/firefox-i18n-3.6.12/nl.xpi) = 126453 -MD5 (xpi/firefox-i18n-3.6.12/nn-NO.xpi) = 1deb37ad8a067d791dbf741b41f4a07a -SHA256 (xpi/firefox-i18n-3.6.12/nn-NO.xpi) = 94e6fa33be51dd74d3d88f619bcf7240b2264c942e74d8c4ecddecb480bad3e8 -SIZE (xpi/firefox-i18n-3.6.12/nn-NO.xpi) = 125105 -MD5 (xpi/firefox-i18n-3.6.12/oc.xpi) = 012a5e7e046bc8d473294719431fb2ef -SHA256 (xpi/firefox-i18n-3.6.12/oc.xpi) = 138f49c5e6cf9eebbea3ce6261262b293d6ca1a3ce096fe1db7089e09c6e10a3 -SIZE (xpi/firefox-i18n-3.6.12/oc.xpi) = 108301 -MD5 (xpi/firefox-i18n-3.6.12/or.xpi) = 486ed3eb31fa3c80df7eb3425c052d9d -SHA256 (xpi/firefox-i18n-3.6.12/or.xpi) = c70d180011e38fbe5844acb063cc2a629872cba19dc2242bb62caad4191a2a21 -SIZE (xpi/firefox-i18n-3.6.12/or.xpi) = 142483 -MD5 (xpi/firefox-i18n-3.6.12/pa-IN.xpi) = 4faac1d8c90e47c7f8ec157030648163 -SHA256 (xpi/firefox-i18n-3.6.12/pa-IN.xpi) = b5d54714cdf7df69eeec6157c097c16d3a0920b5d6cf760913bc3147c96cca3b -SIZE (xpi/firefox-i18n-3.6.12/pa-IN.xpi) = 142175 -MD5 (xpi/firefox-i18n-3.6.12/pl.xpi) = af19a2646c97ec9ad8b7b8c51ce4b73c -SHA256 (xpi/firefox-i18n-3.6.12/pl.xpi) = 2609e0b11835b8270ed2f4cf187b81d7200a777475f9bb5465f2087e78b3f4ae -SIZE (xpi/firefox-i18n-3.6.12/pl.xpi) = 131068 -MD5 (xpi/firefox-i18n-3.6.12/pt-BR.xpi) = d9fe3b2fd45812e5943f81955dfeaadb -SHA256 (xpi/firefox-i18n-3.6.12/pt-BR.xpi) = e3ef1e2f52c0d6aa26be5cd256fd959510754fd87630d244fd3152ef2d57f9a1 -SIZE (xpi/firefox-i18n-3.6.12/pt-BR.xpi) = 125412 -MD5 (xpi/firefox-i18n-3.6.12/pt-PT.xpi) = d97b22feaf13ed10c0138d36cc6daf91 -SHA256 (xpi/firefox-i18n-3.6.12/pt-PT.xpi) = 71e7e0fb9bd29ac4b7d3ae1371ec6352bdb96c979f30f53c2153c5e81adc7898 -SIZE (xpi/firefox-i18n-3.6.12/pt-PT.xpi) = 125421 -MD5 (xpi/firefox-i18n-3.6.12/rm.xpi) = 9281119378989b44a6d86de26d605cd8 -SHA256 (xpi/firefox-i18n-3.6.12/rm.xpi) = 5ec0d76ce581d45ecbad8efdf29715bc9afc361901ca29273d2c1d418996029f -SIZE (xpi/firefox-i18n-3.6.12/rm.xpi) = 127452 -MD5 (xpi/firefox-i18n-3.6.12/ro.xpi) = cb610ceb92be6f08d8399652a4aa6159 -SHA256 (xpi/firefox-i18n-3.6.12/ro.xpi) = 8449e8ba71693bf9431dedabb5dd311b1923689dc53f3440bc4c9afe798674cd -SIZE (xpi/firefox-i18n-3.6.12/ro.xpi) = 128706 -MD5 (xpi/firefox-i18n-3.6.12/ru.xpi) = e5c26bc98613399efbc6c336746c6fa2 -SHA256 (xpi/firefox-i18n-3.6.12/ru.xpi) = 6ef2f315560ce9a23a12d7bfa668b3cfe226dc3c4ddd29cc39b4f96f29a55796 -SIZE (xpi/firefox-i18n-3.6.12/ru.xpi) = 124876 -MD5 (xpi/firefox-i18n-3.6.12/si.xpi) = af6678e87cb26a59415e9ed311874ad1 -SHA256 (xpi/firefox-i18n-3.6.12/si.xpi) = a0f046ce56f2501a0d9549462bdf3d50ad5d59941194972795018d77d3d102a3 -SIZE (xpi/firefox-i18n-3.6.12/si.xpi) = 142187 -MD5 (xpi/firefox-i18n-3.6.12/sk.xpi) = 7dc8ea6fb9ba15c5ee366c9a93a31087 -SHA256 (xpi/firefox-i18n-3.6.12/sk.xpi) = 1561d547da745f82ef91af1334d62545311bc8ecd3adcd928ffa5c38afcacbe7 -SIZE (xpi/firefox-i18n-3.6.12/sk.xpi) = 131158 -MD5 (xpi/firefox-i18n-3.6.12/sl.xpi) = 1bbe680ce6af3e196a35622deb6a9de5 -SHA256 (xpi/firefox-i18n-3.6.12/sl.xpi) = 9ed5d75e5c52d0a92c366d5ee630148a7c5da357d29514fe90db6cbd1ccf64eb -SIZE (xpi/firefox-i18n-3.6.12/sl.xpi) = 124289 -MD5 (xpi/firefox-i18n-3.6.12/sq.xpi) = e031a4ccb6b0fe4272c666a0162df7e3 -SHA256 (xpi/firefox-i18n-3.6.12/sq.xpi) = 6b8b4854b55830915fa15a3b85ef229e7f58f43a342235f6504bd25bd066629f -SIZE (xpi/firefox-i18n-3.6.12/sq.xpi) = 121343 -MD5 (xpi/firefox-i18n-3.6.12/sr.xpi) = 6f6b27a57e21b7f1130edc6e687b75b7 -SHA256 (xpi/firefox-i18n-3.6.12/sr.xpi) = 3151561c37a8bc1337e41bf683d546c7803419d13064b4a086340319f8bdba79 -SIZE (xpi/firefox-i18n-3.6.12/sr.xpi) = 135961 -MD5 (xpi/firefox-i18n-3.6.12/sv-SE.xpi) = c6e5c90dce8f3d80c2443b25ba75ea7e -SHA256 (xpi/firefox-i18n-3.6.12/sv-SE.xpi) = c7fa29a110ffe28519cc54fbd4752d72ca84f91c61b480b4ce196da778fe67f7 -SIZE (xpi/firefox-i18n-3.6.12/sv-SE.xpi) = 128435 -MD5 (xpi/firefox-i18n-3.6.12/ta-LK.xpi) = 4a01b86c74ec94abbd44d15a6c1003e2 -SHA256 (xpi/firefox-i18n-3.6.12/ta-LK.xpi) = e4be8b5a7ea45b36b2ed838ad3e7bcd05e4d4b0c2af350554926b9f583cca675 -SIZE (xpi/firefox-i18n-3.6.12/ta-LK.xpi) = 149288 -MD5 (xpi/firefox-i18n-3.6.12/ta.xpi) = dade5a4e6ef7357b83e38b693b88bfd7 -SHA256 (xpi/firefox-i18n-3.6.12/ta.xpi) = b8129ce2df6394f898b3d90a1c5d25cb9fac840003326d8f7cb5d96c2d9ebe33 -SIZE (xpi/firefox-i18n-3.6.12/ta.xpi) = 137229 -MD5 (xpi/firefox-i18n-3.6.12/te.xpi) = 419c7f1e940730ac5a8cc353a923e09f -SHA256 (xpi/firefox-i18n-3.6.12/te.xpi) = 824f3fd6d9c3fe50e06369809e685f3c90dd95ce80e4fe48faf6c7ca9c3d5e66 -SIZE (xpi/firefox-i18n-3.6.12/te.xpi) = 147903 -MD5 (xpi/firefox-i18n-3.6.12/th.xpi) = 6f5d52f68051c1635d919e22a2666798 -SHA256 (xpi/firefox-i18n-3.6.12/th.xpi) = 4c6911719e56dd77de733e27cbcc5fc6366eb6f66a056ea352be1fae5a8ba9aa -SIZE (xpi/firefox-i18n-3.6.12/th.xpi) = 134372 -MD5 (xpi/firefox-i18n-3.6.12/tr.xpi) = 6faa1dfd7f7230c7b88970e924b6f2d8 -SHA256 (xpi/firefox-i18n-3.6.12/tr.xpi) = 6fdefc7df8b6d68a9694d6a1f15c598f0fa43e3c7ded990bbf2a6b3c9461e318 -SIZE (xpi/firefox-i18n-3.6.12/tr.xpi) = 125377 -MD5 (xpi/firefox-i18n-3.6.12/uk.xpi) = 936ebaf3ba6ead7707efc26a84806afb -SHA256 (xpi/firefox-i18n-3.6.12/uk.xpi) = abf5fb4b5f0726a39fd52f2d6b707508cd7387beb0c0a002b53088a71516177b -SIZE (xpi/firefox-i18n-3.6.12/uk.xpi) = 143203 -MD5 (xpi/firefox-i18n-3.6.12/vi.xpi) = dd1ff50cda4d629459120f077f596483 -SHA256 (xpi/firefox-i18n-3.6.12/vi.xpi) = 6e92da0760ca18e358206558582cb743700db48fdbe6b689411162f6117ea1c5 -SIZE (xpi/firefox-i18n-3.6.12/vi.xpi) = 129024 -MD5 (xpi/firefox-i18n-3.6.12/zh-CN.xpi) = 5563b66dd73b9ad3abb0b7f406ecc3bb -SHA256 (xpi/firefox-i18n-3.6.12/zh-CN.xpi) = 9958101e15c796ae8fe1d084dbd24e3d04ea21a0328a3f0c319747a17534a988 -SIZE (xpi/firefox-i18n-3.6.12/zh-CN.xpi) = 127094 -MD5 (xpi/firefox-i18n-3.6.12/zh-TW.xpi) = ab1500dd405915d799026cc455a2bf29 -SHA256 (xpi/firefox-i18n-3.6.12/zh-TW.xpi) = f04d2df9c10418c9ad7651d07ed9eedaf95d3d27e5f69e949baba933b66382d6 -SIZE (xpi/firefox-i18n-3.6.12/zh-TW.xpi) = 128400 +SHA256 (xpi/firefox-i18n-3.6.13/af.xpi) = 04d9cc80be553f84635808ca4fbcb6432b1d2005d490094ceded53ec11117dc1 +SIZE (xpi/firefox-i18n-3.6.13/af.xpi) = 121613 +SHA256 (xpi/firefox-i18n-3.6.13/ar.xpi) = 636d4290a77a474220a78d1395049a9f9008e54d7965e1889f5f0b750b4f81e6 +SIZE (xpi/firefox-i18n-3.6.13/ar.xpi) = 132117 +SHA256 (xpi/firefox-i18n-3.6.13/as.xpi) = b07f7236dc4b9742a244809e959c1d95d830296aeec0c3d7ae2a0937e9315d6b +SIZE (xpi/firefox-i18n-3.6.13/as.xpi) = 134263 +SHA256 (xpi/firefox-i18n-3.6.13/be.xpi) = 900220c777328301c0122b48b0af5b0bdd7494bf7bf575794e6bc5622d729708 +SIZE (xpi/firefox-i18n-3.6.13/be.xpi) = 122231 +SHA256 (xpi/firefox-i18n-3.6.13/bg.xpi) = 8e42369967661f0a3a099614a7ff51e521baea74de98dc404c1754211f517048 +SIZE (xpi/firefox-i18n-3.6.13/bg.xpi) = 134072 +SHA256 (xpi/firefox-i18n-3.6.13/bn-BD.xpi) = fd29805ed1851a734b5e11023429e9a740783e0e96d9351bfbb77cbd7150fe30 +SIZE (xpi/firefox-i18n-3.6.13/bn-BD.xpi) = 141147 +SHA256 (xpi/firefox-i18n-3.6.13/bn-IN.xpi) = 109fc889c84cfeb0cdae6075ae104fb032b4519850cc26ed87e4b4979b6874c8 +SIZE (xpi/firefox-i18n-3.6.13/bn-IN.xpi) = 160070 +SHA256 (xpi/firefox-i18n-3.6.13/ca.xpi) = 0edceed6c7b93d947f148b6f024adb7aed21eb1712c0935ae417c04e3a6a2f0a +SIZE (xpi/firefox-i18n-3.6.13/ca.xpi) = 127932 +SHA256 (xpi/firefox-i18n-3.6.13/cs.xpi) = f0abd6aed216b88962896dc59a45cd49192f19b5cbe9e217a7a6b3f2eecae057 +SIZE (xpi/firefox-i18n-3.6.13/cs.xpi) = 126726 +SHA256 (xpi/firefox-i18n-3.6.13/cy.xpi) = c808f04ac9cd3f41e4618c168f94cbb3573555302a606462745deabc00ceaee4 +SIZE (xpi/firefox-i18n-3.6.13/cy.xpi) = 121982 +SHA256 (xpi/firefox-i18n-3.6.13/da.xpi) = fba5ba84a0beeed7aeaee18d58dad30f1be329b8e9581e32114c05343c97ea5a +SIZE (xpi/firefox-i18n-3.6.13/da.xpi) = 125615 +SHA256 (xpi/firefox-i18n-3.6.13/de.xpi) = b71d74588802554b4823f1b701fddfedf4a57183e925660ebaec656af4a83b9c +SIZE (xpi/firefox-i18n-3.6.13/de.xpi) = 128972 +SHA256 (xpi/firefox-i18n-3.6.13/el.xpi) = 03def382ecba187070ac95f476bb595eecc907e7559d68a3770e08c366bd59ee +SIZE (xpi/firefox-i18n-3.6.13/el.xpi) = 135215 +SHA256 (xpi/firefox-i18n-3.6.13/en-GB.xpi) = ad12f3970269d20256ed1245dc9a64c1813cacd33b4e1d3a0900b809baabb18e +SIZE (xpi/firefox-i18n-3.6.13/en-GB.xpi) = 119228 +SHA256 (xpi/firefox-i18n-3.6.13/eo.xpi) = fb256250e57dac1698cf6f70a40c37361c1c4696cb0c8939972bdfa7b1afe7fc +SIZE (xpi/firefox-i18n-3.6.13/eo.xpi) = 121854 +SHA256 (xpi/firefox-i18n-3.6.13/es-AR.xpi) = f60a9006bddc02f9e02184ef7ce5ae45cc079d28c1fa9c1824d8029dfc08d6c7 +SIZE (xpi/firefox-i18n-3.6.13/es-AR.xpi) = 127824 +SHA256 (xpi/firefox-i18n-3.6.13/es-CL.xpi) = c3ab0dbbe00bc1f4969dc8fcdba0809fc2ca91b25c65acb58ae3bb13d217ebc4 +SIZE (xpi/firefox-i18n-3.6.13/es-CL.xpi) = 129470 +SHA256 (xpi/firefox-i18n-3.6.13/es-ES.xpi) = 9b0d8bafd9b723abb1083107861d62b4e95e149f8b8c1aed5170f61b0819d439 +SIZE (xpi/firefox-i18n-3.6.13/es-ES.xpi) = 108703 +SHA256 (xpi/firefox-i18n-3.6.13/es-MX.xpi) = 269476d3bf5a425e34149e58d434f109a3aac1a3f16c782597ca51b7bd160e44 +SIZE (xpi/firefox-i18n-3.6.13/es-MX.xpi) = 127398 +SHA256 (xpi/firefox-i18n-3.6.13/et.xpi) = 7a15b05df5c0e6c9451025a55ef7578905a3a70755f2b9b98fb5ac564fc8d7d3 +SIZE (xpi/firefox-i18n-3.6.13/et.xpi) = 127368 +SHA256 (xpi/firefox-i18n-3.6.13/eu.xpi) = 88dcb6dd862fab6e2f48200c413ef859290b18407abde7540e44cc53567fbd9c +SIZE (xpi/firefox-i18n-3.6.13/eu.xpi) = 121856 +SHA256 (xpi/firefox-i18n-3.6.13/fa.xpi) = 7825e74985e4ac67c857ce6f9e5b51e4e8077765891a53cb1fc487ee5778e7db +SIZE (xpi/firefox-i18n-3.6.13/fa.xpi) = 138376 +SHA256 (xpi/firefox-i18n-3.6.13/fi.xpi) = 71d81ecbe7f11231a390c21e217ad750c2caef7ddfafc7c165d4369da6a1b417 +SIZE (xpi/firefox-i18n-3.6.13/fi.xpi) = 126793 +SHA256 (xpi/firefox-i18n-3.6.13/fr.xpi) = 5324702f7f2b083d6a0ee9fd0bae61ea30fffa9463da651dc54d7d62fa46dfc1 +SIZE (xpi/firefox-i18n-3.6.13/fr.xpi) = 128990 +SHA256 (xpi/firefox-i18n-3.6.13/fy-NL.xpi) = 0fe1cd7af910de1b6592e92e320b436da9370832d9bbb7691eb1664c3650667e +SIZE (xpi/firefox-i18n-3.6.13/fy-NL.xpi) = 129159 +SHA256 (xpi/firefox-i18n-3.6.13/ga-IE.xpi) = 0b6d8051e096a3d92393ad55c19d65c24f68211cb8a999be64cdd929c2391826 +SIZE (xpi/firefox-i18n-3.6.13/ga-IE.xpi) = 127774 +SHA256 (xpi/firefox-i18n-3.6.13/gl.xpi) = 613a896fcf83734efa867980426f6991bfe8cd94c54f994ea1efcab5bf9c250c +SIZE (xpi/firefox-i18n-3.6.13/gl.xpi) = 124798 +SHA256 (xpi/firefox-i18n-3.6.13/gu-IN.xpi) = fbd02b20e89025cbc2bc28ca88b09ae5588b126a4d64bd62365cee6c373c9bc2 +SIZE (xpi/firefox-i18n-3.6.13/gu-IN.xpi) = 146318 +SHA256 (xpi/firefox-i18n-3.6.13/he.xpi) = ce2237903dbb69c3bc41abfd4923bef5207780287427f2b25c52b3937198eb0c +SIZE (xpi/firefox-i18n-3.6.13/he.xpi) = 123104 +SHA256 (xpi/firefox-i18n-3.6.13/hi-IN.xpi) = 0231bb4aaf69a69a9bc44e1ced15140c0f60e14aad74dd6430ff67e75c87b7d2 +SIZE (xpi/firefox-i18n-3.6.13/hi-IN.xpi) = 141921 +SHA256 (xpi/firefox-i18n-3.6.13/hr.xpi) = 0ee01acf060e89f4e94fae693906ccd80b83eb3034fe5f07871b9c639fb9cca3 +SIZE (xpi/firefox-i18n-3.6.13/hr.xpi) = 127046 +SHA256 (xpi/firefox-i18n-3.6.13/hu.xpi) = dfcab314f58217248b33ddc01a2a161874b5999e018103f448cda1afff5d1189 +SIZE (xpi/firefox-i18n-3.6.13/hu.xpi) = 131129 +SHA256 (xpi/firefox-i18n-3.6.13/id.xpi) = 51bac9f686628805b4c234b7007560f14b41b8d9a005a2025ca4284e1d4ea5a0 +SIZE (xpi/firefox-i18n-3.6.13/id.xpi) = 103928 +SHA256 (xpi/firefox-i18n-3.6.13/is.xpi) = 1760cd0efed7a5dd6cb00d684ba3009370c4d234e8efe7baedf924d767a4a967 +SIZE (xpi/firefox-i18n-3.6.13/is.xpi) = 123338 +SHA256 (xpi/firefox-i18n-3.6.13/it.xpi) = ceca5bb87782f5a6805e4501f25f6ea8a1e8525fc777a847eae2b43e3e9c7557 +SIZE (xpi/firefox-i18n-3.6.13/it.xpi) = 107935 +SHA256 (xpi/firefox-i18n-3.6.13/ja.xpi) = f40df9c92000f43737a55d6240246c90bbe95d03b096870748f7d05b3b5766f3 +SIZE (xpi/firefox-i18n-3.6.13/ja.xpi) = 137042 +SHA256 (xpi/firefox-i18n-3.6.13/ka.xpi) = 85be28e78fb97f60e4b505dcb06e12bc1fb93704d056701978853a028160b50f +SIZE (xpi/firefox-i18n-3.6.13/ka.xpi) = 154121 +SHA256 (xpi/firefox-i18n-3.6.13/kk.xpi) = ff772b83e1ae3df9b43b6ea702cc4310b0aef96cf580ecf5e5297628bfcd1adf +SIZE (xpi/firefox-i18n-3.6.13/kk.xpi) = 137758 +SHA256 (xpi/firefox-i18n-3.6.13/kn.xpi) = 519007ab568a73cb6f500cae000d8339d416e3627ed27a152c314108bfd225f2 +SIZE (xpi/firefox-i18n-3.6.13/kn.xpi) = 148747 +SHA256 (xpi/firefox-i18n-3.6.13/ko.xpi) = a5ffdb0e27fd848bb798be0e6fa088fed0b3518129c3d2666ec25493ab0d752b +SIZE (xpi/firefox-i18n-3.6.13/ko.xpi) = 115704 +SHA256 (xpi/firefox-i18n-3.6.13/ku.xpi) = 451869f18cc3e443db8decfc9838b036262561fd8124917cc7028d5186040e92 +SIZE (xpi/firefox-i18n-3.6.13/ku.xpi) = 130806 +SHA256 (xpi/firefox-i18n-3.6.13/lt.xpi) = 07447ea5a876c78b3d41e08c94022acd686fc70e81cd5a7339a09afea094a035 +SIZE (xpi/firefox-i18n-3.6.13/lt.xpi) = 139683 +SHA256 (xpi/firefox-i18n-3.6.13/lv.xpi) = 9f4cd563e703f18d870e5684ae44f1ef59f636c044d1cb000a055586dbfc760e +SIZE (xpi/firefox-i18n-3.6.13/lv.xpi) = 124804 +SHA256 (xpi/firefox-i18n-3.6.13/mk.xpi) = 4297aa9f42d205f6666105619c6c2ced1ad687b9dd980849f5d672e21af21421 +SIZE (xpi/firefox-i18n-3.6.13/mk.xpi) = 128271 +SHA256 (xpi/firefox-i18n-3.6.13/ml.xpi) = 9734fb8926734d91dc77b6976f598d8f7804cc295ba36c9bdb14cf1bfe085e6e +SIZE (xpi/firefox-i18n-3.6.13/ml.xpi) = 152202 +SHA256 (xpi/firefox-i18n-3.6.13/mr.xpi) = f9901bba586377e90086d93320e845d4179c81097887c68e458d29fd934fde12 +SIZE (xpi/firefox-i18n-3.6.13/mr.xpi) = 141149 +SHA256 (xpi/firefox-i18n-3.6.13/nb-NO.xpi) = 7c60e8a2e0123dd081c0e9890292d4a9020eee7d4d34aa26f7a51f181e958f6f +SIZE (xpi/firefox-i18n-3.6.13/nb-NO.xpi) = 124100 +SHA256 (xpi/firefox-i18n-3.6.13/nl.xpi) = 2eee7d8cda261a7113acb5ceafe6186afd4e248c38dd87c1373bf7eb5f6d0916 +SIZE (xpi/firefox-i18n-3.6.13/nl.xpi) = 126412 +SHA256 (xpi/firefox-i18n-3.6.13/nn-NO.xpi) = 376f5149514efb36eeddba0dc8b0557da60475bd57ded480eda6f31ff163eec6 +SIZE (xpi/firefox-i18n-3.6.13/nn-NO.xpi) = 125104 +SHA256 (xpi/firefox-i18n-3.6.13/oc.xpi) = 4c159085069764be3c5f100593ac3b3b5eab9c9d90763fb45fd81957da72a04c +SIZE (xpi/firefox-i18n-3.6.13/oc.xpi) = 108343 +SHA256 (xpi/firefox-i18n-3.6.13/or.xpi) = d89ebf679add3281f0edbec9d94f75e0b5b7d92c8e551b7537282a3f736c5f3e +SIZE (xpi/firefox-i18n-3.6.13/or.xpi) = 142522 +SHA256 (xpi/firefox-i18n-3.6.13/pa-IN.xpi) = b9e2609beb12bb155e5da70151c9d1e360cbb22180abf3735a55ed3ec2512097 +SIZE (xpi/firefox-i18n-3.6.13/pa-IN.xpi) = 142078 +SHA256 (xpi/firefox-i18n-3.6.13/pl.xpi) = 391bc5f105d15cebbf3e700935a979ad61b16ecbc1beb6b5a90245fd2596bb5b +SIZE (xpi/firefox-i18n-3.6.13/pl.xpi) = 131057 +SHA256 (xpi/firefox-i18n-3.6.13/pt-BR.xpi) = 56458e4ffb952a1f575ec101ba90642e0550d9a9dcae3fe06c8e89ab2780cfe0 +SIZE (xpi/firefox-i18n-3.6.13/pt-BR.xpi) = 125432 +SHA256 (xpi/firefox-i18n-3.6.13/pt-PT.xpi) = 905c2ac1b7ea1ebeaf46787e7efde96d42daec04359746764b8161fa00b474fb +SIZE (xpi/firefox-i18n-3.6.13/pt-PT.xpi) = 125389 +SHA256 (xpi/firefox-i18n-3.6.13/rm.xpi) = cd14ae20680b88700969492205014ada1cf668af325753d49b9008e623717b4a +SIZE (xpi/firefox-i18n-3.6.13/rm.xpi) = 127422 +SHA256 (xpi/firefox-i18n-3.6.13/ro.xpi) = 2da79bbde01851f4a10f5d4dab33e3fd0c893ef1c88bb0f0a89a8d710a04ad95 +SIZE (xpi/firefox-i18n-3.6.13/ro.xpi) = 128737 +SHA256 (xpi/firefox-i18n-3.6.13/ru.xpi) = 07ad3fdc8654d244061c2a9b383909e51ec984c8f56a42e2347229e43805ab61 +SIZE (xpi/firefox-i18n-3.6.13/ru.xpi) = 124791 +SHA256 (xpi/firefox-i18n-3.6.13/si.xpi) = f6ebcb474f2cf5358699c88ba722d2f7ba936c0d721850e439c02159bebcff56 +SIZE (xpi/firefox-i18n-3.6.13/si.xpi) = 142228 +SHA256 (xpi/firefox-i18n-3.6.13/sk.xpi) = b241482d36732acfefac6fc72341e65fe4deba7b227787ad92025905f2587eee +SIZE (xpi/firefox-i18n-3.6.13/sk.xpi) = 131177 +SHA256 (xpi/firefox-i18n-3.6.13/sl.xpi) = 1ab4b0d20042c1074445489bcc6b51132c5821771599c8443d1bf07f04b29ffb +SIZE (xpi/firefox-i18n-3.6.13/sl.xpi) = 124317 +SHA256 (xpi/firefox-i18n-3.6.13/sq.xpi) = f6560cdd12f165580ee4504737de1b29c36dba5088c4116ac57057eb13988d3e +SIZE (xpi/firefox-i18n-3.6.13/sq.xpi) = 121321 +SHA256 (xpi/firefox-i18n-3.6.13/sr.xpi) = 767b319049172b2b8762d799f0f06ee2e77976024ff610c0937bdc1914d529c7 +SIZE (xpi/firefox-i18n-3.6.13/sr.xpi) = 135917 +SHA256 (xpi/firefox-i18n-3.6.13/sv-SE.xpi) = 02f38da0b9effc8e603a75cebc8763ddd9c8834cceb852f209e611fb478906fb +SIZE (xpi/firefox-i18n-3.6.13/sv-SE.xpi) = 128407 +SHA256 (xpi/firefox-i18n-3.6.13/ta-LK.xpi) = 8d0d494e16e3db01cd525836ce75f3567b96e3920d0a307710fd4ff9b14debd9 +SIZE (xpi/firefox-i18n-3.6.13/ta-LK.xpi) = 149284 +SHA256 (xpi/firefox-i18n-3.6.13/ta.xpi) = 9485d70531451daf7b408076c9be0c1eda24e70ed8693b18ed02b54446e70e15 +SIZE (xpi/firefox-i18n-3.6.13/ta.xpi) = 137239 +SHA256 (xpi/firefox-i18n-3.6.13/te.xpi) = 92249d374dad37fa81695e300d2a012eb5edbe74852ed307b6c7fd94eba5955e +SIZE (xpi/firefox-i18n-3.6.13/te.xpi) = 147867 +SHA256 (xpi/firefox-i18n-3.6.13/th.xpi) = 1bf33c3ce831ff9d803faff0e0ae3e1fdc44a4a916f9c5b52e6c3a386a411e34 +SIZE (xpi/firefox-i18n-3.6.13/th.xpi) = 134363 +SHA256 (xpi/firefox-i18n-3.6.13/tr.xpi) = fdae0169b32697204de2e09a041a16edf598af803c2baca4251633b84797059d +SIZE (xpi/firefox-i18n-3.6.13/tr.xpi) = 125409 +SHA256 (xpi/firefox-i18n-3.6.13/uk.xpi) = 75b22763798e6089bc76c0ab27c0126edcf7614d2516ee2c96aa98c94d1eed48 +SIZE (xpi/firefox-i18n-3.6.13/uk.xpi) = 143185 +SHA256 (xpi/firefox-i18n-3.6.13/vi.xpi) = 0daefe04fee36dad427086c97cd2a564415db78da492afabee3b49db34d8451f +SIZE (xpi/firefox-i18n-3.6.13/vi.xpi) = 129058 +SHA256 (xpi/firefox-i18n-3.6.13/zh-CN.xpi) = 6b3c07d1959c4c077de097f9390f225fee1fe6ccb4bef4613ca995eb435874e1 +SIZE (xpi/firefox-i18n-3.6.13/zh-CN.xpi) = 127091 +SHA256 (xpi/firefox-i18n-3.6.13/zh-TW.xpi) = 278873d8e31cbf50a5de3b7c7d2c42f9ed394cd93c30d89f5cbebf6e97686e11 +SIZE (xpi/firefox-i18n-3.6.13/zh-TW.xpi) = 128550 Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Tue Dec 7 21:54:05 2010 (r466) +++ branches/experimental/www/firefox/Makefile Fri Dec 10 11:51:32 2010 (r467) @@ -6,8 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 3.6.12 -PORTREVISION= 1 +DISTVERSION= 3.6.13 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} Modified: branches/experimental/www/firefox/distinfo ============================================================================== --- branches/experimental/www/firefox/distinfo Tue Dec 7 21:54:05 2010 (r466) +++ branches/experimental/www/firefox/distinfo Fri Dec 10 11:51:32 2010 (r467) @@ -1,3 +1,2 @@ -MD5 (firefox-3.6.12.source.tar.bz2) = 80f4d83f23a7c45fc3f1904964ea2a5a -SHA256 (firefox-3.6.12.source.tar.bz2) = dd478c653070f451b76befc798cfa1d6b61745d8badf831a3bae453c32e68c2d -SIZE (firefox-3.6.12.source.tar.bz2) = 51423668 +SHA256 (firefox-3.6.13.source.tar.bz2) = 4b90775c0f29cb7e170a80894311d8c7a2cd794c50e2124b70d1b83011c45f63 +SIZE (firefox-3.6.13.source.tar.bz2) = 51478675 Deleted: branches/experimental/www/firefox/files/patch-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp ============================================================================== --- branches/experimental/www/firefox/files/patch-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp Fri Dec 10 11:51:32 2010 (r466) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,20 +0,0 @@ ---- xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp.orig -+++ xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp -@@ -633,10 +633,17 @@ IndexOfDirectoryOfFile(nsISupportsArray* - aSearchPath->QueryElementAt(i, NS_GET_IID(nsIFile), - getter_AddRefs(current)); - NS_ASSERTION(current, "broken search path! bad element"); -+#if 0 -+ // XXX #if 0'd because this breaks -+ // xptiInterfaceInfoManager::DoFullValidationMergeFromFileList() -+ // causing ff failing to start when there are symlinks in .xpt -+ // file paths, like those from addons when /home is a symlink. -+ - // nsIFile::Equals basically compares path strings so normalize - // before the comparison. - parent->Normalize(); - current->Normalize(); -+#endif - PRBool same; - if (NS_SUCCEEDED(parent->Equals(current, &same)) && same) - return (int) i; Modified: branches/experimental/www/linux-firefox/Makefile ============================================================================== --- branches/experimental/www/linux-firefox/Makefile Tue Dec 7 21:54:05 2010 (r466) +++ branches/experimental/www/linux-firefox/Makefile Fri Dec 10 11:51:32 2010 (r467) @@ -6,7 +6,7 @@ # PORTNAME= firefox -PORTVERSION= 3.6.12 +PORTVERSION= 3.6.13 PORTEPOCH= 1 CATEGORIES= www MASTER_SITE_SUBDIR?= firefox/releases/${PORTVERSION}/linux-i686/en-US Modified: branches/experimental/www/linux-firefox/distinfo ============================================================================== --- branches/experimental/www/linux-firefox/distinfo Tue Dec 7 21:54:05 2010 (r466) +++ branches/experimental/www/linux-firefox/distinfo Fri Dec 10 11:51:32 2010 (r467) @@ -1,3 +1,2 @@ -MD5 (firefox-3.6.12.tar.bz2) = d9c3db10ca1af52bdcbdadf2ca314772 -SHA256 (firefox-3.6.12.tar.bz2) = 14511c16a935a8ec53348328ba8c7765fc8df51f1bd7a43e8f910b787791ff1b -SIZE (firefox-3.6.12.tar.bz2) = 10660295 +SHA256 (firefox-3.6.13.tar.bz2) = 60b6cebef04851c02590f8ac622a36716d03ec4b6ea2483efecd68a61036046a +SIZE (firefox-3.6.13.tar.bz2) = 10732471 From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 10 12:03:51 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1852210656B3 for ; Fri, 10 Dec 2010 12:03:51 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id B6E748FC0A for ; Fri, 10 Dec 2010 12:03:50 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oBAC3nBm084234 for ; Fri, 10 Dec 2010 12:03:49 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oBAC3iF9082841 for freebsd-gecko@freebsd.org; Fri, 10 Dec 2010 12:03:44 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 10 Dec 2010 12:03:44 GMT Message-Id: <201012101203.oBAC3iF9082841@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r468 - in branches/experimental/www: firefox35 firefox35-i18n linux-firefox-devel X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 12:03:51 -0000 Author: beat Date: Fri Dec 10 12:03:44 2010 New Revision: 468 Log: - Update to 3.5.16 - Drop MD5 checksums Security: http://www.vuxml.org/freebsd/1d8ff4a2-0445-11e0-8e32-000f20797ede.html Modified: branches/experimental/www/firefox35-i18n/Makefile branches/experimental/www/firefox35-i18n/distinfo branches/experimental/www/firefox35/Makefile branches/experimental/www/firefox35/distinfo branches/experimental/www/linux-firefox-devel/Makefile branches/experimental/www/linux-firefox-devel/distinfo Modified: branches/experimental/www/firefox35-i18n/Makefile ============================================================================== --- branches/experimental/www/firefox35-i18n/Makefile Fri Dec 10 11:51:32 2010 (r467) +++ branches/experimental/www/firefox35-i18n/Makefile Fri Dec 10 12:03:44 2010 (r468) @@ -6,7 +6,7 @@ # PORTNAME= firefox35-i18n -PORTVERSION= 3.5.15 +PORTVERSION= 3.5.16 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: branches/experimental/www/firefox35-i18n/distinfo ============================================================================== --- branches/experimental/www/firefox35-i18n/distinfo Fri Dec 10 11:51:32 2010 (r467) +++ branches/experimental/www/firefox35-i18n/distinfo Fri Dec 10 12:03:44 2010 (r468) @@ -1,222 +1,148 @@ -MD5 (xpi/firefox35-i18n-3.5.15/af.xpi) = 65ed77399ef110cc06f0326eec1e559b -SHA256 (xpi/firefox35-i18n-3.5.15/af.xpi) = 7ba16ee9e40223d607bf702da202ce12af1f472b7a43dd2c72e92bdc8fbc5407 -SIZE (xpi/firefox35-i18n-3.5.15/af.xpi) = 121082 -MD5 (xpi/firefox35-i18n-3.5.15/ar.xpi) = 72786aa8dbf026f825e6320a2f9826ec -SHA256 (xpi/firefox35-i18n-3.5.15/ar.xpi) = f1a65505682677054d59c77840e749a7004311a3e170077ca9488b6ebb5126a9 -SIZE (xpi/firefox35-i18n-3.5.15/ar.xpi) = 131435 -MD5 (xpi/firefox35-i18n-3.5.15/as.xpi) = 9f219ce7a7f3ef0757b01b637f8fd779 -SHA256 (xpi/firefox35-i18n-3.5.15/as.xpi) = e701f5a46b2066f3cf243ab0425d7d4f946de2828df515a7fe7a4c42e027c4b3 -SIZE (xpi/firefox35-i18n-3.5.15/as.xpi) = 134194 -MD5 (xpi/firefox35-i18n-3.5.15/be.xpi) = 6baf764928cca924650638fd10c23c7b -SHA256 (xpi/firefox35-i18n-3.5.15/be.xpi) = 0208cd7752dd30d406c8fb68c4c5031d423e873a5b1e5a0c651c9a324c01c093 -SIZE (xpi/firefox35-i18n-3.5.15/be.xpi) = 122008 -MD5 (xpi/firefox35-i18n-3.5.15/bg.xpi) = 6123f72570187a49235843dcb43f4914 -SHA256 (xpi/firefox35-i18n-3.5.15/bg.xpi) = efe44af12468dbeb7ff92805a73bed41666397fd1c1c4946041e3fbd05f09912 -SIZE (xpi/firefox35-i18n-3.5.15/bg.xpi) = 133799 -MD5 (xpi/firefox35-i18n-3.5.15/bn-BD.xpi) = 541a79b058c26e1c4d63bcc408d1ec21 -SHA256 (xpi/firefox35-i18n-3.5.15/bn-BD.xpi) = 422a6c1c383bdcd6cd07c17dfac2f6de297c6bbb2e776258e6df2928135706fb -SIZE (xpi/firefox35-i18n-3.5.15/bn-BD.xpi) = 140377 -MD5 (xpi/firefox35-i18n-3.5.15/bn-IN.xpi) = 8959410eabaec1a0c739cf59040ac23b -SHA256 (xpi/firefox35-i18n-3.5.15/bn-IN.xpi) = ecdfc9e97a704a0782de7a11bee904552cf61d886c46214ac2f0dd1242f868a7 -SIZE (xpi/firefox35-i18n-3.5.15/bn-IN.xpi) = 157744 -MD5 (xpi/firefox35-i18n-3.5.15/ca.xpi) = 935860c2b6a7eb500ff55a0d2d774e0f -SHA256 (xpi/firefox35-i18n-3.5.15/ca.xpi) = 3f3cec588cf4a053b5b1431f5944f7f40f036a08c07ff2767f1282bf949211a9 -SIZE (xpi/firefox35-i18n-3.5.15/ca.xpi) = 127204 -MD5 (xpi/firefox35-i18n-3.5.15/cs.xpi) = fea638402328f4199ee7cc51e02a273d -SHA256 (xpi/firefox35-i18n-3.5.15/cs.xpi) = f23aed45e93511c8d62ea3e98e68c254a02f458c799fa177c0fdb15f6233f443 -SIZE (xpi/firefox35-i18n-3.5.15/cs.xpi) = 125914 -MD5 (xpi/firefox35-i18n-3.5.15/cy.xpi) = 309f579a5d1d5c42cbef45ee22abbcce -SHA256 (xpi/firefox35-i18n-3.5.15/cy.xpi) = c10cf3c3c3643410b61b13cf0af5309121553165405ea08a3471074587863672 -SIZE (xpi/firefox35-i18n-3.5.15/cy.xpi) = 121830 -MD5 (xpi/firefox35-i18n-3.5.15/da.xpi) = 8e0deb498e9c5d90b5eff9163d150b66 -SHA256 (xpi/firefox35-i18n-3.5.15/da.xpi) = 460c41beb99b2bfed0a2362e3bb2bc1c89e55e577ed75d7fd09d2bf7c4c367ca -SIZE (xpi/firefox35-i18n-3.5.15/da.xpi) = 124890 -MD5 (xpi/firefox35-i18n-3.5.15/de.xpi) = 62e77294242432f774144252395f3ed2 -SHA256 (xpi/firefox35-i18n-3.5.15/de.xpi) = 0bb45e2e66de72d72fa6eca460447dd2975b2907846eafd14b5aca8d6ab2795f -SIZE (xpi/firefox35-i18n-3.5.15/de.xpi) = 128408 -MD5 (xpi/firefox35-i18n-3.5.15/el.xpi) = 1b94a1f6871bd75f7edbf8445189352e -SHA256 (xpi/firefox35-i18n-3.5.15/el.xpi) = 8c0838f4dceeeef14add8149a6178e6eeccf076a6ab9b428f67ead3d5fa853e8 -SIZE (xpi/firefox35-i18n-3.5.15/el.xpi) = 134691 -MD5 (xpi/firefox35-i18n-3.5.15/en-GB.xpi) = 0a99f906c97614a585ae9a4208575838 -SHA256 (xpi/firefox35-i18n-3.5.15/en-GB.xpi) = 0a7b6b98397d9a4c2e08f5941ff8d9c964f4ffba1b4de9ffc1aeda334820439a -SIZE (xpi/firefox35-i18n-3.5.15/en-GB.xpi) = 118791 -MD5 (xpi/firefox35-i18n-3.5.15/eo.xpi) = 162575c2217f3776d5a0cf952261bdff -SHA256 (xpi/firefox35-i18n-3.5.15/eo.xpi) = 502f134677cad47b139f3b90a6e0c1d347f792c5f66580cd037b8efecb47f3dc -SIZE (xpi/firefox35-i18n-3.5.15/eo.xpi) = 121451 -MD5 (xpi/firefox35-i18n-3.5.15/es-AR.xpi) = b494f6e0bf66cd0b9f90e3227f671bc1 -SHA256 (xpi/firefox35-i18n-3.5.15/es-AR.xpi) = ced456157508453a2b15d8166cd527f7df6696d159b5e0c3c47c9aa16b89352a -SIZE (xpi/firefox35-i18n-3.5.15/es-AR.xpi) = 127202 -MD5 (xpi/firefox35-i18n-3.5.15/es-CL.xpi) = 8dcf5e749bbdf42756b0801b3ee62b19 -SHA256 (xpi/firefox35-i18n-3.5.15/es-CL.xpi) = 808baec1d7f764024f002db5a1b7f3419bfcaae5995fac46c492d2c2f6c269bd -SIZE (xpi/firefox35-i18n-3.5.15/es-CL.xpi) = 128912 -MD5 (xpi/firefox35-i18n-3.5.15/es-ES.xpi) = c6a75534e310f6d9abee23ab5253d8e0 -SHA256 (xpi/firefox35-i18n-3.5.15/es-ES.xpi) = 281c239ec29eb1b4b59475472043fa659fc2758fea27a16b8384d9afe6b02e7f -SIZE (xpi/firefox35-i18n-3.5.15/es-ES.xpi) = 108472 -MD5 (xpi/firefox35-i18n-3.5.15/es-MX.xpi) = ff14ae7c49c5ffb5bd656147bc263250 -SHA256 (xpi/firefox35-i18n-3.5.15/es-MX.xpi) = 472a5bbfa87f3b17a80a8729b60455890e54e56d7fcfe8e1a91c357dfe1bb672 -SIZE (xpi/firefox35-i18n-3.5.15/es-MX.xpi) = 127350 -MD5 (xpi/firefox35-i18n-3.5.15/et.xpi) = a4d5d2bfe0deb6c2aa25a060fcf0fe95 -SHA256 (xpi/firefox35-i18n-3.5.15/et.xpi) = 94297c4d837808e8543a272ea418b439d9932e90b2448e266cb1946abf76a0f1 -SIZE (xpi/firefox35-i18n-3.5.15/et.xpi) = 126521 -MD5 (xpi/firefox35-i18n-3.5.15/eu.xpi) = 6a70c7891ddce255355cd1c9a04c0171 -SHA256 (xpi/firefox35-i18n-3.5.15/eu.xpi) = 04e877e924cd433cfc0e5d7b4e008477b732c994e2e978455085381b923ea233 -SIZE (xpi/firefox35-i18n-3.5.15/eu.xpi) = 121350 -MD5 (xpi/firefox35-i18n-3.5.15/fa.xpi) = 758b87ae712b6bc56f29f9a3ef5ca758 -SHA256 (xpi/firefox35-i18n-3.5.15/fa.xpi) = 08ab55776a3ab71e2aa19dbc12d364ebb8aea1c92e260adcb8dbe06f752cc5ba -SIZE (xpi/firefox35-i18n-3.5.15/fa.xpi) = 137679 -MD5 (xpi/firefox35-i18n-3.5.15/fi.xpi) = 896225bae0f0bb918f139b7521aa00b6 -SHA256 (xpi/firefox35-i18n-3.5.15/fi.xpi) = bff68d1569cf7068f4186638ddbfd039adc20edd7731f39ceccd6e132cd5f798 -SIZE (xpi/firefox35-i18n-3.5.15/fi.xpi) = 126035 -MD5 (xpi/firefox35-i18n-3.5.15/fr.xpi) = 66c51cd29900ad6f0f33130c347e4d5b -SHA256 (xpi/firefox35-i18n-3.5.15/fr.xpi) = 5e614f495fefcc242f8bf5520caa34c9d1f3e622b5b74e6183232e32406cded5 -SIZE (xpi/firefox35-i18n-3.5.15/fr.xpi) = 128204 -MD5 (xpi/firefox35-i18n-3.5.15/fy-NL.xpi) = d9761114be3c39e6417a90e715e19ad0 -SHA256 (xpi/firefox35-i18n-3.5.15/fy-NL.xpi) = 0fb78eea9b44e4c81d0ada6dddae728cf7069e4695e9739fe343b91efd5a1432 -SIZE (xpi/firefox35-i18n-3.5.15/fy-NL.xpi) = 128384 -MD5 (xpi/firefox35-i18n-3.5.15/ga-IE.xpi) = cfa4ca5acbde89dd9c921de81d9f7d45 -SHA256 (xpi/firefox35-i18n-3.5.15/ga-IE.xpi) = 2d2abf054604177bab77b152b14ac709d923d905f821e5600f5a2300a969ea51 -SIZE (xpi/firefox35-i18n-3.5.15/ga-IE.xpi) = 127180 -MD5 (xpi/firefox35-i18n-3.5.15/gl.xpi) = 2749b383c0fd19cc773688c19afd1b61 -SHA256 (xpi/firefox35-i18n-3.5.15/gl.xpi) = 4626036e728e9e8aa7c13aabc23d39752da1f9ad273fb7ce17b7f5af1ee2d91f -SIZE (xpi/firefox35-i18n-3.5.15/gl.xpi) = 123970 -MD5 (xpi/firefox35-i18n-3.5.15/gu-IN.xpi) = e0894d7fd91abab259aebf998b00f1ed -SHA256 (xpi/firefox35-i18n-3.5.15/gu-IN.xpi) = 43f35ca4f4cf893abb02eaec21dced40860dbc8cf6c63f318bc238c23ed24994 -SIZE (xpi/firefox35-i18n-3.5.15/gu-IN.xpi) = 145299 -MD5 (xpi/firefox35-i18n-3.5.15/he.xpi) = 5083568989865787a76003f0356aeffb -SHA256 (xpi/firefox35-i18n-3.5.15/he.xpi) = d3c10b3f916cff4f7cfb073d79129073fc2f5e72e8aab9bc460cc6327ecd072c -SIZE (xpi/firefox35-i18n-3.5.15/he.xpi) = 121472 -MD5 (xpi/firefox35-i18n-3.5.15/hi-IN.xpi) = 0ee017aa14f81a1c509c8c4e9a26402b -SHA256 (xpi/firefox35-i18n-3.5.15/hi-IN.xpi) = 3aa715ec0e4e0e4fc3ce41d3560a23fa8b837effd8271d0acfd53a406d348f0a -SIZE (xpi/firefox35-i18n-3.5.15/hi-IN.xpi) = 141313 -MD5 (xpi/firefox35-i18n-3.5.15/hr.xpi) = d33f6c061d21e5a87b39e7b208564be2 -SHA256 (xpi/firefox35-i18n-3.5.15/hr.xpi) = 84435da081ea11630216b44ab160abb507aa1066da10954b299b9ac4c8ef84b9 -SIZE (xpi/firefox35-i18n-3.5.15/hr.xpi) = 126937 -MD5 (xpi/firefox35-i18n-3.5.15/hu.xpi) = 0deb4f8ff2ff1c3b7c243fed756a3c56 -SHA256 (xpi/firefox35-i18n-3.5.15/hu.xpi) = 76760d1fa56a2c4f3b5017e25c5ad32bc85ea90266bf94990fad1cbbb6a3e9ea -SIZE (xpi/firefox35-i18n-3.5.15/hu.xpi) = 130969 -MD5 (xpi/firefox35-i18n-3.5.15/id.xpi) = 2a8f96f8fcb1ed11e43603bc31fd84fb -SHA256 (xpi/firefox35-i18n-3.5.15/id.xpi) = d0a6ae2d671c59c747c64ea23934b2fe1ddb24ab7744745371b58afff65fa9a5 -SIZE (xpi/firefox35-i18n-3.5.15/id.xpi) = 103800 -MD5 (xpi/firefox35-i18n-3.5.15/is.xpi) = 9011864f3ce9103a48ccc81f7a4ad41d -SHA256 (xpi/firefox35-i18n-3.5.15/is.xpi) = 9cd17807e953a2961cef2da87dba4079db0c41ad123dcfa4bd0d10fce33f6090 -SIZE (xpi/firefox35-i18n-3.5.15/is.xpi) = 122644 -MD5 (xpi/firefox35-i18n-3.5.15/it.xpi) = cd6bc22bcb5ab940c9e43d66100b6af4 -SHA256 (xpi/firefox35-i18n-3.5.15/it.xpi) = efca7e9bb653188a935c14941f45c1ab90c2e144eb131f7cd47b9d8e0ec54bbc -SIZE (xpi/firefox35-i18n-3.5.15/it.xpi) = 107999 -MD5 (xpi/firefox35-i18n-3.5.15/ja.xpi) = b2934fa8efc0a63da7ab1a5ce4f2c3f5 -SHA256 (xpi/firefox35-i18n-3.5.15/ja.xpi) = a296382c887d7b37be7fc986969a6d7e4bfc47de3d37db47fc6128214a3dfe68 -SIZE (xpi/firefox35-i18n-3.5.15/ja.xpi) = 136160 -MD5 (xpi/firefox35-i18n-3.5.15/ka.xpi) = f7ae7e4d1063646e1e32d4bcdf2ae794 -SHA256 (xpi/firefox35-i18n-3.5.15/ka.xpi) = f965a76fee2b8fa0dd72015dd8caeb424ecd3fefe545d80d2d2e7b5e09a697ab -SIZE (xpi/firefox35-i18n-3.5.15/ka.xpi) = 153933 -MD5 (xpi/firefox35-i18n-3.5.15/kk.xpi) = 084b57ee2731c369378703ff63bc7b0b -SHA256 (xpi/firefox35-i18n-3.5.15/kk.xpi) = 58e0078fb5c1691d7aa966e591b38f0f8ca708b2ae46f114ff4194f3f42065b9 -SIZE (xpi/firefox35-i18n-3.5.15/kk.xpi) = 137329 -MD5 (xpi/firefox35-i18n-3.5.15/kn.xpi) = d6c67f39a8ffcb35bd6b079595740d59 -SHA256 (xpi/firefox35-i18n-3.5.15/kn.xpi) = 7153259f1deaaace24e72ff41d37e0e057ce575cb6e36d74c7a780d063fdf843 -SIZE (xpi/firefox35-i18n-3.5.15/kn.xpi) = 148535 -MD5 (xpi/firefox35-i18n-3.5.15/ko.xpi) = 51d727cd7d7ee17ccfa06a4d6a293ad7 -SHA256 (xpi/firefox35-i18n-3.5.15/ko.xpi) = 8107496396efe848a10a2e4f4602d60aa299c5c019839b6c9df723cae615036c -SIZE (xpi/firefox35-i18n-3.5.15/ko.xpi) = 115334 -MD5 (xpi/firefox35-i18n-3.5.15/ku.xpi) = e3f5ae8c095a6099e5967beb9a3b07c5 -SHA256 (xpi/firefox35-i18n-3.5.15/ku.xpi) = 6e3058d7f342e4416d5fee2fbf8521e8d54cd282835901931752178e7c5a9469 -SIZE (xpi/firefox35-i18n-3.5.15/ku.xpi) = 129327 -MD5 (xpi/firefox35-i18n-3.5.15/lt.xpi) = 203f138845e41820f65ada76b16c709a -SHA256 (xpi/firefox35-i18n-3.5.15/lt.xpi) = 3cd12e531a99d7cb72ee58de30aea30fe69d208d9934aacda5f698aa5904eb4b -SIZE (xpi/firefox35-i18n-3.5.15/lt.xpi) = 139102 -MD5 (xpi/firefox35-i18n-3.5.15/lv.xpi) = ede3a1e77cf9b006f1d064269430f166 -SHA256 (xpi/firefox35-i18n-3.5.15/lv.xpi) = 3b2e1f8005fb8b5dbd5a22f7338520ae95fa21a321502009c3803f946116cac2 -SIZE (xpi/firefox35-i18n-3.5.15/lv.xpi) = 124455 -MD5 (xpi/firefox35-i18n-3.5.15/mk.xpi) = 5bc0f3245d71363a7b1ac045b0fcb48b -SHA256 (xpi/firefox35-i18n-3.5.15/mk.xpi) = 9aa514b22acf8fa23d44b5cef327deb0d7c19be14b2c4324e867a0854436bf6f -SIZE (xpi/firefox35-i18n-3.5.15/mk.xpi) = 127137 -MD5 (xpi/firefox35-i18n-3.5.15/ml.xpi) = d68ed271acbb3c144be40784bcd64b13 -SHA256 (xpi/firefox35-i18n-3.5.15/ml.xpi) = 1879973df15dd5545ae323bbfe28e2cb8cae45cf5070e951701cf4f3e26bcfd1 -SIZE (xpi/firefox35-i18n-3.5.15/ml.xpi) = 151086 -MD5 (xpi/firefox35-i18n-3.5.15/mn.xpi) = f8b8f95131d38336bd284804c7285e68 -SHA256 (xpi/firefox35-i18n-3.5.15/mn.xpi) = 8d8a2d6561893f1f59bd3ad820a5412faeda8c6430ff25e26d800c4933f08598 -SIZE (xpi/firefox35-i18n-3.5.15/mn.xpi) = 132774 -MD5 (xpi/firefox35-i18n-3.5.15/mr.xpi) = 1812187bb40db06e9fd130244f350e23 -SHA256 (xpi/firefox35-i18n-3.5.15/mr.xpi) = 55d2c02a9a89dd26de3b392cb326d25a9ff6c555ec1776143a3d5ced3ab22b3f -SIZE (xpi/firefox35-i18n-3.5.15/mr.xpi) = 139477 -MD5 (xpi/firefox35-i18n-3.5.15/nb-NO.xpi) = 741fc6ac7f50a47f9258fa3f8cca2b9d -SHA256 (xpi/firefox35-i18n-3.5.15/nb-NO.xpi) = 914e432ddeb0d1c6588d02413bf4238943c3fead42e1dd395e28c2a43629b64c -SIZE (xpi/firefox35-i18n-3.5.15/nb-NO.xpi) = 123342 -MD5 (xpi/firefox35-i18n-3.5.15/nl.xpi) = 5872f6e0b1129ff2daf3cc20db4a35bd -SHA256 (xpi/firefox35-i18n-3.5.15/nl.xpi) = c9ec466ae0c52df35d3abb156e2ec61aebf039ebd2c2865ce4f13480e71530a5 -SIZE (xpi/firefox35-i18n-3.5.15/nl.xpi) = 125967 -MD5 (xpi/firefox35-i18n-3.5.15/nn-NO.xpi) = 480c6cc230d02cde3bcab1559d05ef76 -SHA256 (xpi/firefox35-i18n-3.5.15/nn-NO.xpi) = 3397c8f526804a8648f2f6fb6eab582a7978ebaa1da3c3d3cf196c298590b496 -SIZE (xpi/firefox35-i18n-3.5.15/nn-NO.xpi) = 124670 -MD5 (xpi/firefox35-i18n-3.5.15/oc.xpi) = a05099350a12a2866e289302aabe5e03 -SHA256 (xpi/firefox35-i18n-3.5.15/oc.xpi) = 71ae05e0864e1c7725ecb1310b1a32f4205012d6c2fbe72eda6dfafe00477bb6 -SIZE (xpi/firefox35-i18n-3.5.15/oc.xpi) = 108019 -MD5 (xpi/firefox35-i18n-3.5.15/or.xpi) = 273027d022ecd374b499dae5fc624529 -SHA256 (xpi/firefox35-i18n-3.5.15/or.xpi) = 96b642486ec9c1346435cd27a7266ba3236d00377e92288e4501659477ade903 -SIZE (xpi/firefox35-i18n-3.5.15/or.xpi) = 141752 -MD5 (xpi/firefox35-i18n-3.5.15/pa-IN.xpi) = 0579002e59f2bea56754143bc5ebfb75 -SHA256 (xpi/firefox35-i18n-3.5.15/pa-IN.xpi) = 3d2bc7a8004f9d439500d8be66ee7f214d163c6fef5db09a73d640855fd23b66 -SIZE (xpi/firefox35-i18n-3.5.15/pa-IN.xpi) = 141503 -MD5 (xpi/firefox35-i18n-3.5.15/pl.xpi) = 1f16e15bbded3e40061f456c6aec11fe -SHA256 (xpi/firefox35-i18n-3.5.15/pl.xpi) = c861361293b2e8a7a96b0afa3580f63af26ea28ef29b7d50e8e507abea54db92 -SIZE (xpi/firefox35-i18n-3.5.15/pl.xpi) = 130228 -MD5 (xpi/firefox35-i18n-3.5.15/pt-BR.xpi) = ec0fd308dd6b65933c51fe4d30970d32 -SHA256 (xpi/firefox35-i18n-3.5.15/pt-BR.xpi) = 27e2294497974c46d8a3148eb7b18c3e2f29047a60afae910a6dec17e424088f -SIZE (xpi/firefox35-i18n-3.5.15/pt-BR.xpi) = 124424 -MD5 (xpi/firefox35-i18n-3.5.15/pt-PT.xpi) = 3b92daf11e53bf11a684f6ae1907a091 -SHA256 (xpi/firefox35-i18n-3.5.15/pt-PT.xpi) = d77595af97e64d40f2f5fb0d27572b3c60c843776cbba8557e82f5401a02691d -SIZE (xpi/firefox35-i18n-3.5.15/pt-PT.xpi) = 124512 -MD5 (xpi/firefox35-i18n-3.5.15/rm.xpi) = 1533707b58e10388e09d1e3c56242c16 -SHA256 (xpi/firefox35-i18n-3.5.15/rm.xpi) = 7fcd3fd287a4b4f5e3332bb3a01f937a3aad65d6bb9fb7c55676818cd48052a5 -SIZE (xpi/firefox35-i18n-3.5.15/rm.xpi) = 126813 -MD5 (xpi/firefox35-i18n-3.5.15/ro.xpi) = 1102ccde4d07c09fab4cd02522879d06 -SHA256 (xpi/firefox35-i18n-3.5.15/ro.xpi) = 2656b467707100fd80954448dc468a55c6f44455ef1282368ca03214a5fceac5 -SIZE (xpi/firefox35-i18n-3.5.15/ro.xpi) = 128432 -MD5 (xpi/firefox35-i18n-3.5.15/ru.xpi) = 39c127d7796db84037c8dd65e438fa78 -SHA256 (xpi/firefox35-i18n-3.5.15/ru.xpi) = e5207aa713a448a0367f51e02b4bafe0ff1483097c1797296753b86075a9cf77 -SIZE (xpi/firefox35-i18n-3.5.15/ru.xpi) = 124492 -MD5 (xpi/firefox35-i18n-3.5.15/si.xpi) = 9fd3bf4be858f91b7438de09bcae78ce -SHA256 (xpi/firefox35-i18n-3.5.15/si.xpi) = b067349c9b10a8e39e15e52d847e5b377d49311439d3f8ca4f66408dd6c76b67 -SIZE (xpi/firefox35-i18n-3.5.15/si.xpi) = 141813 -MD5 (xpi/firefox35-i18n-3.5.15/sk.xpi) = 931c901aaab70b45f860ae9df12882b1 -SHA256 (xpi/firefox35-i18n-3.5.15/sk.xpi) = 84cbac7948261d0497474200eb38b679b7cc90c6dccc28777eee8c6575f68cb7 -SIZE (xpi/firefox35-i18n-3.5.15/sk.xpi) = 130120 -MD5 (xpi/firefox35-i18n-3.5.15/sl.xpi) = 3964e61b0735064d6ecd16da24528f27 -SHA256 (xpi/firefox35-i18n-3.5.15/sl.xpi) = b07a62148c073d665dd4553500459040867c37143d3c3438bbb3a25ac98f1a0f -SIZE (xpi/firefox35-i18n-3.5.15/sl.xpi) = 123328 -MD5 (xpi/firefox35-i18n-3.5.15/sq.xpi) = 3f90994fdc7404d0670791ad78a8f70e -SHA256 (xpi/firefox35-i18n-3.5.15/sq.xpi) = bacba7861507b3034c79973bf5f5ec733c50c4f1637590661cd5a5828b581b2a -SIZE (xpi/firefox35-i18n-3.5.15/sq.xpi) = 120637 -MD5 (xpi/firefox35-i18n-3.5.15/sr.xpi) = ba5d67cb1a9e0d4fa995ffe8db7f0078 -SHA256 (xpi/firefox35-i18n-3.5.15/sr.xpi) = 47cd2e0bdcddff46c27fd3ea985b2c78952d1b969f98f7a56e472dcf2d38f14e -SIZE (xpi/firefox35-i18n-3.5.15/sr.xpi) = 136195 -MD5 (xpi/firefox35-i18n-3.5.15/sv-SE.xpi) = 8f426054a4a548539ac488fdf68e8f73 -SHA256 (xpi/firefox35-i18n-3.5.15/sv-SE.xpi) = c6dd42594810eaec1026430d497ce97416187a6c07dd139282159e52998e643f -SIZE (xpi/firefox35-i18n-3.5.15/sv-SE.xpi) = 128176 -MD5 (xpi/firefox35-i18n-3.5.15/ta-LK.xpi) = 289eebbb28b1998a39b4952a92ca9f60 -SHA256 (xpi/firefox35-i18n-3.5.15/ta-LK.xpi) = c1527c93c4b60a0f4b818b4baabf7ecf4f70df696eb83c8dce4a8aa01b4897b5 -SIZE (xpi/firefox35-i18n-3.5.15/ta-LK.xpi) = 148028 -MD5 (xpi/firefox35-i18n-3.5.15/ta.xpi) = b4d0c9801237bd500ae3f34f4bec7d01 -SHA256 (xpi/firefox35-i18n-3.5.15/ta.xpi) = e63f8c2785faf4f575f021d7a892c6100654abd20cfd552cc30068cdb2283f66 -SIZE (xpi/firefox35-i18n-3.5.15/ta.xpi) = 136496 -MD5 (xpi/firefox35-i18n-3.5.15/te.xpi) = 03f4d345cea0665db4011c9fc508c488 -SHA256 (xpi/firefox35-i18n-3.5.15/te.xpi) = 177cba5d8d8eaa0e1827f03dc1ea3b01e8da938201149ca725e2e4a35d3f5740 -SIZE (xpi/firefox35-i18n-3.5.15/te.xpi) = 147161 -MD5 (xpi/firefox35-i18n-3.5.15/th.xpi) = 33c9737bde75cc7e48dcc52bd441c0cb -SHA256 (xpi/firefox35-i18n-3.5.15/th.xpi) = b870c8e27055a6b52fa647dc3dc6c3e450ae3da476fe1992655e0c9dcf534f0d -SIZE (xpi/firefox35-i18n-3.5.15/th.xpi) = 133686 -MD5 (xpi/firefox35-i18n-3.5.15/tr.xpi) = 71e22c40b5f22e21fc6153bfd444e076 -SHA256 (xpi/firefox35-i18n-3.5.15/tr.xpi) = e1c8b87a40cb66a1224e80973f86644a229624ae90af314339f4976fe8342767 -SIZE (xpi/firefox35-i18n-3.5.15/tr.xpi) = 124782 -MD5 (xpi/firefox35-i18n-3.5.15/uk.xpi) = 07db368b15e5519229d47206a4b06025 -SHA256 (xpi/firefox35-i18n-3.5.15/uk.xpi) = a2b5daed2c029e0c41095215117af0167c035ea7777e7de75ec942deeb26a39b -SIZE (xpi/firefox35-i18n-3.5.15/uk.xpi) = 142420 -MD5 (xpi/firefox35-i18n-3.5.15/vi.xpi) = af436b6e50436307459b77425cee22ac -SHA256 (xpi/firefox35-i18n-3.5.15/vi.xpi) = 02d9aaf36e586a7c3e413de88b2b26f469f719f3c2635d3c92dfbc86f004fa60 -SIZE (xpi/firefox35-i18n-3.5.15/vi.xpi) = 128573 -MD5 (xpi/firefox35-i18n-3.5.15/zh-CN.xpi) = 9bd881c35d316dec064874de916f697c -SHA256 (xpi/firefox35-i18n-3.5.15/zh-CN.xpi) = fb60fa0440338d87c3f946e7fe2488317da3c521fe1d7f50b6211c53017381d9 -SIZE (xpi/firefox35-i18n-3.5.15/zh-CN.xpi) = 126599 -MD5 (xpi/firefox35-i18n-3.5.15/zh-TW.xpi) = a5c6c13d23bdffe5517073512b0df3fc -SHA256 (xpi/firefox35-i18n-3.5.15/zh-TW.xpi) = 25e1e027696331cfc681308118abe44ecf2daf8e02577c7c599900a13ef8e584 -SIZE (xpi/firefox35-i18n-3.5.15/zh-TW.xpi) = 127838 +SHA256 (xpi/firefox35-i18n-3.5.16/af.xpi) = 18404ef39bdadabfb404e1c2ebec608ad1d7954cbec197fe0ceca9c3e2434dbb +SIZE (xpi/firefox35-i18n-3.5.16/af.xpi) = 121113 +SHA256 (xpi/firefox35-i18n-3.5.16/ar.xpi) = ec0e121a21cb6327a99937697664a6f51d25ed62575d144e0b83952b44727905 +SIZE (xpi/firefox35-i18n-3.5.16/ar.xpi) = 131446 +SHA256 (xpi/firefox35-i18n-3.5.16/as.xpi) = 7e3656ec70b8cdff33d6c8ec1f7622d65affb6df28f5158fed0741285400324f +SIZE (xpi/firefox35-i18n-3.5.16/as.xpi) = 134227 +SHA256 (xpi/firefox35-i18n-3.5.16/be.xpi) = 0598327f062c639bfcb796e25b2b46dd41e8130f572c31b43a3f9799a5d13645 +SIZE (xpi/firefox35-i18n-3.5.16/be.xpi) = 122045 +SHA256 (xpi/firefox35-i18n-3.5.16/bg.xpi) = 7234cf55a379806b734d397e8bec663f3507118351e5a43c55e97f6caf48d1b0 +SIZE (xpi/firefox35-i18n-3.5.16/bg.xpi) = 133798 +SHA256 (xpi/firefox35-i18n-3.5.16/bn-BD.xpi) = 471b1889f56b3a9ecc50b6cc3ec268fcdf6bb43437819ac1746ab355515edc3c +SIZE (xpi/firefox35-i18n-3.5.16/bn-BD.xpi) = 140368 +SHA256 (xpi/firefox35-i18n-3.5.16/bn-IN.xpi) = bf13e90a5da01325f9b36961d1fdaceb805bf93b97f230bf4ad7b0cb1d27b0f9 +SIZE (xpi/firefox35-i18n-3.5.16/bn-IN.xpi) = 157726 +SHA256 (xpi/firefox35-i18n-3.5.16/ca.xpi) = 0205d67fa1df6098ae827de2607b06312c7fbb763725f3dc6196cbd80079913b +SIZE (xpi/firefox35-i18n-3.5.16/ca.xpi) = 127210 +SHA256 (xpi/firefox35-i18n-3.5.16/cs.xpi) = 9d57416fc8edb51316ece8b03ed0b36208a84c43c32551ef6c2243946fd3a2cb +SIZE (xpi/firefox35-i18n-3.5.16/cs.xpi) = 125814 +SHA256 (xpi/firefox35-i18n-3.5.16/cy.xpi) = a084ccec66eb1a899fb6f9acc9f593b39f59253b4f116d070944e3cf1b44d60e +SIZE (xpi/firefox35-i18n-3.5.16/cy.xpi) = 121803 +SHA256 (xpi/firefox35-i18n-3.5.16/da.xpi) = 1d17468ac67afb53e595f05a133dfb8d12c7918e6b652b4a0117c40da4618c9b +SIZE (xpi/firefox35-i18n-3.5.16/da.xpi) = 124917 +SHA256 (xpi/firefox35-i18n-3.5.16/de.xpi) = dc6721d8ee4e5712d273d0fe187721e43ca88f9a0ee03c13e665e0e84c59d139 +SIZE (xpi/firefox35-i18n-3.5.16/de.xpi) = 128436 +SHA256 (xpi/firefox35-i18n-3.5.16/el.xpi) = 5a144bb28179333b24ec765f7d2effc8bedfb0e44f3b53df67a9df319fc7aba4 +SIZE (xpi/firefox35-i18n-3.5.16/el.xpi) = 134688 +SHA256 (xpi/firefox35-i18n-3.5.16/en-GB.xpi) = b8172e6acefd5457275bf7d994f20422d7967ade9caa4f6ccc9ab7e11bca7bce +SIZE (xpi/firefox35-i18n-3.5.16/en-GB.xpi) = 118759 +SHA256 (xpi/firefox35-i18n-3.5.16/eo.xpi) = 68d594f479481d280d3fe5d609e7152c60e837fd5a449abb54ae441eda185ce9 +SIZE (xpi/firefox35-i18n-3.5.16/eo.xpi) = 121449 +SHA256 (xpi/firefox35-i18n-3.5.16/es-AR.xpi) = c73af6fe3b8868194e424dfe13c42f62308f33c5dc92cce5b98dc4df2296ac96 +SIZE (xpi/firefox35-i18n-3.5.16/es-AR.xpi) = 127176 +SHA256 (xpi/firefox35-i18n-3.5.16/es-CL.xpi) = b1485050484d24d95ae58fa40c577787b90f0a5fe8a3cceeedf4bba6564a8d2a +SIZE (xpi/firefox35-i18n-3.5.16/es-CL.xpi) = 128880 +SHA256 (xpi/firefox35-i18n-3.5.16/es-ES.xpi) = df977d1fc7dfd4c0fc4552a1a05b5eafd6aecfdb2e53e9f284a6d0ddfabdd347 +SIZE (xpi/firefox35-i18n-3.5.16/es-ES.xpi) = 108495 +SHA256 (xpi/firefox35-i18n-3.5.16/es-MX.xpi) = 384ccd701f56a8f8eb0cc9c670216a9f065337971e417fe6242a7577800a1707 +SIZE (xpi/firefox35-i18n-3.5.16/es-MX.xpi) = 127376 +SHA256 (xpi/firefox35-i18n-3.5.16/et.xpi) = f150dd10d18a73d74611bfa1c1e6886755977cb5eae996699078791e8dc3049c +SIZE (xpi/firefox35-i18n-3.5.16/et.xpi) = 126521 +SHA256 (xpi/firefox35-i18n-3.5.16/eu.xpi) = 0e40c21ef55263d3206e893cae00512b5799a825d6940729f6e7595e057b2e12 +SIZE (xpi/firefox35-i18n-3.5.16/eu.xpi) = 121350 +SHA256 (xpi/firefox35-i18n-3.5.16/fa.xpi) = 387cc563194dba90a512328fdcef4fc6e2a3a9b3ac529221cadb38963f74eb84 +SIZE (xpi/firefox35-i18n-3.5.16/fa.xpi) = 137594 +SHA256 (xpi/firefox35-i18n-3.5.16/fi.xpi) = d4537c1b36b715dabebbc29aac00edb2f832730d66e212188152d042e4509957 +SIZE (xpi/firefox35-i18n-3.5.16/fi.xpi) = 126033 +SHA256 (xpi/firefox35-i18n-3.5.16/fr.xpi) = e1a717f66a89c22b01dfac18d4c2772793facd62a799babb82a3bfded56b4f42 +SIZE (xpi/firefox35-i18n-3.5.16/fr.xpi) = 128235 +SHA256 (xpi/firefox35-i18n-3.5.16/fy-NL.xpi) = cf4e7a2f4a93a067b79763115646a351ee4cd7d7b601a5dc3da6b86061aada55 +SIZE (xpi/firefox35-i18n-3.5.16/fy-NL.xpi) = 128335 +SHA256 (xpi/firefox35-i18n-3.5.16/ga-IE.xpi) = 0988fa737140a6ada5d25c22cf391492df240d48d6b028ee028395004c9f8af4 +SIZE (xpi/firefox35-i18n-3.5.16/ga-IE.xpi) = 127180 +SHA256 (xpi/firefox35-i18n-3.5.16/gl.xpi) = e1cf07708590fa26be0f67128c8b4f9516d42667174f7b7e7f48d47aa6c3f6ea +SIZE (xpi/firefox35-i18n-3.5.16/gl.xpi) = 123967 +SHA256 (xpi/firefox35-i18n-3.5.16/gu-IN.xpi) = 0c0b2ae4aa8be2cb5ff0fb6db9633e685477c5281da169009a58eb3f4b875d4b +SIZE (xpi/firefox35-i18n-3.5.16/gu-IN.xpi) = 145307 +SHA256 (xpi/firefox35-i18n-3.5.16/he.xpi) = aaa867818b67ca466b6f3232ce9ea1c7c6a528881d5c7fd55728107e4c17754d +SIZE (xpi/firefox35-i18n-3.5.16/he.xpi) = 121475 +SHA256 (xpi/firefox35-i18n-3.5.16/hi-IN.xpi) = 40d2c4b377439afde3aaf9368538fcc998b7b28cdcafdafa049864a7238785d0 +SIZE (xpi/firefox35-i18n-3.5.16/hi-IN.xpi) = 141310 +SHA256 (xpi/firefox35-i18n-3.5.16/hr.xpi) = 25f8c544687f3d2636c644621ebdc7efa3857813ae45780e00fb4241cda50695 +SIZE (xpi/firefox35-i18n-3.5.16/hr.xpi) = 126930 +SHA256 (xpi/firefox35-i18n-3.5.16/hu.xpi) = 28f8e32335caa80269e70787ede2682d9e19c252d2ab44679c4f779de0176d07 +SIZE (xpi/firefox35-i18n-3.5.16/hu.xpi) = 130937 +SHA256 (xpi/firefox35-i18n-3.5.16/id.xpi) = b5e102fa2f0954432998a24faac26671fa65f799e5e298ab733842a91c468ed8 +SIZE (xpi/firefox35-i18n-3.5.16/id.xpi) = 103768 +SHA256 (xpi/firefox35-i18n-3.5.16/is.xpi) = 88de021022e007e0b1cca78501ed13aec4e17f6c8d9fe58f05a2782546107a99 +SIZE (xpi/firefox35-i18n-3.5.16/is.xpi) = 122640 +SHA256 (xpi/firefox35-i18n-3.5.16/it.xpi) = fbbfd9ead5e1ff283c05b9020f9b71f6eb2787238bd7d9997a1bf933d71d9791 +SIZE (xpi/firefox35-i18n-3.5.16/it.xpi) = 108009 +SHA256 (xpi/firefox35-i18n-3.5.16/ja.xpi) = 8a3969f822e4848f4ddd2f8597cb991af86f88299554b1a7bd07bfc9c8d550d2 +SIZE (xpi/firefox35-i18n-3.5.16/ja.xpi) = 136159 +SHA256 (xpi/firefox35-i18n-3.5.16/ka.xpi) = d64fe9166113aebfc58e6e923510c34e67bb3e09eca8aa65643e80d11e11a5f5 +SIZE (xpi/firefox35-i18n-3.5.16/ka.xpi) = 153927 +SHA256 (xpi/firefox35-i18n-3.5.16/kk.xpi) = c7a2775473593a633d7ce7732443e8bf1738756e76be5b14b0facc98d61264b2 +SIZE (xpi/firefox35-i18n-3.5.16/kk.xpi) = 137301 +SHA256 (xpi/firefox35-i18n-3.5.16/kn.xpi) = f98917db397a5786167e55bf5dca9574e56153fc7af667822bef511ab8bc166a +SIZE (xpi/firefox35-i18n-3.5.16/kn.xpi) = 148556 +SHA256 (xpi/firefox35-i18n-3.5.16/ko.xpi) = 749c20c249a5214acbbb7e74c9873cf9ddecb9b2af4463c15f46c406b4faa6b9 +SIZE (xpi/firefox35-i18n-3.5.16/ko.xpi) = 115336 +SHA256 (xpi/firefox35-i18n-3.5.16/ku.xpi) = c5047152af91e987c8f68accd4c04a0c4488613350830b098f3eb9193c229fbd +SIZE (xpi/firefox35-i18n-3.5.16/ku.xpi) = 129324 +SHA256 (xpi/firefox35-i18n-3.5.16/lt.xpi) = 4dea43836cafb2551612ea370525bb14ca6afc444c6da0768c0b9f07e4029311 +SIZE (xpi/firefox35-i18n-3.5.16/lt.xpi) = 139057 +SHA256 (xpi/firefox35-i18n-3.5.16/lv.xpi) = a2ea4545695c2ec381a7a231471f50ad3acb949146061052e7f0598165046aea +SIZE (xpi/firefox35-i18n-3.5.16/lv.xpi) = 124478 +SHA256 (xpi/firefox35-i18n-3.5.16/mk.xpi) = 34b2b931b084fcbada11462cb6a286df4ce43d1ce67318f20d3a660aedb29eb3 +SIZE (xpi/firefox35-i18n-3.5.16/mk.xpi) = 127135 +SHA256 (xpi/firefox35-i18n-3.5.16/ml.xpi) = 74b1cf260332316aca5b2938f24c8688d128cdcf84ed6769e823a56efff65385 +SIZE (xpi/firefox35-i18n-3.5.16/ml.xpi) = 151081 +SHA256 (xpi/firefox35-i18n-3.5.16/mn.xpi) = b9db8e38ff8298411b67b242729855ef876f93eb1134c80727da3d5a6f63fc7b +SIZE (xpi/firefox35-i18n-3.5.16/mn.xpi) = 132820 +SHA256 (xpi/firefox35-i18n-3.5.16/mr.xpi) = d62e3bfaa440cc53a194ac60cce0c9061a3655c9c955f4f9bbb9157a8349b00b +SIZE (xpi/firefox35-i18n-3.5.16/mr.xpi) = 139487 +SHA256 (xpi/firefox35-i18n-3.5.16/nb-NO.xpi) = 4823ac91af457447c136d4e9a28ea970545294c411869fd691fd5c441ce89c8f +SIZE (xpi/firefox35-i18n-3.5.16/nb-NO.xpi) = 123373 +SHA256 (xpi/firefox35-i18n-3.5.16/nl.xpi) = fbe5dd00db358951092e70afa19ca81eeabf29e484707da6ade4d32ee10e80f1 +SIZE (xpi/firefox35-i18n-3.5.16/nl.xpi) = 125980 +SHA256 (xpi/firefox35-i18n-3.5.16/nn-NO.xpi) = 3c2119722746d722139f92724628ab95bc8021a36583d9d7880b658c6beca9e6 +SIZE (xpi/firefox35-i18n-3.5.16/nn-NO.xpi) = 124694 +SHA256 (xpi/firefox35-i18n-3.5.16/oc.xpi) = 1762842c7ec02c61e0abd9fdfc1bedc26c5efc63c5e444fac018d13540d2530c +SIZE (xpi/firefox35-i18n-3.5.16/oc.xpi) = 108048 +SHA256 (xpi/firefox35-i18n-3.5.16/or.xpi) = cd7f8222a2d63256823a407bce84e9f7fbb3d4b3d2ca03ff2d13f506d94e5093 +SIZE (xpi/firefox35-i18n-3.5.16/or.xpi) = 141764 +SHA256 (xpi/firefox35-i18n-3.5.16/pa-IN.xpi) = 4e865d867398a2f8239dc1d68d508a33f754a8b1110c06239a4991a16c3bcb27 +SIZE (xpi/firefox35-i18n-3.5.16/pa-IN.xpi) = 141505 +SHA256 (xpi/firefox35-i18n-3.5.16/pl.xpi) = 061be10456b9e26dcd08884d38f1cb99a72129116ffb5a6e811bdf5969098798 +SIZE (xpi/firefox35-i18n-3.5.16/pl.xpi) = 130213 +SHA256 (xpi/firefox35-i18n-3.5.16/pt-BR.xpi) = e750d29e3d56063ec81d25c3b7b97a9917d9821227ed9dbc9e704827a5fa96b5 +SIZE (xpi/firefox35-i18n-3.5.16/pt-BR.xpi) = 124457 +SHA256 (xpi/firefox35-i18n-3.5.16/pt-PT.xpi) = f835e39090abf1534a50f2b313ef322a87c55a1a43c3d8fb91cff7e8b1ab50e1 +SIZE (xpi/firefox35-i18n-3.5.16/pt-PT.xpi) = 124525 +SHA256 (xpi/firefox35-i18n-3.5.16/rm.xpi) = 01292524ece17fb59b6b7c7d264f185305593dc6c62728e1fcc8b61294856360 +SIZE (xpi/firefox35-i18n-3.5.16/rm.xpi) = 126843 +SHA256 (xpi/firefox35-i18n-3.5.16/ro.xpi) = 5d75b4f756410329b5e8a9bdcd6d959f1db6b129e56224be19515578075c5c24 +SIZE (xpi/firefox35-i18n-3.5.16/ro.xpi) = 128433 +SHA256 (xpi/firefox35-i18n-3.5.16/ru.xpi) = 0fc684861041d715adfb1526a1128a5fa2230efeed4a70ff808f41e5dc9e1e99 +SIZE (xpi/firefox35-i18n-3.5.16/ru.xpi) = 124516 +SHA256 (xpi/firefox35-i18n-3.5.16/si.xpi) = 8840bf1c3bd2a3231c905fec7af76395e340edffc6163827cf9134222acfde6c +SIZE (xpi/firefox35-i18n-3.5.16/si.xpi) = 141815 +SHA256 (xpi/firefox35-i18n-3.5.16/sk.xpi) = 1a8e5417149bf5cfc6d1011f548f474a7be8df4a655737773d1a413805ba8ce4 +SIZE (xpi/firefox35-i18n-3.5.16/sk.xpi) = 130126 +SHA256 (xpi/firefox35-i18n-3.5.16/sl.xpi) = afda34335dfdf47622ef34eba4cd07de207521d3311831f66d32e892efc89c21 +SIZE (xpi/firefox35-i18n-3.5.16/sl.xpi) = 123347 +SHA256 (xpi/firefox35-i18n-3.5.16/sq.xpi) = eee49de717e1aaf7803fc8e0a77e23f1149bc1ff94d9b541523f07cf92e1bcfb +SIZE (xpi/firefox35-i18n-3.5.16/sq.xpi) = 120660 +SHA256 (xpi/firefox35-i18n-3.5.16/sr.xpi) = 4fc553b7edf3db1ca20312b6c403f0dda3ef8798c9d19b501a3f492cbd5f55a6 +SIZE (xpi/firefox35-i18n-3.5.16/sr.xpi) = 136192 +SHA256 (xpi/firefox35-i18n-3.5.16/sv-SE.xpi) = 81598cc1112a1606fc592412b6454d94184427c5472059085ee0320dc7a4858d +SIZE (xpi/firefox35-i18n-3.5.16/sv-SE.xpi) = 128153 +SHA256 (xpi/firefox35-i18n-3.5.16/ta-LK.xpi) = fe079c12b1286ed6959b7c4bdd39513823e0fd03fb8156d294922f5f06eb1a12 +SIZE (xpi/firefox35-i18n-3.5.16/ta-LK.xpi) = 148009 +SHA256 (xpi/firefox35-i18n-3.5.16/ta.xpi) = 666fdaeaa31ca913582bb027ffa98ec9134e09809048899e7c45e558c2309749 +SIZE (xpi/firefox35-i18n-3.5.16/ta.xpi) = 136526 +SHA256 (xpi/firefox35-i18n-3.5.16/te.xpi) = cb9f486b7c2c368ed3a2ed4844e7c54c21496fec1ff0beffb44f64bcb044237e +SIZE (xpi/firefox35-i18n-3.5.16/te.xpi) = 147204 +SHA256 (xpi/firefox35-i18n-3.5.16/th.xpi) = 77464b5bf7eca97271ef9ad9e9fe663a3581adb718ad150ce06980f9925fa9eb +SIZE (xpi/firefox35-i18n-3.5.16/th.xpi) = 133748 +SHA256 (xpi/firefox35-i18n-3.5.16/tr.xpi) = 46c24313911e86b5174d61dc01e0055757aa4df6885512364dab9ee3f4c57203 +SIZE (xpi/firefox35-i18n-3.5.16/tr.xpi) = 124782 +SHA256 (xpi/firefox35-i18n-3.5.16/uk.xpi) = ad37d870730e97815edbbf2ae71d92bae122935d12e3abc0eeefe458752bd28a +SIZE (xpi/firefox35-i18n-3.5.16/uk.xpi) = 142436 +SHA256 (xpi/firefox35-i18n-3.5.16/vi.xpi) = 5793812f76ba92240ab4207ecf221ef5fd36592cae1f9df273ce4017de9c5604 +SIZE (xpi/firefox35-i18n-3.5.16/vi.xpi) = 128572 +SHA256 (xpi/firefox35-i18n-3.5.16/zh-CN.xpi) = 66b9983742d4d520887c83bdca9e5ff37a19f4ee785cf264b72a302e2430801c +SIZE (xpi/firefox35-i18n-3.5.16/zh-CN.xpi) = 126626 +SHA256 (xpi/firefox35-i18n-3.5.16/zh-TW.xpi) = 741e7113d57102549e475345b5835291952c482be100fca17b3c3ef83a7ac9f4 +SIZE (xpi/firefox35-i18n-3.5.16/zh-TW.xpi) = 127838 Modified: branches/experimental/www/firefox35/Makefile ============================================================================== --- branches/experimental/www/firefox35/Makefile Fri Dec 10 11:51:32 2010 (r467) +++ branches/experimental/www/firefox35/Makefile Fri Dec 10 12:03:44 2010 (r468) @@ -6,7 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 3.5.15 +DISTVERSION= 3.5.16 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} Modified: branches/experimental/www/firefox35/distinfo ============================================================================== --- branches/experimental/www/firefox35/distinfo Fri Dec 10 11:51:32 2010 (r467) +++ branches/experimental/www/firefox35/distinfo Fri Dec 10 12:03:44 2010 (r468) @@ -1,3 +1,2 @@ -MD5 (firefox-3.5.15.source.tar.bz2) = 876699d59db7419bacc03cae9576f5a1 -SHA256 (firefox-3.5.15.source.tar.bz2) = 6a2794b44731bdf989c140fcd55310650da7b4de4d54175fb66928c2c161c366 -SIZE (firefox-3.5.15.source.tar.bz2) = 47554491 +SHA256 (firefox-3.5.16.source.tar.bz2) = 99db9a64dd11066f0ed040e87f033ad53c5160ed524afd2fb1a14db3660ec7bd +SIZE (firefox-3.5.16.source.tar.bz2) = 47573612 Modified: branches/experimental/www/linux-firefox-devel/Makefile ============================================================================== --- branches/experimental/www/linux-firefox-devel/Makefile Fri Dec 10 11:51:32 2010 (r467) +++ branches/experimental/www/linux-firefox-devel/Makefile Fri Dec 10 12:03:44 2010 (r468) @@ -6,7 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 3.5.15 +DISTVERSION= 3.5.16 CATEGORIES= www MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US PKGNAMESUFFIX= -devel Modified: branches/experimental/www/linux-firefox-devel/distinfo ============================================================================== --- branches/experimental/www/linux-firefox-devel/distinfo Fri Dec 10 11:51:32 2010 (r467) +++ branches/experimental/www/linux-firefox-devel/distinfo Fri Dec 10 12:03:44 2010 (r468) @@ -1,3 +1,2 @@ -MD5 (firefox-3.5.15.tar.bz2) = af12100e56b57b7e220c1fb6a9e47463 -SHA256 (firefox-3.5.15.tar.bz2) = 87c9a0c78c661e6990aa80ce92847576b41a6dc0e93d03fc9e0b380704bfc686 -SIZE (firefox-3.5.15.tar.bz2) = 9951969 +SHA256 (firefox-3.5.16.tar.bz2) = ecc1b96b9c0a0e0c1029f234bbe69f5482c0a39da3f4ea235e716c606eb8d450 +SIZE (firefox-3.5.16.tar.bz2) = 10019576 From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 10 12:13:35 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD579106567A for ; Fri, 10 Dec 2010 12:13:34 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 77CEE8FC38 for ; Fri, 10 Dec 2010 12:13:34 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oBACDXZm010568 for ; Fri, 10 Dec 2010 12:13:33 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oBACDSv5009294 for freebsd-gecko@freebsd.org; Fri, 10 Dec 2010 12:13:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 10 Dec 2010 12:13:28 GMT Message-Id: <201012101213.oBACDSv5009294@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r469 - in branches/experimental/www: linux-seamonkey seamonkey2 seamonkey2-i18n X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 12:13:35 -0000 Author: beat Date: Fri Dec 10 12:13:28 2010 New Revision: 469 Log: - Update to 2.0.11 - Drop MD5 checksums Security: http://www.vuxml.org/freebsd/1d8ff4a2-0445-11e0-8e32-000f20797ede.html Modified: branches/experimental/www/linux-seamonkey/Makefile branches/experimental/www/linux-seamonkey/distinfo branches/experimental/www/seamonkey2-i18n/Makefile branches/experimental/www/seamonkey2-i18n/distinfo branches/experimental/www/seamonkey2/Makefile branches/experimental/www/seamonkey2/distinfo Modified: branches/experimental/www/linux-seamonkey/Makefile ============================================================================== --- branches/experimental/www/linux-seamonkey/Makefile Fri Dec 10 12:03:44 2010 (r468) +++ branches/experimental/www/linux-seamonkey/Makefile Fri Dec 10 12:13:28 2010 (r469) @@ -6,7 +6,7 @@ # PORTNAME= seamonkey -PORTVERSION= 2.0.10 +PORTVERSION= 2.0.11 CATEGORIES= www MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US Modified: branches/experimental/www/linux-seamonkey/distinfo ============================================================================== --- branches/experimental/www/linux-seamonkey/distinfo Fri Dec 10 12:03:44 2010 (r468) +++ branches/experimental/www/linux-seamonkey/distinfo Fri Dec 10 12:13:28 2010 (r469) @@ -1,3 +1,2 @@ -MD5 (seamonkey-2.0.10.tar.bz2) = dea56ad9dd74888747939c373d10343e -SHA256 (seamonkey-2.0.10.tar.bz2) = 7b6d2b06e1406889071eb0822f94caee867ee79779ebf559c8f97b59414d01e6 -SIZE (seamonkey-2.0.10.tar.bz2) = 13232241 +SHA256 (seamonkey-2.0.11.tar.bz2) = cc3b2e21ed8155d10aa73cf9bfe03562401738f940a7aa9c62dde85c8116b1e0 +SIZE (seamonkey-2.0.11.tar.bz2) = 13313059 Modified: branches/experimental/www/seamonkey2-i18n/Makefile ============================================================================== --- branches/experimental/www/seamonkey2-i18n/Makefile Fri Dec 10 12:03:44 2010 (r468) +++ branches/experimental/www/seamonkey2-i18n/Makefile Fri Dec 10 12:13:28 2010 (r469) @@ -6,7 +6,7 @@ # PORTNAME= seamonkey2-i18n -PORTVERSION= 2.0.10 +PORTVERSION= 2.0.11 CATEGORIES= www MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= Modified: branches/experimental/www/seamonkey2-i18n/distinfo ============================================================================== --- branches/experimental/www/seamonkey2-i18n/distinfo Fri Dec 10 12:03:44 2010 (r468) +++ branches/experimental/www/seamonkey2-i18n/distinfo Fri Dec 10 12:13:28 2010 (r469) @@ -1,57 +1,38 @@ -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.be.langpack.xpi) = 3857adecb4619843c8721ded7e517654 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.be.langpack.xpi) = 9f40ff6a3b0b49fd77dcac68b5cb434a34b09a5dbb6c9bc469a4ead278e899e1 -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.be.langpack.xpi) = 482578 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.ca.langpack.xpi) = 83fed4bf1efe2721376f37e5a8cdbe06 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.ca.langpack.xpi) = f790f1f44ea6549dd62cfc4677ed909b9a0f39023b005de2e6b70f84074a3d06 -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.ca.langpack.xpi) = 488149 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.cs.langpack.xpi) = 2de5b2aa77f9c4b449a508df77d65aff -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.cs.langpack.xpi) = 54410e32757085cf3b80547833fbef53d346ec9f854c70264b074a5c1a449caf -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.cs.langpack.xpi) = 522792 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.de.langpack.xpi) = 96a870ff0e7aea0bf28933d14d77ad8b -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.de.langpack.xpi) = 30c2125a0d3f11ba4ff5504dfdb305aaeb4b00a558741d30e86a2923315851b1 -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.de.langpack.xpi) = 542570 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.es-AR.langpack.xpi) = 2078a9cac266206fc95111fd28feb557 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.es-AR.langpack.xpi) = 832ef42e72fc8cf426b1e1a1e9706648a00198c2b4a0f07ab5dabff2479db93c -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.es-AR.langpack.xpi) = 489510 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.es-ES.langpack.xpi) = 73b4ba038ec9f2afaf4faf024eab65cf -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.es-ES.langpack.xpi) = b737591d758e8e1345d4d9c0313cea9071fd2bd2f33824530d65d4dff2289273 -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.es-ES.langpack.xpi) = 509744 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.fr.langpack.xpi) = 29ebe17aa150e0953e4198bccd834622 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.fr.langpack.xpi) = 27853300e216287a4b9a8291775a7950ba838a3663530d6b11cfc333d25a3fb0 -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.fr.langpack.xpi) = 578850 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.gl.langpack.xpi) = fb3b55d6bee35bf342425b5dd7838138 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.gl.langpack.xpi) = 95aed7f3dac1cb3fc4574852b6f202daf81f49eb54138a117ecaa48020f609cb -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.gl.langpack.xpi) = 496057 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.hu.langpack.xpi) = 6e3cda56c1ab6a509703fe49b072b473 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.hu.langpack.xpi) = 1324f057d380edb6d4636ace04ae067d6330fbafd2b6f954eac28b704907e878 -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.hu.langpack.xpi) = 521389 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.it.langpack.xpi) = 6237effc01da6ac3e2713882778e920a -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.it.langpack.xpi) = 42bc68d6c21705f429ce20e9caa803a3d4782212cb0de0c27fa9253dd7a05d9d -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.it.langpack.xpi) = 468231 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.ka.langpack.xpi) = e3ece910434a6de74a19a053bb2424fa -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.ka.langpack.xpi) = d10049ac94a197d0de06fb54416b5660ec428ad91e4c94c7626f8054a486331e -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.ka.langpack.xpi) = 547325 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.lt.langpack.xpi) = 6bc5d0cf2c80e651b5baaaae7cf9120a -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.lt.langpack.xpi) = 587e26c34950ffa8665801c66f60638c6f78394b8585f5df4b73d8277ef41bd1 -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.lt.langpack.xpi) = 522636 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.nb-NO.langpack.xpi) = 1d57cb5d17e87dc5728c587618b7a7a1 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.nb-NO.langpack.xpi) = e8d68e24c518b7312819d11477e679483c0cb3392b5ef21dfaf9831f5b99a02f -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.nb-NO.langpack.xpi) = 491229 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.nl.langpack.xpi) = bb56b0871f929bb2f3967cbd2e5d8098 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.nl.langpack.xpi) = 140ca34477a351015fdad53923928732b392d03e1a6aa1a813caaf0c1c1761dc -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.nl.langpack.xpi) = 499495 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.pl.langpack.xpi) = aff4982a72b34116510a558ad2166ff7 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.pl.langpack.xpi) = 23e3c2575b6a80d1087c4b4edd15e50294180521cfd424ad38a0a39c4348fe22 -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.pl.langpack.xpi) = 520041 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.pt-PT.langpack.xpi) = b40107edd6c78529501122f224f0ff23 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.pt-PT.langpack.xpi) = 3f990200e8aaf3896cc6b32c462bda0f87a05f1264450664ec7c5ae79890cbf6 -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.pt-PT.langpack.xpi) = 490028 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.ru.langpack.xpi) = ed79911c2a0ccaa60c52f3cbe7ca5204 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.ru.langpack.xpi) = cbd50a5e199895cd89323a30de84e69d4038cdfce2c4c940630cd5ef5908c6df -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.ru.langpack.xpi) = 560160 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.sk.langpack.xpi) = 2087b20ecc68c26468eb1797eb5df9a6 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.sk.langpack.xpi) = 580860d90c9e4c889ba5f193da521cf369255b20814b540908436dbbeb3b4521 -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.sk.langpack.xpi) = 524792 -MD5 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.tr.langpack.xpi) = 3641dcffa36f121b0e1c00b1c488a356 -SHA256 (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.tr.langpack.xpi) = 83b9f3a65d0dfe349b094552cc91de0720646689f76ba78780920860d9394590 -SIZE (xpi/seamonkey2-i18n-2.0.10/seamonkey-2.0.10.tr.langpack.xpi) = 493745 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.be.langpack.xpi) = 60a1ed8086530e4811124dc74aebc82f48349eff99869740b6446e665a06214a +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.be.langpack.xpi) = 482605 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.ca.langpack.xpi) = d60b00c07b933e593ef4eba402d758829fa7346f3441eb887a401d8ca2a49598 +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.ca.langpack.xpi) = 488195 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.cs.langpack.xpi) = 469b7992dc44848392771a0d245ed998bcc69f710ed77201cebea639e5742171 +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.cs.langpack.xpi) = 522816 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.de.langpack.xpi) = a353590fa304e2e370c761981dced963f65005e08dde109074ab37a929126501 +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.de.langpack.xpi) = 542569 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.es-AR.langpack.xpi) = d58d430a93dabf7d87ac6cab0cb13fb024e1a8688ec3329453af037d5bf1879e +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.es-AR.langpack.xpi) = 489519 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.es-ES.langpack.xpi) = 9477305417a0c059a26414044dacd3591b8eeac4e7c227fa3bc179343bdd1e5d +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.es-ES.langpack.xpi) = 509763 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.fr.langpack.xpi) = 07490864590c8e01400a60c506723a022ae0f9a198de9b6d10279e79eaeb0412 +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.fr.langpack.xpi) = 579537 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.gl.langpack.xpi) = 43b21daca33c45f8894a2d7cfc6abf0b34efd18c395878fb0237c733dfdfb08c +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.gl.langpack.xpi) = 496069 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.hu.langpack.xpi) = ccdf6a126c811a3dca1e0cd45d7029f565fc7937bfd36f664c70f27d3143bcec +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.hu.langpack.xpi) = 521422 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.it.langpack.xpi) = 46dc8b7e83371520036bd0f4b93cd4c82ca0129b0312e2e2a42e1d7cda635aa2 +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.it.langpack.xpi) = 468277 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.ka.langpack.xpi) = ab93cc8ae7ff6b6934fa4a3f1d651ebd0c6141e2a6ce3bfed7ea004786050349 +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.ka.langpack.xpi) = 547335 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.lt.langpack.xpi) = a095343b7871f26034953a9b498dcf09f8ca8d54aee7975479c231911b327be5 +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.lt.langpack.xpi) = 522625 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.nb-NO.langpack.xpi) = efa6f459e2c9ae7a3f47d8a84a020a59d8b48c4e07631b575a12252c6225ba55 +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.nb-NO.langpack.xpi) = 491238 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.nl.langpack.xpi) = f7b29c3896180dbd525ac3cd6cbe8bae7d4523ff2c693aafcea6575083b97406 +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.nl.langpack.xpi) = 499429 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.pl.langpack.xpi) = 84c5fb12762f9d2eeac7009c10d947287a5b8859e96386868697f5fd9477d0ac +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.pl.langpack.xpi) = 520046 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.pt-PT.langpack.xpi) = 52c1768a78fc79302ddf1463ba50cc32d2d8c7b4e8e2310c7ea3c3853a19aaab +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.pt-PT.langpack.xpi) = 490061 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.ru.langpack.xpi) = 08e572c99c81b7acc7e8ee0eaf044f06d8f673ba1dbb492d4aec5e94afed2ba7 +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.ru.langpack.xpi) = 560199 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.sk.langpack.xpi) = ace80b23cfcf978d6349f415fd453c1cb4b55c707c112ad16722b3b9ed14e270 +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.sk.langpack.xpi) = 524866 +SHA256 (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.tr.langpack.xpi) = 6434ca8d44e0e2c3afefbe6bfa8ab50d4eb3091d00b6c2421dcbba516cf1da93 +SIZE (xpi/seamonkey2-i18n-2.0.11/seamonkey-2.0.11.tr.langpack.xpi) = 493825 Modified: branches/experimental/www/seamonkey2/Makefile ============================================================================== --- branches/experimental/www/seamonkey2/Makefile Fri Dec 10 12:03:44 2010 (r468) +++ branches/experimental/www/seamonkey2/Makefile Fri Dec 10 12:13:28 2010 (r469) @@ -6,8 +6,7 @@ # PORTNAME= seamonkey -DISTVERSION= 2.0.10 -PORTREVISION= 1 +DISTVERSION= 2.0.11 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source Modified: branches/experimental/www/seamonkey2/distinfo ============================================================================== --- branches/experimental/www/seamonkey2/distinfo Fri Dec 10 12:03:44 2010 (r468) +++ branches/experimental/www/seamonkey2/distinfo Fri Dec 10 12:13:28 2010 (r469) @@ -1,3 +1,2 @@ -MD5 (seamonkey-2.0.10.source.tar.bz2) = 08771818ede4a30c50500328b16c6f85 -SHA256 (seamonkey-2.0.10.source.tar.bz2) = 1b42aa00d0e7eb464d9bdebe6c10e7b1542facaea6391aa7752cef788aa85353 -SIZE (seamonkey-2.0.10.source.tar.bz2) = 61606024 +SHA256 (seamonkey-2.0.11.source.tar.bz2) = 1b72c28d1e459b5c4968e47c5540948a76037f4d2343f01ad4b46089aac16d2f +SIZE (seamonkey-2.0.11.source.tar.bz2) = 61641109 From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 10 12:19:42 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4258D106564A for ; Fri, 10 Dec 2010 12:19:42 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id CE01C8FC12 for ; Fri, 10 Dec 2010 12:19:41 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oBACJeHh017920 for ; Fri, 10 Dec 2010 12:19:40 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oBACJZFg017055 for freebsd-gecko@freebsd.org; Fri, 10 Dec 2010 12:19:35 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 10 Dec 2010 12:19:35 GMT Message-Id: <201012101219.oBACJZFg017055@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r470 - in branches/experimental/mail: thunderbird3 thunderbird3-i18n X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 12:19:42 -0000 Author: beat Date: Fri Dec 10 12:19:35 2010 New Revision: 470 Log: - Update to 3.0.11 - Drop MD5 checksums Security: http://www.vuxml.org/freebsd/1d8ff4a2-0445-11e0-8e32-000f20797ede.html Modified: branches/experimental/mail/thunderbird3-i18n/Makefile branches/experimental/mail/thunderbird3-i18n/distinfo branches/experimental/mail/thunderbird3/Makefile branches/experimental/mail/thunderbird3/distinfo Modified: branches/experimental/mail/thunderbird3-i18n/Makefile ============================================================================== --- branches/experimental/mail/thunderbird3-i18n/Makefile Fri Dec 10 12:13:28 2010 (r469) +++ branches/experimental/mail/thunderbird3-i18n/Makefile Fri Dec 10 12:19:35 2010 (r470) @@ -6,7 +6,7 @@ # PORTNAME= thunderbird3-i18n -PORTVERSION= 3.0.10 +PORTVERSION= 3.0.11 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: branches/experimental/mail/thunderbird3-i18n/distinfo ============================================================================== --- branches/experimental/mail/thunderbird3-i18n/distinfo Fri Dec 10 12:13:28 2010 (r469) +++ branches/experimental/mail/thunderbird3-i18n/distinfo Fri Dec 10 12:19:35 2010 (r470) @@ -1,147 +1,98 @@ -MD5 (xpi/thunderbird3-i18n-3.0.10/af.xpi) = 014b4893b64e3303976be5698a25e72a -SHA256 (xpi/thunderbird3-i18n-3.0.10/af.xpi) = 997f8bb11554a38a602cc8261b22057116c753e13ea9498480b8e2fad0557015 -SIZE (xpi/thunderbird3-i18n-3.0.10/af.xpi) = 200265 -MD5 (xpi/thunderbird3-i18n-3.0.10/ar.xpi) = ed75144de9e8b8e3fc84be5b8976484a -SHA256 (xpi/thunderbird3-i18n-3.0.10/ar.xpi) = 5d3a9e649dc877f137e22abe93b9603266747c86f375c71127b66aa21c1aaddd -SIZE (xpi/thunderbird3-i18n-3.0.10/ar.xpi) = 218278 -MD5 (xpi/thunderbird3-i18n-3.0.10/be.xpi) = a9be1818bba7100e4715a8181de49def -SHA256 (xpi/thunderbird3-i18n-3.0.10/be.xpi) = 4b52e8338b9470e5ebb944b9537561c77781fd4421e047f1ce168f581f3625ee -SIZE (xpi/thunderbird3-i18n-3.0.10/be.xpi) = 189221 -MD5 (xpi/thunderbird3-i18n-3.0.10/bg.xpi) = ce17279f3222c1878f5a0bb413be80d0 -SHA256 (xpi/thunderbird3-i18n-3.0.10/bg.xpi) = ccead51fef27171b2f8c53363484832e9fdbb8c727e9be4e44fc577e29409805 -SIZE (xpi/thunderbird3-i18n-3.0.10/bg.xpi) = 222583 -MD5 (xpi/thunderbird3-i18n-3.0.10/bn-BD.xpi) = 760bb3f972518c05baa3cbb3861303b2 -SHA256 (xpi/thunderbird3-i18n-3.0.10/bn-BD.xpi) = ca990c7ecd812000b3b3418348555de3dbaa17c1438c9912a47041bd0e3646b8 -SIZE (xpi/thunderbird3-i18n-3.0.10/bn-BD.xpi) = 231455 -MD5 (xpi/thunderbird3-i18n-3.0.10/ca.xpi) = f67bb5738e774e371dd7b833a70adb2b -SHA256 (xpi/thunderbird3-i18n-3.0.10/ca.xpi) = 50382ef2d115e7c9259e01fb98b8addad96bca77d9d4538a7a40167266e69192 -SIZE (xpi/thunderbird3-i18n-3.0.10/ca.xpi) = 207499 -MD5 (xpi/thunderbird3-i18n-3.0.10/cs.xpi) = c35d4fc195e6e2e5c7c8bee219a3554f -SHA256 (xpi/thunderbird3-i18n-3.0.10/cs.xpi) = b1fce84db80733e964781c24388a386a82dfe15a87e4bb949e02d7388960481b -SIZE (xpi/thunderbird3-i18n-3.0.10/cs.xpi) = 207748 -MD5 (xpi/thunderbird3-i18n-3.0.10/da.xpi) = e7c1cfdc593db9f0161dfe4cdda55eb1 -SHA256 (xpi/thunderbird3-i18n-3.0.10/da.xpi) = b7970f6988075d0f51066cc151f4cb1613453f2095dc6368f6d7d18ec84281d4 -SIZE (xpi/thunderbird3-i18n-3.0.10/da.xpi) = 192282 -MD5 (xpi/thunderbird3-i18n-3.0.10/de.xpi) = dccced22500a610208fba7db3eb8c5be -SHA256 (xpi/thunderbird3-i18n-3.0.10/de.xpi) = c9454316c2585ea1850405c14589f2ea1cc9236217a2635963a70cfda1bb4543 -SIZE (xpi/thunderbird3-i18n-3.0.10/de.xpi) = 211358 -MD5 (xpi/thunderbird3-i18n-3.0.10/el.xpi) = c8908305040a311dfc94ef29de08159c -SHA256 (xpi/thunderbird3-i18n-3.0.10/el.xpi) = a9962b256c37935ef142f20148e009fa4dacd388d10cfe3a1c7e49865f017438 -SIZE (xpi/thunderbird3-i18n-3.0.10/el.xpi) = 226885 -MD5 (xpi/thunderbird3-i18n-3.0.10/en-GB.xpi) = 77459d34a460e3d6abbaae1ada03d7e4 -SHA256 (xpi/thunderbird3-i18n-3.0.10/en-GB.xpi) = 1814bdf0cb2fd2337bb523faf33488004184bead704a751deb034e9b5b1eeb7e -SIZE (xpi/thunderbird3-i18n-3.0.10/en-GB.xpi) = 193346 -MD5 (xpi/thunderbird3-i18n-3.0.10/es-AR.xpi) = 7ed194c00ab242728cbbba45b10125cd -SHA256 (xpi/thunderbird3-i18n-3.0.10/es-AR.xpi) = 0431c98d7321f83f5940adb8da4f5abe4a23c898b5699b320550622a12184f76 -SIZE (xpi/thunderbird3-i18n-3.0.10/es-AR.xpi) = 207596 -MD5 (xpi/thunderbird3-i18n-3.0.10/es-ES.xpi) = d023da29236149e199c03ff4d05daaa6 -SHA256 (xpi/thunderbird3-i18n-3.0.10/es-ES.xpi) = 766dbd47861be015ab28a050dee9ae5c5e30e6424c2c4899698bfef2d057fb81 -SIZE (xpi/thunderbird3-i18n-3.0.10/es-ES.xpi) = 168112 -MD5 (xpi/thunderbird3-i18n-3.0.10/et.xpi) = 2a8f8f9b1256849600242e1d1dc487a6 -SHA256 (xpi/thunderbird3-i18n-3.0.10/et.xpi) = 97d37e3ac462b0449252ece9d889b667ca06a118ae7936617cfc88c645ac16e5 -SIZE (xpi/thunderbird3-i18n-3.0.10/et.xpi) = 210602 -MD5 (xpi/thunderbird3-i18n-3.0.10/eu.xpi) = a840dc3e4c713103e31e44ccdc9c7991 -SHA256 (xpi/thunderbird3-i18n-3.0.10/eu.xpi) = 0191b208e640ae2a0994fcd36022cabd9084f4d772e65076180409cd92abd6a1 -SIZE (xpi/thunderbird3-i18n-3.0.10/eu.xpi) = 200881 -MD5 (xpi/thunderbird3-i18n-3.0.10/fi.xpi) = a007777aa71dcd8f8c741f56d7e14a63 -SHA256 (xpi/thunderbird3-i18n-3.0.10/fi.xpi) = 21b3afe46b6d00d144896f9504adb36d25ad13b61e7bfece49569e895b93d422 -SIZE (xpi/thunderbird3-i18n-3.0.10/fi.xpi) = 208411 -MD5 (xpi/thunderbird3-i18n-3.0.10/fr.xpi) = 4473a2fbc345bfe0670b75aa607c1c71 -SHA256 (xpi/thunderbird3-i18n-3.0.10/fr.xpi) = cc2210f4b5aeb65ebcd16a9fb112101550d751047508dac114f5355f635e3834 -SIZE (xpi/thunderbird3-i18n-3.0.10/fr.xpi) = 210401 -MD5 (xpi/thunderbird3-i18n-3.0.10/fy-NL.xpi) = 84727c4a6afdd16c4efd9ff73287fd09 -SHA256 (xpi/thunderbird3-i18n-3.0.10/fy-NL.xpi) = ae98dc994a51e4e024745707b1f1cf31c872c18917fa36a783cce28e14391a4c -SIZE (xpi/thunderbird3-i18n-3.0.10/fy-NL.xpi) = 209970 -MD5 (xpi/thunderbird3-i18n-3.0.10/ga-IE.xpi) = f0c34f656d67bd2049178aa21c3a86ab -SHA256 (xpi/thunderbird3-i18n-3.0.10/ga-IE.xpi) = 4c79ad1a8ffd1266229d78fe84f8d71d3ecbb83d100e6fa60e534efc87e121d7 -SIZE (xpi/thunderbird3-i18n-3.0.10/ga-IE.xpi) = 208860 -MD5 (xpi/thunderbird3-i18n-3.0.10/gl.xpi) = 58b07c488b122336ce62f1ce422132c2 -SHA256 (xpi/thunderbird3-i18n-3.0.10/gl.xpi) = b33747c1012cc479141e35dc165ccd0989f84108f3a6c6452f94fd37a6603cd7 -SIZE (xpi/thunderbird3-i18n-3.0.10/gl.xpi) = 204733 -MD5 (xpi/thunderbird3-i18n-3.0.10/he.xpi) = 50af96a01674517cdc659f4f354073ec -SHA256 (xpi/thunderbird3-i18n-3.0.10/he.xpi) = 3b1ca884dd4ff881588d48d1300270a6130432ae6b93f2c9b3054c611f07cff4 -SIZE (xpi/thunderbird3-i18n-3.0.10/he.xpi) = 192155 -MD5 (xpi/thunderbird3-i18n-3.0.10/hu.xpi) = 295511d55d1bb0915cabda5eaa03c986 -SHA256 (xpi/thunderbird3-i18n-3.0.10/hu.xpi) = 269b1b6ad63def427a0ad49004cb3a1fbc064884974ac614742e2f5898fcd0af -SIZE (xpi/thunderbird3-i18n-3.0.10/hu.xpi) = 215539 -MD5 (xpi/thunderbird3-i18n-3.0.10/id.xpi) = efe98e54bded9b431822d33b6e0df87a -SHA256 (xpi/thunderbird3-i18n-3.0.10/id.xpi) = b9a34ac3ab0eba137203955e904313ff30468b6f7116db86d3c4845f59f750d6 -SIZE (xpi/thunderbird3-i18n-3.0.10/id.xpi) = 168252 -MD5 (xpi/thunderbird3-i18n-3.0.10/is.xpi) = 9c2f70802c8a7e7fdbd210a05b866e1b -SHA256 (xpi/thunderbird3-i18n-3.0.10/is.xpi) = c7dbea3e88090e8d0c809c89854e3bef1b47591c156c755f27460da114c3ed02 -SIZE (xpi/thunderbird3-i18n-3.0.10/is.xpi) = 203510 -MD5 (xpi/thunderbird3-i18n-3.0.10/it.xpi) = 64b5157586bdf8635681b5416ba2f723 -SHA256 (xpi/thunderbird3-i18n-3.0.10/it.xpi) = 582f5d41879d38ac83668db52dd9d27ff6e225cd9fd47493a66d069f32d9cf06 -SIZE (xpi/thunderbird3-i18n-3.0.10/it.xpi) = 166899 -MD5 (xpi/thunderbird3-i18n-3.0.10/ja.xpi) = 0561f75e72d457d784b42de2238bb111 -SHA256 (xpi/thunderbird3-i18n-3.0.10/ja.xpi) = baf7971b6942f8a602889d0d0e0e1c55de0cb85ab17e16d5978d34895f6fe2ae -SIZE (xpi/thunderbird3-i18n-3.0.10/ja.xpi) = 224429 -MD5 (xpi/thunderbird3-i18n-3.0.10/ka.xpi) = e9432c8b923a30462926fb2dd7167d27 -SHA256 (xpi/thunderbird3-i18n-3.0.10/ka.xpi) = 74cf3912fe260eb3cf45d4635b15d85aaced4d92c632e5f0b15d412c95970412 -SIZE (xpi/thunderbird3-i18n-3.0.10/ka.xpi) = 249086 -MD5 (xpi/thunderbird3-i18n-3.0.10/ko.xpi) = 141956f5fd1035f101d6204f9a1af653 -SHA256 (xpi/thunderbird3-i18n-3.0.10/ko.xpi) = 94d7227aff2612195ce7f9603b3238a1be856c28a3bcd3e2d74fe07aba8307cb -SIZE (xpi/thunderbird3-i18n-3.0.10/ko.xpi) = 186340 -MD5 (xpi/thunderbird3-i18n-3.0.10/lt.xpi) = 0e6b9bba3248d36dc512332986cf0eb2 -SHA256 (xpi/thunderbird3-i18n-3.0.10/lt.xpi) = e9c875d4abb2e7c2c983b8edd7007d6738f03abf18374c114f4c369aa1b8e016 -SIZE (xpi/thunderbird3-i18n-3.0.10/lt.xpi) = 224256 -MD5 (xpi/thunderbird3-i18n-3.0.10/nb-NO.xpi) = 12f6a6428575e9524ee5144a14820732 -SHA256 (xpi/thunderbird3-i18n-3.0.10/nb-NO.xpi) = 29779fea769c763918b300d36d69af783fb98f3b113d3a3ff5ed6153e4c07958 -SIZE (xpi/thunderbird3-i18n-3.0.10/nb-NO.xpi) = 202701 -MD5 (xpi/thunderbird3-i18n-3.0.10/nl.xpi) = 5b43001606c9f74c6ff5aa57d9c12a8f -SHA256 (xpi/thunderbird3-i18n-3.0.10/nl.xpi) = a791b4ca98cb77b4c7089a1b9df8d9227c95b2d15ced98ef3a2186a18097623b -SIZE (xpi/thunderbird3-i18n-3.0.10/nl.xpi) = 205702 -MD5 (xpi/thunderbird3-i18n-3.0.10/nn-NO.xpi) = f8cd6f17edd0bca5ebab109fafc27533 -SHA256 (xpi/thunderbird3-i18n-3.0.10/nn-NO.xpi) = d94e20fce0fca996cb1aa2177401ac74c413cc4a97f8ab86c223cbbe994933ad -SIZE (xpi/thunderbird3-i18n-3.0.10/nn-NO.xpi) = 204455 -MD5 (xpi/thunderbird3-i18n-3.0.10/pa-IN.xpi) = fe606ac5a5f4930840d049c77296e2ac -SHA256 (xpi/thunderbird3-i18n-3.0.10/pa-IN.xpi) = a2326e24dc6b3d51c11ecf4a34b5be6700437c8eb557c738e2f5459d22fb3f61 -SIZE (xpi/thunderbird3-i18n-3.0.10/pa-IN.xpi) = 230460 -MD5 (xpi/thunderbird3-i18n-3.0.10/pl.xpi) = 64ce59a9871f2bccbdd6780468a25126 -SHA256 (xpi/thunderbird3-i18n-3.0.10/pl.xpi) = d9d66c7d5e4e4ddd2fff18049faedf3c18a207996696c4c9e72beff23e83c2f6 -SIZE (xpi/thunderbird3-i18n-3.0.10/pl.xpi) = 197846 -MD5 (xpi/thunderbird3-i18n-3.0.10/pt-BR.xpi) = 13bd508cff40a46b668807363eb7de44 -SHA256 (xpi/thunderbird3-i18n-3.0.10/pt-BR.xpi) = cbded808c48bc7d2f8722f82f4eff0778739ad3f49ff110d0fa0410559b6eea3 -SIZE (xpi/thunderbird3-i18n-3.0.10/pt-BR.xpi) = 204035 -MD5 (xpi/thunderbird3-i18n-3.0.10/pt-PT.xpi) = 311acd7c731523ff021cffd71bab1c9c -SHA256 (xpi/thunderbird3-i18n-3.0.10/pt-PT.xpi) = 9326c6c944cd177abb7ed173b2e6d302b024028ddb4677db93d58989cdb58865 -SIZE (xpi/thunderbird3-i18n-3.0.10/pt-PT.xpi) = 204144 -MD5 (xpi/thunderbird3-i18n-3.0.10/ro.xpi) = 1a8810b88d55a7e6452af286a0db9b96 -SHA256 (xpi/thunderbird3-i18n-3.0.10/ro.xpi) = d0cc0487b9fc06e918c1708b5eb270f69870c178a271ab4e128a98c0611e0e19 -SIZE (xpi/thunderbird3-i18n-3.0.10/ro.xpi) = 210189 -MD5 (xpi/thunderbird3-i18n-3.0.10/ru.xpi) = 92e2dcde153df9974cda4c7f7c2283b8 -SHA256 (xpi/thunderbird3-i18n-3.0.10/ru.xpi) = 8661ca87204cf4482e0f02684307c8ef1c68f3e3d7ec126f47284eb2593e28a2 -SIZE (xpi/thunderbird3-i18n-3.0.10/ru.xpi) = 192117 -MD5 (xpi/thunderbird3-i18n-3.0.10/si.xpi) = 335d4529cc4e8287cc3a200d4a6b9aa3 -SHA256 (xpi/thunderbird3-i18n-3.0.10/si.xpi) = 40dd64d530e16e25cbebff67f066d72401d2a271a78d8c243a493d749ed8b3d8 -SIZE (xpi/thunderbird3-i18n-3.0.10/si.xpi) = 233863 -MD5 (xpi/thunderbird3-i18n-3.0.10/sk.xpi) = 998705ecd6c6792576c30ee3d54dbfad -SHA256 (xpi/thunderbird3-i18n-3.0.10/sk.xpi) = 39e0abca4e2be8c6886271a94c3cbe92c22b4c5c8503358ff22e669e8592a8bc -SIZE (xpi/thunderbird3-i18n-3.0.10/sk.xpi) = 213235 -MD5 (xpi/thunderbird3-i18n-3.0.10/sq.xpi) = d402367713120684c029de89f0e1d2bb -SHA256 (xpi/thunderbird3-i18n-3.0.10/sq.xpi) = d5482dc053cc4cf6083634dcf36a686b5dd83269733be2eb7f8e22009890f003 -SIZE (xpi/thunderbird3-i18n-3.0.10/sq.xpi) = 199476 -MD5 (xpi/thunderbird3-i18n-3.0.10/sr.xpi) = 6182d3647f35143b028db1c4b026c4b5 -SHA256 (xpi/thunderbird3-i18n-3.0.10/sr.xpi) = cd9203469eabea406bc5b63f1e357d143b1f9b8b8bc8073509c74489db18e85e -SIZE (xpi/thunderbird3-i18n-3.0.10/sr.xpi) = 224341 -MD5 (xpi/thunderbird3-i18n-3.0.10/sv-SE.xpi) = 43da028d00ef774627892153a9871cc0 -SHA256 (xpi/thunderbird3-i18n-3.0.10/sv-SE.xpi) = e5a25f865aa15d48782f77b36b3f1cba81bb40b0ecc65962f05e18e57c2c430b -SIZE (xpi/thunderbird3-i18n-3.0.10/sv-SE.xpi) = 210653 -MD5 (xpi/thunderbird3-i18n-3.0.10/ta-LK.xpi) = 8b4d7397eb41c0c4a0bccbc4bdf02eef -SHA256 (xpi/thunderbird3-i18n-3.0.10/ta-LK.xpi) = accf7b184e3948771b5551945e0f3c64bb7c85c5185eb7f7d5913cc773c2740a -SIZE (xpi/thunderbird3-i18n-3.0.10/ta-LK.xpi) = 240900 -MD5 (xpi/thunderbird3-i18n-3.0.10/tr.xpi) = d6da8aa563eb218e9fcb248c151fa5c7 -SHA256 (xpi/thunderbird3-i18n-3.0.10/tr.xpi) = d927f1bc2771cd7cef772e70ed8e8b8091f5542efda17254b90e3b6f7e92dd36 -SIZE (xpi/thunderbird3-i18n-3.0.10/tr.xpi) = 205373 -MD5 (xpi/thunderbird3-i18n-3.0.10/uk.xpi) = 8bfc8b9db9933fea843e5d91bd09951b -SHA256 (xpi/thunderbird3-i18n-3.0.10/uk.xpi) = 14e72f55c247ae91e787439c7e13416b65bbdab8135d512bc70daa80abcf5ca0 -SIZE (xpi/thunderbird3-i18n-3.0.10/uk.xpi) = 232636 -MD5 (xpi/thunderbird3-i18n-3.0.10/vi.xpi) = 72a98af8fc24feb1f0d030e046bee16f -SHA256 (xpi/thunderbird3-i18n-3.0.10/vi.xpi) = 52d666faf3b623b828ed687b4ea9fe068843b11d3ab2fe47309c6749c37a9c2d -SIZE (xpi/thunderbird3-i18n-3.0.10/vi.xpi) = 209900 -MD5 (xpi/thunderbird3-i18n-3.0.10/zh-CN.xpi) = eb46754a3abf5af9ec9fac8e87a1b8dc -SHA256 (xpi/thunderbird3-i18n-3.0.10/zh-CN.xpi) = e156c8f073bd24f737d468948e68801dddd869a192270ae4982d6c716dc90a46 -SIZE (xpi/thunderbird3-i18n-3.0.10/zh-CN.xpi) = 208237 -MD5 (xpi/thunderbird3-i18n-3.0.10/zh-TW.xpi) = fb8f85c520adf5fd05056245a4d4bf3e -SHA256 (xpi/thunderbird3-i18n-3.0.10/zh-TW.xpi) = 52374cc901d15ebde5aa1b7f1935dc9c23dde02b14475f3f31e20d6be18a1083 -SIZE (xpi/thunderbird3-i18n-3.0.10/zh-TW.xpi) = 208660 +SHA256 (xpi/thunderbird3-i18n-3.0.11/af.xpi) = b8cadf1a08ad6a4af9f5813ab8c8d5b25a51ee8f2c0c801ce32f4a4a1728250a +SIZE (xpi/thunderbird3-i18n-3.0.11/af.xpi) = 200319 +SHA256 (xpi/thunderbird3-i18n-3.0.11/ar.xpi) = 69de4a5c25848e4a5ba47bf530bd5b312375c3155e1c27865054f6ea9b4a5b6a +SIZE (xpi/thunderbird3-i18n-3.0.11/ar.xpi) = 218281 +SHA256 (xpi/thunderbird3-i18n-3.0.11/be.xpi) = ee8289660f3b6469b9a3337a9b2d91153815c256756a20896b61d90d0cf3dd8e +SIZE (xpi/thunderbird3-i18n-3.0.11/be.xpi) = 189169 +SHA256 (xpi/thunderbird3-i18n-3.0.11/bg.xpi) = ef9d192c3f627f7dfdb3fce3fef10d80a3cf380cda8b3d47d814eff322cf0d86 +SIZE (xpi/thunderbird3-i18n-3.0.11/bg.xpi) = 222585 +SHA256 (xpi/thunderbird3-i18n-3.0.11/bn-BD.xpi) = df7eb0edfdc8d251e0f8206612eabebb7d444fc7a8cc72611440b91670f7515a +SIZE (xpi/thunderbird3-i18n-3.0.11/bn-BD.xpi) = 231451 +SHA256 (xpi/thunderbird3-i18n-3.0.11/ca.xpi) = ace337d589b4585a146fd4a44abf85996e6429a7f60dcf14c6531064dc9b43dd +SIZE (xpi/thunderbird3-i18n-3.0.11/ca.xpi) = 207527 +SHA256 (xpi/thunderbird3-i18n-3.0.11/cs.xpi) = 256e4981f56589f2d779656bec9f19282dd25230b8c510c10602f8bdd0de7525 +SIZE (xpi/thunderbird3-i18n-3.0.11/cs.xpi) = 207747 +SHA256 (xpi/thunderbird3-i18n-3.0.11/da.xpi) = 2ecfe1853ac2eda493e183629d9ec2da06b8f224dcddbb216f35e7fee297a9bd +SIZE (xpi/thunderbird3-i18n-3.0.11/da.xpi) = 192285 +SHA256 (xpi/thunderbird3-i18n-3.0.11/de.xpi) = cecc34ab758f821bf8e0d8aee349974da1feab662c7c57eed20c6ab6ab988c5c +SIZE (xpi/thunderbird3-i18n-3.0.11/de.xpi) = 211386 +SHA256 (xpi/thunderbird3-i18n-3.0.11/el.xpi) = 962a472c2d6a30623028efff0d1ddd83d2946a8f54c4ebd10642ebf4a33c307c +SIZE (xpi/thunderbird3-i18n-3.0.11/el.xpi) = 226859 +SHA256 (xpi/thunderbird3-i18n-3.0.11/en-GB.xpi) = 28479347f9f8e8f75f62dfea7531944d84b17bb1b2e4b2d1c9f20dc08783fd56 +SIZE (xpi/thunderbird3-i18n-3.0.11/en-GB.xpi) = 193358 +SHA256 (xpi/thunderbird3-i18n-3.0.11/es-AR.xpi) = 4ca056459d67a24520d41fe1e5d18d22839f8f45f76e826307d3153e1f96c6c1 +SIZE (xpi/thunderbird3-i18n-3.0.11/es-AR.xpi) = 207548 +SHA256 (xpi/thunderbird3-i18n-3.0.11/es-ES.xpi) = 5affa1c8eadc2a2f63475f7b82f41357a0a241ffa800d7ecbfcba615d28603dd +SIZE (xpi/thunderbird3-i18n-3.0.11/es-ES.xpi) = 168074 +SHA256 (xpi/thunderbird3-i18n-3.0.11/et.xpi) = 91c06293caaa00767eb9139d6ae596a14e515aa9910b34b22a5140266a017325 +SIZE (xpi/thunderbird3-i18n-3.0.11/et.xpi) = 210572 +SHA256 (xpi/thunderbird3-i18n-3.0.11/eu.xpi) = 9a231ec343f6c7212bc347cb7b7a28598b295a19e354dee62177229d95439810 +SIZE (xpi/thunderbird3-i18n-3.0.11/eu.xpi) = 200879 +SHA256 (xpi/thunderbird3-i18n-3.0.11/fi.xpi) = 0273dd906870f5eeb29da2bec0411aafeb0039906fbae0215608200ec549ed63 +SIZE (xpi/thunderbird3-i18n-3.0.11/fi.xpi) = 208366 +SHA256 (xpi/thunderbird3-i18n-3.0.11/fr.xpi) = dfc54bb62aa69607b775c5be016b4fcd46aa0f3c78a3a82b599f8723bcae9cbf +SIZE (xpi/thunderbird3-i18n-3.0.11/fr.xpi) = 210399 +SHA256 (xpi/thunderbird3-i18n-3.0.11/fy-NL.xpi) = cb82c85a3c47f6bd4d2ab071b7083fae9874bc8b920583d825b3ee40cffe7265 +SIZE (xpi/thunderbird3-i18n-3.0.11/fy-NL.xpi) = 209781 +SHA256 (xpi/thunderbird3-i18n-3.0.11/ga-IE.xpi) = 699176a15ef5feb06662928428f4fe8767a2932853d1d207e79fbfce425cd642 +SIZE (xpi/thunderbird3-i18n-3.0.11/ga-IE.xpi) = 208863 +SHA256 (xpi/thunderbird3-i18n-3.0.11/gl.xpi) = 8cb22fe3616179b0f92f6ee4777c1c50cce39029ec3aa2973b256a860bfd06cc +SIZE (xpi/thunderbird3-i18n-3.0.11/gl.xpi) = 204736 +SHA256 (xpi/thunderbird3-i18n-3.0.11/he.xpi) = d0590846b047ffabeea9245fed26f3f8b0e56d268483b2b26b50b92c3167f476 +SIZE (xpi/thunderbird3-i18n-3.0.11/he.xpi) = 192161 +SHA256 (xpi/thunderbird3-i18n-3.0.11/hu.xpi) = 8f6f19f86be5671483202a4f5e880b159634376bfbbd486d0c4d9f2fa2de1572 +SIZE (xpi/thunderbird3-i18n-3.0.11/hu.xpi) = 215594 +SHA256 (xpi/thunderbird3-i18n-3.0.11/id.xpi) = d9d0dd5060f444f10cd793ebc76ff2877d69ef576e61cb67e4d9692f398d515c +SIZE (xpi/thunderbird3-i18n-3.0.11/id.xpi) = 168210 +SHA256 (xpi/thunderbird3-i18n-3.0.11/is.xpi) = dcee06c66af168871176a71511dda04956a9ea42199c4de17becbc9e44d49ec2 +SIZE (xpi/thunderbird3-i18n-3.0.11/is.xpi) = 203559 +SHA256 (xpi/thunderbird3-i18n-3.0.11/it.xpi) = 06ff24cc02e86b9b9a4ce091e192073cdf7613fc98b379eca0f168dd2a745112 +SIZE (xpi/thunderbird3-i18n-3.0.11/it.xpi) = 166851 +SHA256 (xpi/thunderbird3-i18n-3.0.11/ja.xpi) = 3b34ba79b4b2143c15d5864bf2dc5f372aa0cb5ca7f28a22dcf2829cec201dfd +SIZE (xpi/thunderbird3-i18n-3.0.11/ja.xpi) = 224448 +SHA256 (xpi/thunderbird3-i18n-3.0.11/ka.xpi) = a17222414bd181865103ff8f0f69b7dfe2ad613cac7bee1990744bb209edc232 +SIZE (xpi/thunderbird3-i18n-3.0.11/ka.xpi) = 249083 +SHA256 (xpi/thunderbird3-i18n-3.0.11/ko.xpi) = 9773d9f10953ed5b60624ce0b1f0c58dfb1072e2a6d400e49139a312e02b0594 +SIZE (xpi/thunderbird3-i18n-3.0.11/ko.xpi) = 186344 +SHA256 (xpi/thunderbird3-i18n-3.0.11/lt.xpi) = c51d0c8bdd578b7c72600b3fdbe8e676ff4c0b2b2f1390535bfd3b7f5ca3a357 +SIZE (xpi/thunderbird3-i18n-3.0.11/lt.xpi) = 224260 +SHA256 (xpi/thunderbird3-i18n-3.0.11/nb-NO.xpi) = 61d102368843eecd0c779a04ffdffdd1e5046340dd46d716b4d46c7d35e46341 +SIZE (xpi/thunderbird3-i18n-3.0.11/nb-NO.xpi) = 202676 +SHA256 (xpi/thunderbird3-i18n-3.0.11/nl.xpi) = ba33c889070b6a39d99dfc52d991775731e15eef7f4bdcc249603077bb3101f8 +SIZE (xpi/thunderbird3-i18n-3.0.11/nl.xpi) = 205729 +SHA256 (xpi/thunderbird3-i18n-3.0.11/nn-NO.xpi) = 43d000127c611253149ab0b695432bfaa5889a8c67a4c930ad33f7ecfc43d86c +SIZE (xpi/thunderbird3-i18n-3.0.11/nn-NO.xpi) = 204454 +SHA256 (xpi/thunderbird3-i18n-3.0.11/pa-IN.xpi) = a2614c13c7e4d6ac6b030e9ff27d45d39d98e0eb9e3837123d5db5ea493e959b +SIZE (xpi/thunderbird3-i18n-3.0.11/pa-IN.xpi) = 230407 +SHA256 (xpi/thunderbird3-i18n-3.0.11/pl.xpi) = 7b2d0e9fc15954534897137b69b090d9b883521bc4a2216dd237724516e6d071 +SIZE (xpi/thunderbird3-i18n-3.0.11/pl.xpi) = 197845 +SHA256 (xpi/thunderbird3-i18n-3.0.11/pt-BR.xpi) = aece88cae1325e50ba444804990b03067d2d798251a97fe56c2ff4a268493d53 +SIZE (xpi/thunderbird3-i18n-3.0.11/pt-BR.xpi) = 204050 +SHA256 (xpi/thunderbird3-i18n-3.0.11/pt-PT.xpi) = 395fe28c03f39aae8c8492795c239afc9552b748250eca8b6c9761bc498747f6 +SIZE (xpi/thunderbird3-i18n-3.0.11/pt-PT.xpi) = 204139 +SHA256 (xpi/thunderbird3-i18n-3.0.11/ro.xpi) = 24da7388475aa27b9b3521bfeccab12e26d4e75140842a4f6c8456b5f4854a2a +SIZE (xpi/thunderbird3-i18n-3.0.11/ro.xpi) = 210192 +SHA256 (xpi/thunderbird3-i18n-3.0.11/ru.xpi) = a83180e39abd40e97d357630ddb98234136aa59c2a203a6b41185b2e018a6ae7 +SIZE (xpi/thunderbird3-i18n-3.0.11/ru.xpi) = 192071 +SHA256 (xpi/thunderbird3-i18n-3.0.11/si.xpi) = 65008abd1a6bc2e6b5ce498186952120af92ff09b14751a304757354addcf647 +SIZE (xpi/thunderbird3-i18n-3.0.11/si.xpi) = 233861 +SHA256 (xpi/thunderbird3-i18n-3.0.11/sk.xpi) = ee39333c97a3348eb5be4674de71d7ca6adf9554a331803389abf68d12068bc5 +SIZE (xpi/thunderbird3-i18n-3.0.11/sk.xpi) = 213289 +SHA256 (xpi/thunderbird3-i18n-3.0.11/sq.xpi) = 6fcff71e6d7a19e4c63ce319ad01f328d1c3608e52e7c2a0d86ca8e469133b98 +SIZE (xpi/thunderbird3-i18n-3.0.11/sq.xpi) = 199478 +SHA256 (xpi/thunderbird3-i18n-3.0.11/sr.xpi) = 4f7b021c5a64721b7b395fcf18adb962c3c4fec28c78657eb0338df41187c74e +SIZE (xpi/thunderbird3-i18n-3.0.11/sr.xpi) = 224294 +SHA256 (xpi/thunderbird3-i18n-3.0.11/sv-SE.xpi) = 95b1dbe5b804fba84000f39a77113edc64524e2fdca318c1c76cd53093ac6b2d +SIZE (xpi/thunderbird3-i18n-3.0.11/sv-SE.xpi) = 210606 +SHA256 (xpi/thunderbird3-i18n-3.0.11/ta-LK.xpi) = b0f7db7b8d40e4a3ece870d8b63cf520d417550ad8ca4cbccda75a4de23f758f +SIZE (xpi/thunderbird3-i18n-3.0.11/ta-LK.xpi) = 240939 +SHA256 (xpi/thunderbird3-i18n-3.0.11/tr.xpi) = 98d3ceedf91434abe01569c27ba829dbd78d8dea069dd926ad16d81b5d70e152 +SIZE (xpi/thunderbird3-i18n-3.0.11/tr.xpi) = 205411 +SHA256 (xpi/thunderbird3-i18n-3.0.11/uk.xpi) = 0d9df94e86469a0e6cdcf06b9a7efbeadb5194ade9aa9f9bec8b95f46725ecbd +SIZE (xpi/thunderbird3-i18n-3.0.11/uk.xpi) = 232640 +SHA256 (xpi/thunderbird3-i18n-3.0.11/vi.xpi) = c1fd4f084dfcf04f34d3c0cfb2aa8bc7897a1e51d10f774bfbf46be7e07e14cc +SIZE (xpi/thunderbird3-i18n-3.0.11/vi.xpi) = 209882 +SHA256 (xpi/thunderbird3-i18n-3.0.11/zh-CN.xpi) = 843cccb67144b9921ae93bf50a77f85626d81db3a66a95013e05d00cf41b652d +SIZE (xpi/thunderbird3-i18n-3.0.11/zh-CN.xpi) = 208292 +SHA256 (xpi/thunderbird3-i18n-3.0.11/zh-TW.xpi) = d7cb8cc60ab5a545cb12a7dd2bfd5222d9a42e1f19b29c6fcf90dd5e5d129d6e +SIZE (xpi/thunderbird3-i18n-3.0.11/zh-TW.xpi) = 208643 Modified: branches/experimental/mail/thunderbird3/Makefile ============================================================================== --- branches/experimental/mail/thunderbird3/Makefile Fri Dec 10 12:13:28 2010 (r469) +++ branches/experimental/mail/thunderbird3/Makefile Fri Dec 10 12:19:35 2010 (r470) @@ -6,7 +6,7 @@ # PORTNAME= thunderbird -DISTVERSION= 3.0.10 +DISTVERSION= 3.0.11 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source/ Modified: branches/experimental/mail/thunderbird3/distinfo ============================================================================== --- branches/experimental/mail/thunderbird3/distinfo Fri Dec 10 12:13:28 2010 (r469) +++ branches/experimental/mail/thunderbird3/distinfo Fri Dec 10 12:19:35 2010 (r470) @@ -1,3 +1,2 @@ -MD5 (thunderbird-3.0.10.source.tar.bz2) = 99627a9e0ed0098ab6576e189a450740 -SHA256 (thunderbird-3.0.10.source.tar.bz2) = 88d902f4fba3569d355e9ff2b8043a40b497afaa5ba8d0a2a561fa3335de603d -SIZE (thunderbird-3.0.10.source.tar.bz2) = 60353690 +SHA256 (thunderbird-3.0.11.source.tar.bz2) = cc85e992ef191618e6951bada702b3e30a816ba4648201a4fd77b088fe7db55b +SIZE (thunderbird-3.0.11.source.tar.bz2) = 60655740 From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 10 13:55:58 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5284A1065673 for ; Fri, 10 Dec 2010 13:55:58 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id C45DE8FC22 for ; Fri, 10 Dec 2010 13:55:56 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oBADtsFD061767 for ; Fri, 10 Dec 2010 13:55:54 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oBADtniH058507 for freebsd-gecko@freebsd.org; Fri, 10 Dec 2010 13:55:49 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 10 Dec 2010 13:55:49 GMT Message-Id: <201012101355.oBADtniH058507@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r471 - branches/experimental/mail/linux-thunderbird branches/experimental/mail/thunderbird branches/experimental/mail/thunderbird-i18n branches/experimental/mail/thunderbird/files trunk/mail/linux-thunderbird trunk/mail/thunderbird trunk/mail/thunderbird-i18n trunk/mail/thunderbird/files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 13:55:58 -0000 Author: beat Date: Fri Dec 10 13:55:48 2010 New Revision: 471 Log: - Update to 3.1.7 - Drop MD5 checksums Security: http://www.vuxml.org/freebsd/1d8ff4a2-0445-11e0-8e32-000f20797ede.html Deleted: branches/experimental/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp trunk/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp Modified: branches/experimental/mail/linux-thunderbird/Makefile branches/experimental/mail/linux-thunderbird/distinfo branches/experimental/mail/thunderbird-i18n/Makefile branches/experimental/mail/thunderbird-i18n/distinfo branches/experimental/mail/thunderbird/Makefile branches/experimental/mail/thunderbird/distinfo trunk/mail/linux-thunderbird/Makefile trunk/mail/linux-thunderbird/distinfo trunk/mail/thunderbird-i18n/Makefile trunk/mail/thunderbird-i18n/distinfo trunk/mail/thunderbird/Makefile trunk/mail/thunderbird/distinfo Modified: branches/experimental/mail/linux-thunderbird/Makefile ============================================================================== --- branches/experimental/mail/linux-thunderbird/Makefile Fri Dec 10 12:19:35 2010 (r470) +++ branches/experimental/mail/linux-thunderbird/Makefile Fri Dec 10 13:55:48 2010 (r471) @@ -6,7 +6,7 @@ # PORTNAME= thunderbird -PORTVERSION= 3.1.6 +PORTVERSION= 3.1.7 CATEGORIES= mail MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US Modified: branches/experimental/mail/linux-thunderbird/distinfo ============================================================================== --- branches/experimental/mail/linux-thunderbird/distinfo Fri Dec 10 12:19:35 2010 (r470) +++ branches/experimental/mail/linux-thunderbird/distinfo Fri Dec 10 13:55:48 2010 (r471) @@ -1,3 +1,2 @@ -MD5 (thunderbird-3.1.6.tar.bz2) = bda81c1f8cc5ec17d76e5229874a4993 -SHA256 (thunderbird-3.1.6.tar.bz2) = 7138289887237ec11486cb5857c38ede0ff3e2f4f13927b6af12136ebe0c1ca7 -SIZE (thunderbird-3.1.6.tar.bz2) = 11494379 +SHA256 (thunderbird-3.1.7.tar.bz2) = 1411153af3df78fcd2ecac447e4d9c546ca534fd8a861ac09a3f11613314e1e8 +SIZE (thunderbird-3.1.7.tar.bz2) = 11536334 Modified: branches/experimental/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-i18n/Makefile Fri Dec 10 12:19:35 2010 (r470) +++ branches/experimental/mail/thunderbird-i18n/Makefile Fri Dec 10 13:55:48 2010 (r471) @@ -6,7 +6,7 @@ # PORTNAME= thunderbird-i18n -PORTVERSION= 3.1.6 +PORTVERSION= 3.1.7 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: branches/experimental/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/experimental/mail/thunderbird-i18n/distinfo Fri Dec 10 12:19:35 2010 (r470) +++ branches/experimental/mail/thunderbird-i18n/distinfo Fri Dec 10 13:55:48 2010 (r471) @@ -1,138 +1,92 @@ -MD5 (xpi/thunderbird-i18n-3.1.6/af.xpi) = 0c22383cf7121015febc5e6741f3ef36 -SHA256 (xpi/thunderbird-i18n-3.1.6/af.xpi) = cf6a952144c0524696eb81690c451dfba2dace7009d09ea77fac1b931b5a4163 -SIZE (xpi/thunderbird-i18n-3.1.6/af.xpi) = 210614 -MD5 (xpi/thunderbird-i18n-3.1.6/ar.xpi) = 9f50c1222c9b793079f38f5e2869a235 -SHA256 (xpi/thunderbird-i18n-3.1.6/ar.xpi) = 7fe395ce8f13c8bc3cb7a229a9534baec705819ceaf9b4face63e5343ae9abad -SIZE (xpi/thunderbird-i18n-3.1.6/ar.xpi) = 230312 -MD5 (xpi/thunderbird-i18n-3.1.6/be.xpi) = 2778626c60788a48d49347f0ab749d1f -SHA256 (xpi/thunderbird-i18n-3.1.6/be.xpi) = 9bdeeff76db17ec693a2a36b9599c99b73a9b20255bae9df4be223644f09bef5 -SIZE (xpi/thunderbird-i18n-3.1.6/be.xpi) = 194461 -MD5 (xpi/thunderbird-i18n-3.1.6/bg.xpi) = 8eae291767d2698a666df631884c2208 -SHA256 (xpi/thunderbird-i18n-3.1.6/bg.xpi) = 7651942c6690ab7cd461e73c7493d91b1a8205f3a55c30d23e45a9a50589bd18 -SIZE (xpi/thunderbird-i18n-3.1.6/bg.xpi) = 235116 -MD5 (xpi/thunderbird-i18n-3.1.6/bn-BD.xpi) = d63d6cf0647001398649bdf741d845c9 -SHA256 (xpi/thunderbird-i18n-3.1.6/bn-BD.xpi) = cfd4035b7553cd3bb0c9e331f59e3137c46b50479f0edfd2e74c82db281ee0ab -SIZE (xpi/thunderbird-i18n-3.1.6/bn-BD.xpi) = 244801 -MD5 (xpi/thunderbird-i18n-3.1.6/ca.xpi) = 700f0fd5cb718dfd168226eaaac3e4d1 -SHA256 (xpi/thunderbird-i18n-3.1.6/ca.xpi) = b9c8cf8f9eb0a0caa48e124ba4ef720dc64ebe8cc5fdf28a78b2b7d800bbb947 -SIZE (xpi/thunderbird-i18n-3.1.6/ca.xpi) = 219357 -MD5 (xpi/thunderbird-i18n-3.1.6/cs.xpi) = 21e5a6c95bf1557a45b0dba05b7e70e5 -SHA256 (xpi/thunderbird-i18n-3.1.6/cs.xpi) = 7ee89ed317ea311c268a3ebf8baa5935dc65faf4df136f4a6311e99290ab387e -SIZE (xpi/thunderbird-i18n-3.1.6/cs.xpi) = 218207 -MD5 (xpi/thunderbird-i18n-3.1.6/da.xpi) = 11b4c256c389987059de6f0ba54aff08 -SHA256 (xpi/thunderbird-i18n-3.1.6/da.xpi) = 9c0fd6e3d18470824020bfefc225558f027332b7833d34969bf7e01c7d076933 -SIZE (xpi/thunderbird-i18n-3.1.6/da.xpi) = 203180 -MD5 (xpi/thunderbird-i18n-3.1.6/de.xpi) = 2b9117239c57730216cabf25ab57547f -SHA256 (xpi/thunderbird-i18n-3.1.6/de.xpi) = c641bbb5c1f37e531d605f74f0bc36a4f8dc7391966d52e0f814cd61b5054f3d -SIZE (xpi/thunderbird-i18n-3.1.6/de.xpi) = 222778 -MD5 (xpi/thunderbird-i18n-3.1.6/el.xpi) = eb9c98d48e31acdb1943e00ec74e7271 -SHA256 (xpi/thunderbird-i18n-3.1.6/el.xpi) = cb8be38a097106d70a1d295ad159935f1e59c43e08778c831626a89f83bd7efd -SIZE (xpi/thunderbird-i18n-3.1.6/el.xpi) = 210109 -MD5 (xpi/thunderbird-i18n-3.1.6/en-GB.xpi) = 46900aac2f420106edea9317e4d84631 -SHA256 (xpi/thunderbird-i18n-3.1.6/en-GB.xpi) = dc56ffd7641ec4aaf985901e8035ce841f39eedf32b41f0790f293f4e39c6b42 -SIZE (xpi/thunderbird-i18n-3.1.6/en-GB.xpi) = 203636 -MD5 (xpi/thunderbird-i18n-3.1.6/en-US.xpi) = 8311232cfa61091892bbecb1c42a6a7d -SHA256 (xpi/thunderbird-i18n-3.1.6/en-US.xpi) = 3c0086876b926f3ce0943b19a48ed8e1d8b42daed69a4bfb14e2bec3efde6440 -SIZE (xpi/thunderbird-i18n-3.1.6/en-US.xpi) = 202497 -MD5 (xpi/thunderbird-i18n-3.1.6/es-AR.xpi) = cdd6b3dffb9da525de191a6a6cf0717c -SHA256 (xpi/thunderbird-i18n-3.1.6/es-AR.xpi) = 6b390599461396e8be6daebe741e2f888d1ab425a68a35e8ccf73e0db031d291 -SIZE (xpi/thunderbird-i18n-3.1.6/es-AR.xpi) = 218631 -MD5 (xpi/thunderbird-i18n-3.1.6/es-ES.xpi) = ac8d77582518131d1bf1dd121d225af0 -SHA256 (xpi/thunderbird-i18n-3.1.6/es-ES.xpi) = a854b8dbab308b37eaf9deda1b7dcc4a4882c2a3a54a526542cd6ad1904cb3ae -SIZE (xpi/thunderbird-i18n-3.1.6/es-ES.xpi) = 172926 -MD5 (xpi/thunderbird-i18n-3.1.6/et.xpi) = cbed77cb75b8158b5805b48686a4e836 -SHA256 (xpi/thunderbird-i18n-3.1.6/et.xpi) = a8094a8650548a06367b75d244549a3944b0d050339dad87d0ac4927fa8c36c7 -SIZE (xpi/thunderbird-i18n-3.1.6/et.xpi) = 221756 -MD5 (xpi/thunderbird-i18n-3.1.6/eu.xpi) = 6b5815d86b64e17989f77cc9b4a0de73 -SHA256 (xpi/thunderbird-i18n-3.1.6/eu.xpi) = 9cd905b6eace8e56da2cde540c3a0b1187aecb1d6577f1027aec2025ae401df4 -SIZE (xpi/thunderbird-i18n-3.1.6/eu.xpi) = 211302 -MD5 (xpi/thunderbird-i18n-3.1.6/fi.xpi) = 9b0686473986a3d7bf6e92487439fa5b -SHA256 (xpi/thunderbird-i18n-3.1.6/fi.xpi) = 25e5e16de47ea2506a68e46aae034fd2b6f7882cbab220d8f33578db823b4904 -SIZE (xpi/thunderbird-i18n-3.1.6/fi.xpi) = 219525 -MD5 (xpi/thunderbird-i18n-3.1.6/fr.xpi) = 640d2519e53f189c9d83723612660051 -SHA256 (xpi/thunderbird-i18n-3.1.6/fr.xpi) = 33ca445cf7b0047a947971e7f8434154ec0238948d6761fdc3a6997ce758f859 -SIZE (xpi/thunderbird-i18n-3.1.6/fr.xpi) = 221747 -MD5 (xpi/thunderbird-i18n-3.1.6/fy-NL.xpi) = bcd795bb28167b351246f0394581a99a -SHA256 (xpi/thunderbird-i18n-3.1.6/fy-NL.xpi) = 01051105923d7b51721f4939385ab664ee3faa3a1aa700b34416a100155b14c9 -SIZE (xpi/thunderbird-i18n-3.1.6/fy-NL.xpi) = 221121 -MD5 (xpi/thunderbird-i18n-3.1.6/ga-IE.xpi) = 58a9a57f741d9c803012f90e2d1179e3 -SHA256 (xpi/thunderbird-i18n-3.1.6/ga-IE.xpi) = 5f4954b648e49ccef6fee93590cd66cdb74c69d18d1d2abd28a39e2c1d0adf5b -SIZE (xpi/thunderbird-i18n-3.1.6/ga-IE.xpi) = 219457 -MD5 (xpi/thunderbird-i18n-3.1.6/he.xpi) = c302b2705202987695cf4c499a8a9974 -SHA256 (xpi/thunderbird-i18n-3.1.6/he.xpi) = d05030ac76e9b59ac10f88c8dc2ac4d081a5aad1c2ccb0f8a7d119af5c7a9162 -SIZE (xpi/thunderbird-i18n-3.1.6/he.xpi) = 204896 -MD5 (xpi/thunderbird-i18n-3.1.6/hu.xpi) = 4b38f28f3926ce79640219ce841f8aaa -SHA256 (xpi/thunderbird-i18n-3.1.6/hu.xpi) = 88e2b37c4de44fe5dfc52ced663f2505429e2b415d979193cf5f2c2fae387d1b -SIZE (xpi/thunderbird-i18n-3.1.6/hu.xpi) = 226081 -MD5 (xpi/thunderbird-i18n-3.1.6/id.xpi) = 384ebd15003f7e8e45263bbb3866acd8 -SHA256 (xpi/thunderbird-i18n-3.1.6/id.xpi) = 9e16fce7cd145589511bbeec21c7ef3049028f94b06706d844f775d0ef57fd59 -SIZE (xpi/thunderbird-i18n-3.1.6/id.xpi) = 185845 -MD5 (xpi/thunderbird-i18n-3.1.6/is.xpi) = 17ee58ac1e3453c0be3a17b34deecded -SHA256 (xpi/thunderbird-i18n-3.1.6/is.xpi) = 7c765ac9e9c99090f3907ef6739fd752fce57bd5f2c0dccfa5d0586ad0cb42f1 -SIZE (xpi/thunderbird-i18n-3.1.6/is.xpi) = 214017 -MD5 (xpi/thunderbird-i18n-3.1.6/it.xpi) = 2c1f259a7108303e6b7c282450e0c2fa -SHA256 (xpi/thunderbird-i18n-3.1.6/it.xpi) = 1ed9d9e99b04761ddf309d4a80a3fc0d891269b217c8b4475142f0d8d2a8024c -SIZE (xpi/thunderbird-i18n-3.1.6/it.xpi) = 171436 -MD5 (xpi/thunderbird-i18n-3.1.6/ja.xpi) = 3222edcf89bad510d9e82a1b5e9bd8f0 -SHA256 (xpi/thunderbird-i18n-3.1.6/ja.xpi) = 84629537369334b37064eb7fce67b1cec5e4b9289a6755ae45f7d3982a03a885 -SIZE (xpi/thunderbird-i18n-3.1.6/ja.xpi) = 236526 -MD5 (xpi/thunderbird-i18n-3.1.6/ko.xpi) = 75743e7d91ac7b68b56e8486ce9bf2b6 -SHA256 (xpi/thunderbird-i18n-3.1.6/ko.xpi) = b75d6f5d29e5ed1a08df89eab4ee464a33a062f4989c567b9c41413be099aeea -SIZE (xpi/thunderbird-i18n-3.1.6/ko.xpi) = 194727 -MD5 (xpi/thunderbird-i18n-3.1.6/lt.xpi) = 7f4cc65e83bf846708cd88001b7e68ce -SHA256 (xpi/thunderbird-i18n-3.1.6/lt.xpi) = 0e13e2083e8d0794a45975053a0f4a2e0296a2424041d187a70241bdfad3de47 -SIZE (xpi/thunderbird-i18n-3.1.6/lt.xpi) = 235345 -MD5 (xpi/thunderbird-i18n-3.1.6/nb-NO.xpi) = 7211aec1df27c1a738f093860c3d8e0c -SHA256 (xpi/thunderbird-i18n-3.1.6/nb-NO.xpi) = 9a43f06fb5804d667d117815d4526d65d5d803b87743a68882676bcc593cb7d1 -SIZE (xpi/thunderbird-i18n-3.1.6/nb-NO.xpi) = 213924 -MD5 (xpi/thunderbird-i18n-3.1.6/nl.xpi) = 9ba35f9e9c47c20de2ddc6bd3dfe9e7e -SHA256 (xpi/thunderbird-i18n-3.1.6/nl.xpi) = af0386296b786c3e9eeed5c2fe81ed3be4733e3282f440190840c9ac7b797ab3 -SIZE (xpi/thunderbird-i18n-3.1.6/nl.xpi) = 216600 -MD5 (xpi/thunderbird-i18n-3.1.6/nn-NO.xpi) = f8886f5d9a6fee2eb96ebc811618cded -SHA256 (xpi/thunderbird-i18n-3.1.6/nn-NO.xpi) = 419fc13cf9196f6e4a9d51bc1032baa05bcf9535c9ff7717fe4c0790db0891ae -SIZE (xpi/thunderbird-i18n-3.1.6/nn-NO.xpi) = 215653 -MD5 (xpi/thunderbird-i18n-3.1.6/pa-IN.xpi) = bdee27c0a81e5c10154a33b8aedde054 -SHA256 (xpi/thunderbird-i18n-3.1.6/pa-IN.xpi) = d054e5e42026754a3fc5752e7c837e661005ebe9042d7fe93f0489932d334ecb -SIZE (xpi/thunderbird-i18n-3.1.6/pa-IN.xpi) = 241098 -MD5 (xpi/thunderbird-i18n-3.1.6/pl.xpi) = 38deb4a544b4055fd3dd8fbfd489393c -SHA256 (xpi/thunderbird-i18n-3.1.6/pl.xpi) = c019886298a7cd3a6b106dbdada9fc9913fb735256d5301c4464251ec1b25018 -SIZE (xpi/thunderbird-i18n-3.1.6/pl.xpi) = 203928 -MD5 (xpi/thunderbird-i18n-3.1.6/pt-BR.xpi) = dca1b2914fc26f06f34e254a26afe92c -SHA256 (xpi/thunderbird-i18n-3.1.6/pt-BR.xpi) = 07f52e147a9f8a188be5818d8349366691cdf76fc662fc13a931060b028e8851 -SIZE (xpi/thunderbird-i18n-3.1.6/pt-BR.xpi) = 215033 -MD5 (xpi/thunderbird-i18n-3.1.6/pt-PT.xpi) = 7b9aabbd9b10f94e9791194d136dc95d -SHA256 (xpi/thunderbird-i18n-3.1.6/pt-PT.xpi) = ff125e82bee47fa83fd5d41b278a506694e9a1c1fa6d7740916f0ae673d818dc -SIZE (xpi/thunderbird-i18n-3.1.6/pt-PT.xpi) = 214224 -MD5 (xpi/thunderbird-i18n-3.1.6/ro.xpi) = 26344b717450d1113b90dab2c470997e -SHA256 (xpi/thunderbird-i18n-3.1.6/ro.xpi) = a1ffec498cc085a4f21b20709f825b9bd5bafdfd89804dd8ce3548690cadd0e8 -SIZE (xpi/thunderbird-i18n-3.1.6/ro.xpi) = 221213 -MD5 (xpi/thunderbird-i18n-3.1.6/ru.xpi) = 74b7f378bb85fef6aa8ae83dcf96233c -SHA256 (xpi/thunderbird-i18n-3.1.6/ru.xpi) = 157cf1a801e2d8370c9768fdbfddd6afd52e8f28cb071c0e7f8034f3f2e7a50f -SIZE (xpi/thunderbird-i18n-3.1.6/ru.xpi) = 198165 -MD5 (xpi/thunderbird-i18n-3.1.6/si.xpi) = f63fa1f0fc0510b1aabaf1b520b33fca -SHA256 (xpi/thunderbird-i18n-3.1.6/si.xpi) = 028d39f7c6fc6b42dfce5cb04d7faf2b17dbbc8ab1458cbcc2ad07dfaa5bd0ee -SIZE (xpi/thunderbird-i18n-3.1.6/si.xpi) = 246097 -MD5 (xpi/thunderbird-i18n-3.1.6/sk.xpi) = f6c1ec02656e470dfcfb878f39930626 -SHA256 (xpi/thunderbird-i18n-3.1.6/sk.xpi) = c14e137c8721cc299b5c5f9606052570dc915927e3ea7574bc86c31d7d5d1f7b -SIZE (xpi/thunderbird-i18n-3.1.6/sk.xpi) = 224548 -MD5 (xpi/thunderbird-i18n-3.1.6/sl.xpi) = 6a0af74ed221fec319e7a6dada0cbb41 -SHA256 (xpi/thunderbird-i18n-3.1.6/sl.xpi) = e77c0595d7f0d6beebc41d8828a176aa5ad27e9f523adb6921260dede1c38c1f -SIZE (xpi/thunderbird-i18n-3.1.6/sl.xpi) = 218521 -MD5 (xpi/thunderbird-i18n-3.1.6/sq.xpi) = 36e6a3e9e1a628db55ffe7c4a1fada16 -SHA256 (xpi/thunderbird-i18n-3.1.6/sq.xpi) = 73775ddf9a9c3a6b3e48b6be72a51fd3fe1ec5928a21ccf68098441a092fe3f3 -SIZE (xpi/thunderbird-i18n-3.1.6/sq.xpi) = 211232 -MD5 (xpi/thunderbird-i18n-3.1.6/sv-SE.xpi) = a6a0140f48644ea308a702b1771ca50d -SHA256 (xpi/thunderbird-i18n-3.1.6/sv-SE.xpi) = e1b075ce69c6e731e7751853a673e59e0a305867847ae0c8a2f5a4cb464f851c -SIZE (xpi/thunderbird-i18n-3.1.6/sv-SE.xpi) = 221221 -MD5 (xpi/thunderbird-i18n-3.1.6/tr.xpi) = eb78c8cba0daf19dd22ab3f52e66591f -SHA256 (xpi/thunderbird-i18n-3.1.6/tr.xpi) = af2827cf421ca94a74b13d9586ea66753b31939534e6702ab020d2cb18d76047 -SIZE (xpi/thunderbird-i18n-3.1.6/tr.xpi) = 215741 -MD5 (xpi/thunderbird-i18n-3.1.6/uk.xpi) = 7a554ef38c4cfa5b2bd06f0a7d84fa19 -SHA256 (xpi/thunderbird-i18n-3.1.6/uk.xpi) = cd55f23c3b4b6e0d949dfc5d6319672cdd3645752f8a93653a6b1f7bd30da6ad -SIZE (xpi/thunderbird-i18n-3.1.6/uk.xpi) = 244816 -MD5 (xpi/thunderbird-i18n-3.1.6/zh-CN.xpi) = bd28c219be13a394aa96e7b9d110c731 -SHA256 (xpi/thunderbird-i18n-3.1.6/zh-CN.xpi) = cbfdfbd7ad54ad7a7aef14c56c3b58ea844156c00f3b14640d7301a31d761e25 -SIZE (xpi/thunderbird-i18n-3.1.6/zh-CN.xpi) = 219667 -MD5 (xpi/thunderbird-i18n-3.1.6/zh-TW.xpi) = 48cf69d59009b537bfc820324b904452 -SHA256 (xpi/thunderbird-i18n-3.1.6/zh-TW.xpi) = ffcbf17fc8e997cf17bca7ba4e031470ee38ba4b126595f256e86048281e8dac -SIZE (xpi/thunderbird-i18n-3.1.6/zh-TW.xpi) = 220491 +SHA256 (xpi/thunderbird-i18n-3.1.7/af.xpi) = 6ab42b6e69e0da306d165414ff3fe9fb51b124d29a41a3cf102a4c823257fb85 +SIZE (xpi/thunderbird-i18n-3.1.7/af.xpi) = 210611 +SHA256 (xpi/thunderbird-i18n-3.1.7/ar.xpi) = 48073e7d016781302283818fb3c2f34c8996e7fea76ec041c591ed73246cc45c +SIZE (xpi/thunderbird-i18n-3.1.7/ar.xpi) = 230312 +SHA256 (xpi/thunderbird-i18n-3.1.7/be.xpi) = 8c6b08f97c125111758c4254756b90252eeb2c804048e29042ecb12806df2ac9 +SIZE (xpi/thunderbird-i18n-3.1.7/be.xpi) = 194406 +SHA256 (xpi/thunderbird-i18n-3.1.7/bg.xpi) = 3ce29659294151584d85e6c8c52b536506725f25c7e2e47b2da596678151dd7d +SIZE (xpi/thunderbird-i18n-3.1.7/bg.xpi) = 235175 +SHA256 (xpi/thunderbird-i18n-3.1.7/bn-BD.xpi) = 605999e3a1552e39a949a9b3ad257fff2500dce83d733b4be9ebd7fec8a7c9df +SIZE (xpi/thunderbird-i18n-3.1.7/bn-BD.xpi) = 244801 +SHA256 (xpi/thunderbird-i18n-3.1.7/ca.xpi) = 4bf09c82c30bbb376e4b3ab92cab1ab2f6b8edf9f3fe3acc2fe736e26214fa12 +SIZE (xpi/thunderbird-i18n-3.1.7/ca.xpi) = 219359 +SHA256 (xpi/thunderbird-i18n-3.1.7/cs.xpi) = a1c94a40c172d8d1e30cd40bebec90e77ae240f62be828608fcaebe3682ea539 +SIZE (xpi/thunderbird-i18n-3.1.7/cs.xpi) = 218206 +SHA256 (xpi/thunderbird-i18n-3.1.7/da.xpi) = 79783517d73459c364c17e85b248000ad8c342eb6c3fedf783954c2ec058cf59 +SIZE (xpi/thunderbird-i18n-3.1.7/da.xpi) = 203134 +SHA256 (xpi/thunderbird-i18n-3.1.7/de.xpi) = 7befd739bb8e2836e8458880b9cd630068eed6f5dc6057e4982a1a70facb70e1 +SIZE (xpi/thunderbird-i18n-3.1.7/de.xpi) = 222821 +SHA256 (xpi/thunderbird-i18n-3.1.7/el.xpi) = b38c143dd0032c3de2f9c2f9769aa9e7c094ecb9078bd9259106fa0d2959f218 +SIZE (xpi/thunderbird-i18n-3.1.7/el.xpi) = 210073 +SHA256 (xpi/thunderbird-i18n-3.1.7/en-GB.xpi) = fda2446835a0fd3f9bc84f07f8325c747fd794f941a39ea383d8be99baec6758 +SIZE (xpi/thunderbird-i18n-3.1.7/en-GB.xpi) = 203673 +SHA256 (xpi/thunderbird-i18n-3.1.7/en-US.xpi) = 48b1cd404a1844cab558d63e47e106698eca671ea701d539e65ac0582d92b0ad +SIZE (xpi/thunderbird-i18n-3.1.7/en-US.xpi) = 202542 +SHA256 (xpi/thunderbird-i18n-3.1.7/es-AR.xpi) = 72f6dddb4510d09a93bd18b7332df0862b57cb88406a438118d0abcfc1dc7fd1 +SIZE (xpi/thunderbird-i18n-3.1.7/es-AR.xpi) = 218576 +SHA256 (xpi/thunderbird-i18n-3.1.7/es-ES.xpi) = fb9b6aa098a39526bd414004a771211e420cfc6531a19090bdca2ec608d5a719 +SIZE (xpi/thunderbird-i18n-3.1.7/es-ES.xpi) = 172928 +SHA256 (xpi/thunderbird-i18n-3.1.7/et.xpi) = a3c8fa94d7d5c95fd08925fbcfda7a849722108c2bddc4720dd9284b24736e86 +SIZE (xpi/thunderbird-i18n-3.1.7/et.xpi) = 221694 +SHA256 (xpi/thunderbird-i18n-3.1.7/eu.xpi) = 304803c97bf2b760e57181fb582b840e741409759bfa479398170b69c190b872 +SIZE (xpi/thunderbird-i18n-3.1.7/eu.xpi) = 211301 +SHA256 (xpi/thunderbird-i18n-3.1.7/fi.xpi) = b57f21a8076fd2cf60e4d7f988ee5a70439f8699b0bffc85de50d7b6895ffbc5 +SIZE (xpi/thunderbird-i18n-3.1.7/fi.xpi) = 219527 +SHA256 (xpi/thunderbird-i18n-3.1.7/fr.xpi) = 05fd5517a1d22795543727132daafc6fccb129199c6706f20f3781ab23820741 +SIZE (xpi/thunderbird-i18n-3.1.7/fr.xpi) = 221695 +SHA256 (xpi/thunderbird-i18n-3.1.7/fy-NL.xpi) = 97a61bfe377971c1f36fcf8615047f49295b7d85a2a161028fe3dc4aea303043 +SIZE (xpi/thunderbird-i18n-3.1.7/fy-NL.xpi) = 220820 +SHA256 (xpi/thunderbird-i18n-3.1.7/ga-IE.xpi) = da3746909f6deafa0043f78875f16207c60cc8632c886fcb137a5499f354aa89 +SIZE (xpi/thunderbird-i18n-3.1.7/ga-IE.xpi) = 219444 +SHA256 (xpi/thunderbird-i18n-3.1.7/he.xpi) = 09af53dc8bb17b80f1257c588dd25fae8a3e2a81ffcab88109fe9aeced56d8b3 +SIZE (xpi/thunderbird-i18n-3.1.7/he.xpi) = 204912 +SHA256 (xpi/thunderbird-i18n-3.1.7/hu.xpi) = c6c72ebc826b5a1db7ecc6bfca4f0cd7615e16bed2f4d301e34b36e3754464e1 +SIZE (xpi/thunderbird-i18n-3.1.7/hu.xpi) = 226112 +SHA256 (xpi/thunderbird-i18n-3.1.7/id.xpi) = 77f9fc6d1cc2c838a4b3b7639e41b00a44edcd47185b0c3c66d7dc602a9c79b4 +SIZE (xpi/thunderbird-i18n-3.1.7/id.xpi) = 185887 +SHA256 (xpi/thunderbird-i18n-3.1.7/is.xpi) = fc61e57188b9329dd2c6d29c6ebdb82e40669ef1b8f7350826113bd394f78e6e +SIZE (xpi/thunderbird-i18n-3.1.7/is.xpi) = 213976 +SHA256 (xpi/thunderbird-i18n-3.1.7/it.xpi) = 54b5c9c0b85b07eb097eacb2b22b5f293fc9f08f7db7a22663b0d7b5b6affa69 +SIZE (xpi/thunderbird-i18n-3.1.7/it.xpi) = 171392 +SHA256 (xpi/thunderbird-i18n-3.1.7/ja.xpi) = 2f36ba88321f90c29af2124c166c8c59e7d012d5cce0f652fed97572faf252c9 +SIZE (xpi/thunderbird-i18n-3.1.7/ja.xpi) = 236545 +SHA256 (xpi/thunderbird-i18n-3.1.7/ko.xpi) = 61fa0a944af32722c9211607c637bf750912073a7a76473e4ac2ed2506d348b2 +SIZE (xpi/thunderbird-i18n-3.1.7/ko.xpi) = 194778 +SHA256 (xpi/thunderbird-i18n-3.1.7/lt.xpi) = 8d447bd26f53e490105031739a865281fa303be6dbc548bb8747f1a0708a6645 +SIZE (xpi/thunderbird-i18n-3.1.7/lt.xpi) = 235344 +SHA256 (xpi/thunderbird-i18n-3.1.7/nb-NO.xpi) = 0c852d1a857628f22203ca506c008f15622f07d12a31f17a9e8c7edbda77d43f +SIZE (xpi/thunderbird-i18n-3.1.7/nb-NO.xpi) = 213889 +SHA256 (xpi/thunderbird-i18n-3.1.7/nl.xpi) = ac2f7ae83c1f8ec609aee69b42370ac65c85edd234aa8e462fd3e48611de23ec +SIZE (xpi/thunderbird-i18n-3.1.7/nl.xpi) = 216634 +SHA256 (xpi/thunderbird-i18n-3.1.7/nn-NO.xpi) = efc3ca5944b6786f84fc3636676b692208a2262dd812890aaa375d2aa57f5d3b +SIZE (xpi/thunderbird-i18n-3.1.7/nn-NO.xpi) = 215629 +SHA256 (xpi/thunderbird-i18n-3.1.7/pa-IN.xpi) = 44f9155d3fab14f8d74ea9bf1d3a33171860a894247b0990fea9e95615503bda +SIZE (xpi/thunderbird-i18n-3.1.7/pa-IN.xpi) = 241095 +SHA256 (xpi/thunderbird-i18n-3.1.7/pl.xpi) = 70934afaa1c66f5f80c7348a2050c7b3c56f8d77f41b9bbbc9b4c1f4c30b635b +SIZE (xpi/thunderbird-i18n-3.1.7/pl.xpi) = 203953 +SHA256 (xpi/thunderbird-i18n-3.1.7/pt-BR.xpi) = f9eb4b508a04716d3e2cc9c4deae6993e4a305f584c600ccb294775b01ac9f0d +SIZE (xpi/thunderbird-i18n-3.1.7/pt-BR.xpi) = 215036 +SHA256 (xpi/thunderbird-i18n-3.1.7/pt-PT.xpi) = 554ce2040248f6ceffdfc864efef46613a6aecf25943bbb1ea9bbfbb0f9f8ea6 +SIZE (xpi/thunderbird-i18n-3.1.7/pt-PT.xpi) = 214247 +SHA256 (xpi/thunderbird-i18n-3.1.7/ro.xpi) = f8ec73056773ff131268df1826df653788be15152a9a6c28c77705f9a5e1b955 +SIZE (xpi/thunderbird-i18n-3.1.7/ro.xpi) = 221192 +SHA256 (xpi/thunderbird-i18n-3.1.7/ru.xpi) = cdd7f09379838e234c940c0dbf99f7dd16269a62ff06e2ae29e730efb90d8173 +SIZE (xpi/thunderbird-i18n-3.1.7/ru.xpi) = 198138 +SHA256 (xpi/thunderbird-i18n-3.1.7/si.xpi) = 9d35250423e552ecce334475f3c9f66682e90118f2a5abce64d6c9297d2c84f7 +SIZE (xpi/thunderbird-i18n-3.1.7/si.xpi) = 246101 +SHA256 (xpi/thunderbird-i18n-3.1.7/sk.xpi) = 2f138c1d182ca8638b404054c52406ecdb21e9334c809ab556266e5b8d7ec36b +SIZE (xpi/thunderbird-i18n-3.1.7/sk.xpi) = 224605 +SHA256 (xpi/thunderbird-i18n-3.1.7/sl.xpi) = d36b1773e75f4db438ec66c83d08aec6e90d7d42b0e80fa2df24b0e5bfd62465 +SIZE (xpi/thunderbird-i18n-3.1.7/sl.xpi) = 218530 +SHA256 (xpi/thunderbird-i18n-3.1.7/sq.xpi) = 69ac7650edba145d120f0cbe09bb28a481eb94070848dd036471bc18e4b2a579 +SIZE (xpi/thunderbird-i18n-3.1.7/sq.xpi) = 211276 +SHA256 (xpi/thunderbird-i18n-3.1.7/sv-SE.xpi) = 141b8024eafd18f41c903bb6d92b7b3553d2c542744093ed7879b029a9416cd9 +SIZE (xpi/thunderbird-i18n-3.1.7/sv-SE.xpi) = 221166 +SHA256 (xpi/thunderbird-i18n-3.1.7/tr.xpi) = c8bc44fcf4a0d58a5f72821606e427e5a3443648617e9021cd2df5258e5521b8 +SIZE (xpi/thunderbird-i18n-3.1.7/tr.xpi) = 215791 +SHA256 (xpi/thunderbird-i18n-3.1.7/uk.xpi) = 8a0144be8468c453196d1f0fc053d9b247a48053d539cc00152cdd90ebf6db4e +SIZE (xpi/thunderbird-i18n-3.1.7/uk.xpi) = 244865 +SHA256 (xpi/thunderbird-i18n-3.1.7/zh-CN.xpi) = 31372d3c8f2b184536592ad68b0603c4eac076300ba531d6f63ebd14f6f4ff09 +SIZE (xpi/thunderbird-i18n-3.1.7/zh-CN.xpi) = 219645 +SHA256 (xpi/thunderbird-i18n-3.1.7/zh-TW.xpi) = 651023dfef22a2c1a284d9e1b314f885140d153efa7efac4a2c4928f66cf511e +SIZE (xpi/thunderbird-i18n-3.1.7/zh-TW.xpi) = 220637 Modified: branches/experimental/mail/thunderbird/Makefile ============================================================================== --- branches/experimental/mail/thunderbird/Makefile Fri Dec 10 12:19:35 2010 (r470) +++ branches/experimental/mail/thunderbird/Makefile Fri Dec 10 13:55:48 2010 (r471) @@ -6,7 +6,7 @@ # PORTNAME= thunderbird -DISTVERSION= 3.1.6 +DISTVERSION= 3.1.7 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source Modified: branches/experimental/mail/thunderbird/distinfo ============================================================================== --- branches/experimental/mail/thunderbird/distinfo Fri Dec 10 12:19:35 2010 (r470) +++ branches/experimental/mail/thunderbird/distinfo Fri Dec 10 13:55:48 2010 (r471) @@ -1,3 +1,2 @@ -MD5 (thunderbird-3.1.6.source.tar.bz2) = d126a68e6610d8e3675909e0ba606b42 -SHA256 (thunderbird-3.1.6.source.tar.bz2) = 9a27e3acfe14a0f17d2197d75192a005930347d89a88917c468096e527019ef8 -SIZE (thunderbird-3.1.6.source.tar.bz2) = 65850094 +SHA256 (thunderbird-3.1.7.source.tar.bz2) = 800fe263b3889d4e602ff48889036ad56e940fc792894aca10fa07db28b6e662 +SIZE (thunderbird-3.1.7.source.tar.bz2) = 65948060 Deleted: branches/experimental/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp ============================================================================== --- branches/experimental/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp Fri Dec 10 13:55:48 2010 (r470) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,23 +0,0 @@ ---- mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp.orig -+++ mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp -@@ -629,16 +629,17 @@ IndexOfDirectoryOfFile(nsISupportsArray* aSearchPath, nsILocalFile* aFile) - NS_ASSERTION(count, "broken search path! bad count"); - for(PRUint32 i = 0; i < count; i++) - { -- nsCOMPtr current; -+ nsCOMPtr current, normalized; - aSearchPath->QueryElementAt(i, NS_GET_IID(nsIFile), - getter_AddRefs(current)); - NS_ASSERTION(current, "broken search path! bad element"); - // nsIFile::Equals basically compares path strings so normalize - // before the comparison. - parent->Normalize(); -- current->Normalize(); -+ current->Clone(getter_AddRefs(normalized)); -+ normalized->Normalize(); - PRBool same; -- if (NS_SUCCEEDED(parent->Equals(current, &same)) && same) -+ if (NS_SUCCEEDED(parent->Equals(normalized, &same)) && same) - return (int) i; - } - } Modified: trunk/mail/linux-thunderbird/Makefile ============================================================================== --- trunk/mail/linux-thunderbird/Makefile Fri Dec 10 12:19:35 2010 (r470) +++ trunk/mail/linux-thunderbird/Makefile Fri Dec 10 13:55:48 2010 (r471) @@ -6,7 +6,7 @@ # PORTNAME= thunderbird -PORTVERSION= 3.1.6 +PORTVERSION= 3.1.7 CATEGORIES= mail MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US Modified: trunk/mail/linux-thunderbird/distinfo ============================================================================== --- trunk/mail/linux-thunderbird/distinfo Fri Dec 10 12:19:35 2010 (r470) +++ trunk/mail/linux-thunderbird/distinfo Fri Dec 10 13:55:48 2010 (r471) @@ -1,3 +1,2 @@ -MD5 (thunderbird-3.1.6.tar.bz2) = bda81c1f8cc5ec17d76e5229874a4993 -SHA256 (thunderbird-3.1.6.tar.bz2) = 7138289887237ec11486cb5857c38ede0ff3e2f4f13927b6af12136ebe0c1ca7 -SIZE (thunderbird-3.1.6.tar.bz2) = 11494379 +SHA256 (thunderbird-3.1.7.tar.bz2) = 1411153af3df78fcd2ecac447e4d9c546ca534fd8a861ac09a3f11613314e1e8 +SIZE (thunderbird-3.1.7.tar.bz2) = 11536334 Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Fri Dec 10 12:19:35 2010 (r470) +++ trunk/mail/thunderbird-i18n/Makefile Fri Dec 10 13:55:48 2010 (r471) @@ -6,7 +6,7 @@ # PORTNAME= thunderbird-i18n -PORTVERSION= 3.1.6 +PORTVERSION= 3.1.7 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/mail/thunderbird-i18n/distinfo ============================================================================== --- trunk/mail/thunderbird-i18n/distinfo Fri Dec 10 12:19:35 2010 (r470) +++ trunk/mail/thunderbird-i18n/distinfo Fri Dec 10 13:55:48 2010 (r471) @@ -1,138 +1,92 @@ -MD5 (xpi/thunderbird-i18n-3.1.6/af.xpi) = 0c22383cf7121015febc5e6741f3ef36 -SHA256 (xpi/thunderbird-i18n-3.1.6/af.xpi) = cf6a952144c0524696eb81690c451dfba2dace7009d09ea77fac1b931b5a4163 -SIZE (xpi/thunderbird-i18n-3.1.6/af.xpi) = 210614 -MD5 (xpi/thunderbird-i18n-3.1.6/ar.xpi) = 9f50c1222c9b793079f38f5e2869a235 -SHA256 (xpi/thunderbird-i18n-3.1.6/ar.xpi) = 7fe395ce8f13c8bc3cb7a229a9534baec705819ceaf9b4face63e5343ae9abad -SIZE (xpi/thunderbird-i18n-3.1.6/ar.xpi) = 230312 -MD5 (xpi/thunderbird-i18n-3.1.6/be.xpi) = 2778626c60788a48d49347f0ab749d1f -SHA256 (xpi/thunderbird-i18n-3.1.6/be.xpi) = 9bdeeff76db17ec693a2a36b9599c99b73a9b20255bae9df4be223644f09bef5 -SIZE (xpi/thunderbird-i18n-3.1.6/be.xpi) = 194461 -MD5 (xpi/thunderbird-i18n-3.1.6/bg.xpi) = 8eae291767d2698a666df631884c2208 -SHA256 (xpi/thunderbird-i18n-3.1.6/bg.xpi) = 7651942c6690ab7cd461e73c7493d91b1a8205f3a55c30d23e45a9a50589bd18 -SIZE (xpi/thunderbird-i18n-3.1.6/bg.xpi) = 235116 -MD5 (xpi/thunderbird-i18n-3.1.6/bn-BD.xpi) = d63d6cf0647001398649bdf741d845c9 -SHA256 (xpi/thunderbird-i18n-3.1.6/bn-BD.xpi) = cfd4035b7553cd3bb0c9e331f59e3137c46b50479f0edfd2e74c82db281ee0ab -SIZE (xpi/thunderbird-i18n-3.1.6/bn-BD.xpi) = 244801 -MD5 (xpi/thunderbird-i18n-3.1.6/ca.xpi) = 700f0fd5cb718dfd168226eaaac3e4d1 -SHA256 (xpi/thunderbird-i18n-3.1.6/ca.xpi) = b9c8cf8f9eb0a0caa48e124ba4ef720dc64ebe8cc5fdf28a78b2b7d800bbb947 -SIZE (xpi/thunderbird-i18n-3.1.6/ca.xpi) = 219357 -MD5 (xpi/thunderbird-i18n-3.1.6/cs.xpi) = 21e5a6c95bf1557a45b0dba05b7e70e5 -SHA256 (xpi/thunderbird-i18n-3.1.6/cs.xpi) = 7ee89ed317ea311c268a3ebf8baa5935dc65faf4df136f4a6311e99290ab387e -SIZE (xpi/thunderbird-i18n-3.1.6/cs.xpi) = 218207 -MD5 (xpi/thunderbird-i18n-3.1.6/da.xpi) = 11b4c256c389987059de6f0ba54aff08 -SHA256 (xpi/thunderbird-i18n-3.1.6/da.xpi) = 9c0fd6e3d18470824020bfefc225558f027332b7833d34969bf7e01c7d076933 -SIZE (xpi/thunderbird-i18n-3.1.6/da.xpi) = 203180 -MD5 (xpi/thunderbird-i18n-3.1.6/de.xpi) = 2b9117239c57730216cabf25ab57547f -SHA256 (xpi/thunderbird-i18n-3.1.6/de.xpi) = c641bbb5c1f37e531d605f74f0bc36a4f8dc7391966d52e0f814cd61b5054f3d -SIZE (xpi/thunderbird-i18n-3.1.6/de.xpi) = 222778 -MD5 (xpi/thunderbird-i18n-3.1.6/el.xpi) = eb9c98d48e31acdb1943e00ec74e7271 -SHA256 (xpi/thunderbird-i18n-3.1.6/el.xpi) = cb8be38a097106d70a1d295ad159935f1e59c43e08778c831626a89f83bd7efd -SIZE (xpi/thunderbird-i18n-3.1.6/el.xpi) = 210109 -MD5 (xpi/thunderbird-i18n-3.1.6/en-GB.xpi) = 46900aac2f420106edea9317e4d84631 -SHA256 (xpi/thunderbird-i18n-3.1.6/en-GB.xpi) = dc56ffd7641ec4aaf985901e8035ce841f39eedf32b41f0790f293f4e39c6b42 -SIZE (xpi/thunderbird-i18n-3.1.6/en-GB.xpi) = 203636 -MD5 (xpi/thunderbird-i18n-3.1.6/en-US.xpi) = 8311232cfa61091892bbecb1c42a6a7d -SHA256 (xpi/thunderbird-i18n-3.1.6/en-US.xpi) = 3c0086876b926f3ce0943b19a48ed8e1d8b42daed69a4bfb14e2bec3efde6440 -SIZE (xpi/thunderbird-i18n-3.1.6/en-US.xpi) = 202497 -MD5 (xpi/thunderbird-i18n-3.1.6/es-AR.xpi) = cdd6b3dffb9da525de191a6a6cf0717c -SHA256 (xpi/thunderbird-i18n-3.1.6/es-AR.xpi) = 6b390599461396e8be6daebe741e2f888d1ab425a68a35e8ccf73e0db031d291 -SIZE (xpi/thunderbird-i18n-3.1.6/es-AR.xpi) = 218631 -MD5 (xpi/thunderbird-i18n-3.1.6/es-ES.xpi) = ac8d77582518131d1bf1dd121d225af0 -SHA256 (xpi/thunderbird-i18n-3.1.6/es-ES.xpi) = a854b8dbab308b37eaf9deda1b7dcc4a4882c2a3a54a526542cd6ad1904cb3ae -SIZE (xpi/thunderbird-i18n-3.1.6/es-ES.xpi) = 172926 -MD5 (xpi/thunderbird-i18n-3.1.6/et.xpi) = cbed77cb75b8158b5805b48686a4e836 -SHA256 (xpi/thunderbird-i18n-3.1.6/et.xpi) = a8094a8650548a06367b75d244549a3944b0d050339dad87d0ac4927fa8c36c7 -SIZE (xpi/thunderbird-i18n-3.1.6/et.xpi) = 221756 -MD5 (xpi/thunderbird-i18n-3.1.6/eu.xpi) = 6b5815d86b64e17989f77cc9b4a0de73 -SHA256 (xpi/thunderbird-i18n-3.1.6/eu.xpi) = 9cd905b6eace8e56da2cde540c3a0b1187aecb1d6577f1027aec2025ae401df4 -SIZE (xpi/thunderbird-i18n-3.1.6/eu.xpi) = 211302 -MD5 (xpi/thunderbird-i18n-3.1.6/fi.xpi) = 9b0686473986a3d7bf6e92487439fa5b -SHA256 (xpi/thunderbird-i18n-3.1.6/fi.xpi) = 25e5e16de47ea2506a68e46aae034fd2b6f7882cbab220d8f33578db823b4904 -SIZE (xpi/thunderbird-i18n-3.1.6/fi.xpi) = 219525 -MD5 (xpi/thunderbird-i18n-3.1.6/fr.xpi) = 640d2519e53f189c9d83723612660051 -SHA256 (xpi/thunderbird-i18n-3.1.6/fr.xpi) = 33ca445cf7b0047a947971e7f8434154ec0238948d6761fdc3a6997ce758f859 -SIZE (xpi/thunderbird-i18n-3.1.6/fr.xpi) = 221747 -MD5 (xpi/thunderbird-i18n-3.1.6/fy-NL.xpi) = bcd795bb28167b351246f0394581a99a -SHA256 (xpi/thunderbird-i18n-3.1.6/fy-NL.xpi) = 01051105923d7b51721f4939385ab664ee3faa3a1aa700b34416a100155b14c9 -SIZE (xpi/thunderbird-i18n-3.1.6/fy-NL.xpi) = 221121 -MD5 (xpi/thunderbird-i18n-3.1.6/ga-IE.xpi) = 58a9a57f741d9c803012f90e2d1179e3 -SHA256 (xpi/thunderbird-i18n-3.1.6/ga-IE.xpi) = 5f4954b648e49ccef6fee93590cd66cdb74c69d18d1d2abd28a39e2c1d0adf5b -SIZE (xpi/thunderbird-i18n-3.1.6/ga-IE.xpi) = 219457 -MD5 (xpi/thunderbird-i18n-3.1.6/he.xpi) = c302b2705202987695cf4c499a8a9974 -SHA256 (xpi/thunderbird-i18n-3.1.6/he.xpi) = d05030ac76e9b59ac10f88c8dc2ac4d081a5aad1c2ccb0f8a7d119af5c7a9162 -SIZE (xpi/thunderbird-i18n-3.1.6/he.xpi) = 204896 -MD5 (xpi/thunderbird-i18n-3.1.6/hu.xpi) = 4b38f28f3926ce79640219ce841f8aaa -SHA256 (xpi/thunderbird-i18n-3.1.6/hu.xpi) = 88e2b37c4de44fe5dfc52ced663f2505429e2b415d979193cf5f2c2fae387d1b -SIZE (xpi/thunderbird-i18n-3.1.6/hu.xpi) = 226081 -MD5 (xpi/thunderbird-i18n-3.1.6/id.xpi) = 384ebd15003f7e8e45263bbb3866acd8 -SHA256 (xpi/thunderbird-i18n-3.1.6/id.xpi) = 9e16fce7cd145589511bbeec21c7ef3049028f94b06706d844f775d0ef57fd59 -SIZE (xpi/thunderbird-i18n-3.1.6/id.xpi) = 185845 -MD5 (xpi/thunderbird-i18n-3.1.6/is.xpi) = 17ee58ac1e3453c0be3a17b34deecded -SHA256 (xpi/thunderbird-i18n-3.1.6/is.xpi) = 7c765ac9e9c99090f3907ef6739fd752fce57bd5f2c0dccfa5d0586ad0cb42f1 -SIZE (xpi/thunderbird-i18n-3.1.6/is.xpi) = 214017 -MD5 (xpi/thunderbird-i18n-3.1.6/it.xpi) = 2c1f259a7108303e6b7c282450e0c2fa -SHA256 (xpi/thunderbird-i18n-3.1.6/it.xpi) = 1ed9d9e99b04761ddf309d4a80a3fc0d891269b217c8b4475142f0d8d2a8024c -SIZE (xpi/thunderbird-i18n-3.1.6/it.xpi) = 171436 -MD5 (xpi/thunderbird-i18n-3.1.6/ja.xpi) = 3222edcf89bad510d9e82a1b5e9bd8f0 -SHA256 (xpi/thunderbird-i18n-3.1.6/ja.xpi) = 84629537369334b37064eb7fce67b1cec5e4b9289a6755ae45f7d3982a03a885 -SIZE (xpi/thunderbird-i18n-3.1.6/ja.xpi) = 236526 -MD5 (xpi/thunderbird-i18n-3.1.6/ko.xpi) = 75743e7d91ac7b68b56e8486ce9bf2b6 -SHA256 (xpi/thunderbird-i18n-3.1.6/ko.xpi) = b75d6f5d29e5ed1a08df89eab4ee464a33a062f4989c567b9c41413be099aeea -SIZE (xpi/thunderbird-i18n-3.1.6/ko.xpi) = 194727 -MD5 (xpi/thunderbird-i18n-3.1.6/lt.xpi) = 7f4cc65e83bf846708cd88001b7e68ce -SHA256 (xpi/thunderbird-i18n-3.1.6/lt.xpi) = 0e13e2083e8d0794a45975053a0f4a2e0296a2424041d187a70241bdfad3de47 -SIZE (xpi/thunderbird-i18n-3.1.6/lt.xpi) = 235345 -MD5 (xpi/thunderbird-i18n-3.1.6/nb-NO.xpi) = 7211aec1df27c1a738f093860c3d8e0c -SHA256 (xpi/thunderbird-i18n-3.1.6/nb-NO.xpi) = 9a43f06fb5804d667d117815d4526d65d5d803b87743a68882676bcc593cb7d1 -SIZE (xpi/thunderbird-i18n-3.1.6/nb-NO.xpi) = 213924 -MD5 (xpi/thunderbird-i18n-3.1.6/nl.xpi) = 9ba35f9e9c47c20de2ddc6bd3dfe9e7e -SHA256 (xpi/thunderbird-i18n-3.1.6/nl.xpi) = af0386296b786c3e9eeed5c2fe81ed3be4733e3282f440190840c9ac7b797ab3 -SIZE (xpi/thunderbird-i18n-3.1.6/nl.xpi) = 216600 -MD5 (xpi/thunderbird-i18n-3.1.6/nn-NO.xpi) = f8886f5d9a6fee2eb96ebc811618cded -SHA256 (xpi/thunderbird-i18n-3.1.6/nn-NO.xpi) = 419fc13cf9196f6e4a9d51bc1032baa05bcf9535c9ff7717fe4c0790db0891ae -SIZE (xpi/thunderbird-i18n-3.1.6/nn-NO.xpi) = 215653 -MD5 (xpi/thunderbird-i18n-3.1.6/pa-IN.xpi) = bdee27c0a81e5c10154a33b8aedde054 -SHA256 (xpi/thunderbird-i18n-3.1.6/pa-IN.xpi) = d054e5e42026754a3fc5752e7c837e661005ebe9042d7fe93f0489932d334ecb -SIZE (xpi/thunderbird-i18n-3.1.6/pa-IN.xpi) = 241098 -MD5 (xpi/thunderbird-i18n-3.1.6/pl.xpi) = 38deb4a544b4055fd3dd8fbfd489393c -SHA256 (xpi/thunderbird-i18n-3.1.6/pl.xpi) = c019886298a7cd3a6b106dbdada9fc9913fb735256d5301c4464251ec1b25018 -SIZE (xpi/thunderbird-i18n-3.1.6/pl.xpi) = 203928 -MD5 (xpi/thunderbird-i18n-3.1.6/pt-BR.xpi) = dca1b2914fc26f06f34e254a26afe92c -SHA256 (xpi/thunderbird-i18n-3.1.6/pt-BR.xpi) = 07f52e147a9f8a188be5818d8349366691cdf76fc662fc13a931060b028e8851 -SIZE (xpi/thunderbird-i18n-3.1.6/pt-BR.xpi) = 215033 -MD5 (xpi/thunderbird-i18n-3.1.6/pt-PT.xpi) = 7b9aabbd9b10f94e9791194d136dc95d -SHA256 (xpi/thunderbird-i18n-3.1.6/pt-PT.xpi) = ff125e82bee47fa83fd5d41b278a506694e9a1c1fa6d7740916f0ae673d818dc -SIZE (xpi/thunderbird-i18n-3.1.6/pt-PT.xpi) = 214224 -MD5 (xpi/thunderbird-i18n-3.1.6/ro.xpi) = 26344b717450d1113b90dab2c470997e -SHA256 (xpi/thunderbird-i18n-3.1.6/ro.xpi) = a1ffec498cc085a4f21b20709f825b9bd5bafdfd89804dd8ce3548690cadd0e8 -SIZE (xpi/thunderbird-i18n-3.1.6/ro.xpi) = 221213 -MD5 (xpi/thunderbird-i18n-3.1.6/ru.xpi) = 74b7f378bb85fef6aa8ae83dcf96233c -SHA256 (xpi/thunderbird-i18n-3.1.6/ru.xpi) = 157cf1a801e2d8370c9768fdbfddd6afd52e8f28cb071c0e7f8034f3f2e7a50f -SIZE (xpi/thunderbird-i18n-3.1.6/ru.xpi) = 198165 -MD5 (xpi/thunderbird-i18n-3.1.6/si.xpi) = f63fa1f0fc0510b1aabaf1b520b33fca -SHA256 (xpi/thunderbird-i18n-3.1.6/si.xpi) = 028d39f7c6fc6b42dfce5cb04d7faf2b17dbbc8ab1458cbcc2ad07dfaa5bd0ee -SIZE (xpi/thunderbird-i18n-3.1.6/si.xpi) = 246097 -MD5 (xpi/thunderbird-i18n-3.1.6/sk.xpi) = f6c1ec02656e470dfcfb878f39930626 -SHA256 (xpi/thunderbird-i18n-3.1.6/sk.xpi) = c14e137c8721cc299b5c5f9606052570dc915927e3ea7574bc86c31d7d5d1f7b -SIZE (xpi/thunderbird-i18n-3.1.6/sk.xpi) = 224548 -MD5 (xpi/thunderbird-i18n-3.1.6/sl.xpi) = 6a0af74ed221fec319e7a6dada0cbb41 -SHA256 (xpi/thunderbird-i18n-3.1.6/sl.xpi) = e77c0595d7f0d6beebc41d8828a176aa5ad27e9f523adb6921260dede1c38c1f -SIZE (xpi/thunderbird-i18n-3.1.6/sl.xpi) = 218521 -MD5 (xpi/thunderbird-i18n-3.1.6/sq.xpi) = 36e6a3e9e1a628db55ffe7c4a1fada16 -SHA256 (xpi/thunderbird-i18n-3.1.6/sq.xpi) = 73775ddf9a9c3a6b3e48b6be72a51fd3fe1ec5928a21ccf68098441a092fe3f3 -SIZE (xpi/thunderbird-i18n-3.1.6/sq.xpi) = 211232 -MD5 (xpi/thunderbird-i18n-3.1.6/sv-SE.xpi) = a6a0140f48644ea308a702b1771ca50d -SHA256 (xpi/thunderbird-i18n-3.1.6/sv-SE.xpi) = e1b075ce69c6e731e7751853a673e59e0a305867847ae0c8a2f5a4cb464f851c -SIZE (xpi/thunderbird-i18n-3.1.6/sv-SE.xpi) = 221221 -MD5 (xpi/thunderbird-i18n-3.1.6/tr.xpi) = eb78c8cba0daf19dd22ab3f52e66591f -SHA256 (xpi/thunderbird-i18n-3.1.6/tr.xpi) = af2827cf421ca94a74b13d9586ea66753b31939534e6702ab020d2cb18d76047 -SIZE (xpi/thunderbird-i18n-3.1.6/tr.xpi) = 215741 -MD5 (xpi/thunderbird-i18n-3.1.6/uk.xpi) = 7a554ef38c4cfa5b2bd06f0a7d84fa19 -SHA256 (xpi/thunderbird-i18n-3.1.6/uk.xpi) = cd55f23c3b4b6e0d949dfc5d6319672cdd3645752f8a93653a6b1f7bd30da6ad -SIZE (xpi/thunderbird-i18n-3.1.6/uk.xpi) = 244816 -MD5 (xpi/thunderbird-i18n-3.1.6/zh-CN.xpi) = bd28c219be13a394aa96e7b9d110c731 -SHA256 (xpi/thunderbird-i18n-3.1.6/zh-CN.xpi) = cbfdfbd7ad54ad7a7aef14c56c3b58ea844156c00f3b14640d7301a31d761e25 -SIZE (xpi/thunderbird-i18n-3.1.6/zh-CN.xpi) = 219667 -MD5 (xpi/thunderbird-i18n-3.1.6/zh-TW.xpi) = 48cf69d59009b537bfc820324b904452 -SHA256 (xpi/thunderbird-i18n-3.1.6/zh-TW.xpi) = ffcbf17fc8e997cf17bca7ba4e031470ee38ba4b126595f256e86048281e8dac -SIZE (xpi/thunderbird-i18n-3.1.6/zh-TW.xpi) = 220491 +SHA256 (xpi/thunderbird-i18n-3.1.7/af.xpi) = 6ab42b6e69e0da306d165414ff3fe9fb51b124d29a41a3cf102a4c823257fb85 +SIZE (xpi/thunderbird-i18n-3.1.7/af.xpi) = 210611 +SHA256 (xpi/thunderbird-i18n-3.1.7/ar.xpi) = 48073e7d016781302283818fb3c2f34c8996e7fea76ec041c591ed73246cc45c +SIZE (xpi/thunderbird-i18n-3.1.7/ar.xpi) = 230312 +SHA256 (xpi/thunderbird-i18n-3.1.7/be.xpi) = 8c6b08f97c125111758c4254756b90252eeb2c804048e29042ecb12806df2ac9 +SIZE (xpi/thunderbird-i18n-3.1.7/be.xpi) = 194406 +SHA256 (xpi/thunderbird-i18n-3.1.7/bg.xpi) = 3ce29659294151584d85e6c8c52b536506725f25c7e2e47b2da596678151dd7d +SIZE (xpi/thunderbird-i18n-3.1.7/bg.xpi) = 235175 +SHA256 (xpi/thunderbird-i18n-3.1.7/bn-BD.xpi) = 605999e3a1552e39a949a9b3ad257fff2500dce83d733b4be9ebd7fec8a7c9df +SIZE (xpi/thunderbird-i18n-3.1.7/bn-BD.xpi) = 244801 +SHA256 (xpi/thunderbird-i18n-3.1.7/ca.xpi) = 4bf09c82c30bbb376e4b3ab92cab1ab2f6b8edf9f3fe3acc2fe736e26214fa12 +SIZE (xpi/thunderbird-i18n-3.1.7/ca.xpi) = 219359 +SHA256 (xpi/thunderbird-i18n-3.1.7/cs.xpi) = a1c94a40c172d8d1e30cd40bebec90e77ae240f62be828608fcaebe3682ea539 +SIZE (xpi/thunderbird-i18n-3.1.7/cs.xpi) = 218206 +SHA256 (xpi/thunderbird-i18n-3.1.7/da.xpi) = 79783517d73459c364c17e85b248000ad8c342eb6c3fedf783954c2ec058cf59 +SIZE (xpi/thunderbird-i18n-3.1.7/da.xpi) = 203134 +SHA256 (xpi/thunderbird-i18n-3.1.7/de.xpi) = 7befd739bb8e2836e8458880b9cd630068eed6f5dc6057e4982a1a70facb70e1 +SIZE (xpi/thunderbird-i18n-3.1.7/de.xpi) = 222821 +SHA256 (xpi/thunderbird-i18n-3.1.7/el.xpi) = b38c143dd0032c3de2f9c2f9769aa9e7c094ecb9078bd9259106fa0d2959f218 +SIZE (xpi/thunderbird-i18n-3.1.7/el.xpi) = 210073 +SHA256 (xpi/thunderbird-i18n-3.1.7/en-GB.xpi) = fda2446835a0fd3f9bc84f07f8325c747fd794f941a39ea383d8be99baec6758 +SIZE (xpi/thunderbird-i18n-3.1.7/en-GB.xpi) = 203673 +SHA256 (xpi/thunderbird-i18n-3.1.7/en-US.xpi) = 48b1cd404a1844cab558d63e47e106698eca671ea701d539e65ac0582d92b0ad +SIZE (xpi/thunderbird-i18n-3.1.7/en-US.xpi) = 202542 +SHA256 (xpi/thunderbird-i18n-3.1.7/es-AR.xpi) = 72f6dddb4510d09a93bd18b7332df0862b57cb88406a438118d0abcfc1dc7fd1 +SIZE (xpi/thunderbird-i18n-3.1.7/es-AR.xpi) = 218576 +SHA256 (xpi/thunderbird-i18n-3.1.7/es-ES.xpi) = fb9b6aa098a39526bd414004a771211e420cfc6531a19090bdca2ec608d5a719 +SIZE (xpi/thunderbird-i18n-3.1.7/es-ES.xpi) = 172928 +SHA256 (xpi/thunderbird-i18n-3.1.7/et.xpi) = a3c8fa94d7d5c95fd08925fbcfda7a849722108c2bddc4720dd9284b24736e86 +SIZE (xpi/thunderbird-i18n-3.1.7/et.xpi) = 221694 +SHA256 (xpi/thunderbird-i18n-3.1.7/eu.xpi) = 304803c97bf2b760e57181fb582b840e741409759bfa479398170b69c190b872 +SIZE (xpi/thunderbird-i18n-3.1.7/eu.xpi) = 211301 +SHA256 (xpi/thunderbird-i18n-3.1.7/fi.xpi) = b57f21a8076fd2cf60e4d7f988ee5a70439f8699b0bffc85de50d7b6895ffbc5 +SIZE (xpi/thunderbird-i18n-3.1.7/fi.xpi) = 219527 +SHA256 (xpi/thunderbird-i18n-3.1.7/fr.xpi) = 05fd5517a1d22795543727132daafc6fccb129199c6706f20f3781ab23820741 +SIZE (xpi/thunderbird-i18n-3.1.7/fr.xpi) = 221695 +SHA256 (xpi/thunderbird-i18n-3.1.7/fy-NL.xpi) = 97a61bfe377971c1f36fcf8615047f49295b7d85a2a161028fe3dc4aea303043 +SIZE (xpi/thunderbird-i18n-3.1.7/fy-NL.xpi) = 220820 +SHA256 (xpi/thunderbird-i18n-3.1.7/ga-IE.xpi) = da3746909f6deafa0043f78875f16207c60cc8632c886fcb137a5499f354aa89 +SIZE (xpi/thunderbird-i18n-3.1.7/ga-IE.xpi) = 219444 +SHA256 (xpi/thunderbird-i18n-3.1.7/he.xpi) = 09af53dc8bb17b80f1257c588dd25fae8a3e2a81ffcab88109fe9aeced56d8b3 +SIZE (xpi/thunderbird-i18n-3.1.7/he.xpi) = 204912 +SHA256 (xpi/thunderbird-i18n-3.1.7/hu.xpi) = c6c72ebc826b5a1db7ecc6bfca4f0cd7615e16bed2f4d301e34b36e3754464e1 +SIZE (xpi/thunderbird-i18n-3.1.7/hu.xpi) = 226112 +SHA256 (xpi/thunderbird-i18n-3.1.7/id.xpi) = 77f9fc6d1cc2c838a4b3b7639e41b00a44edcd47185b0c3c66d7dc602a9c79b4 +SIZE (xpi/thunderbird-i18n-3.1.7/id.xpi) = 185887 +SHA256 (xpi/thunderbird-i18n-3.1.7/is.xpi) = fc61e57188b9329dd2c6d29c6ebdb82e40669ef1b8f7350826113bd394f78e6e +SIZE (xpi/thunderbird-i18n-3.1.7/is.xpi) = 213976 +SHA256 (xpi/thunderbird-i18n-3.1.7/it.xpi) = 54b5c9c0b85b07eb097eacb2b22b5f293fc9f08f7db7a22663b0d7b5b6affa69 +SIZE (xpi/thunderbird-i18n-3.1.7/it.xpi) = 171392 +SHA256 (xpi/thunderbird-i18n-3.1.7/ja.xpi) = 2f36ba88321f90c29af2124c166c8c59e7d012d5cce0f652fed97572faf252c9 +SIZE (xpi/thunderbird-i18n-3.1.7/ja.xpi) = 236545 +SHA256 (xpi/thunderbird-i18n-3.1.7/ko.xpi) = 61fa0a944af32722c9211607c637bf750912073a7a76473e4ac2ed2506d348b2 +SIZE (xpi/thunderbird-i18n-3.1.7/ko.xpi) = 194778 +SHA256 (xpi/thunderbird-i18n-3.1.7/lt.xpi) = 8d447bd26f53e490105031739a865281fa303be6dbc548bb8747f1a0708a6645 +SIZE (xpi/thunderbird-i18n-3.1.7/lt.xpi) = 235344 +SHA256 (xpi/thunderbird-i18n-3.1.7/nb-NO.xpi) = 0c852d1a857628f22203ca506c008f15622f07d12a31f17a9e8c7edbda77d43f +SIZE (xpi/thunderbird-i18n-3.1.7/nb-NO.xpi) = 213889 +SHA256 (xpi/thunderbird-i18n-3.1.7/nl.xpi) = ac2f7ae83c1f8ec609aee69b42370ac65c85edd234aa8e462fd3e48611de23ec +SIZE (xpi/thunderbird-i18n-3.1.7/nl.xpi) = 216634 +SHA256 (xpi/thunderbird-i18n-3.1.7/nn-NO.xpi) = efc3ca5944b6786f84fc3636676b692208a2262dd812890aaa375d2aa57f5d3b +SIZE (xpi/thunderbird-i18n-3.1.7/nn-NO.xpi) = 215629 +SHA256 (xpi/thunderbird-i18n-3.1.7/pa-IN.xpi) = 44f9155d3fab14f8d74ea9bf1d3a33171860a894247b0990fea9e95615503bda +SIZE (xpi/thunderbird-i18n-3.1.7/pa-IN.xpi) = 241095 +SHA256 (xpi/thunderbird-i18n-3.1.7/pl.xpi) = 70934afaa1c66f5f80c7348a2050c7b3c56f8d77f41b9bbbc9b4c1f4c30b635b +SIZE (xpi/thunderbird-i18n-3.1.7/pl.xpi) = 203953 +SHA256 (xpi/thunderbird-i18n-3.1.7/pt-BR.xpi) = f9eb4b508a04716d3e2cc9c4deae6993e4a305f584c600ccb294775b01ac9f0d +SIZE (xpi/thunderbird-i18n-3.1.7/pt-BR.xpi) = 215036 +SHA256 (xpi/thunderbird-i18n-3.1.7/pt-PT.xpi) = 554ce2040248f6ceffdfc864efef46613a6aecf25943bbb1ea9bbfbb0f9f8ea6 +SIZE (xpi/thunderbird-i18n-3.1.7/pt-PT.xpi) = 214247 +SHA256 (xpi/thunderbird-i18n-3.1.7/ro.xpi) = f8ec73056773ff131268df1826df653788be15152a9a6c28c77705f9a5e1b955 +SIZE (xpi/thunderbird-i18n-3.1.7/ro.xpi) = 221192 +SHA256 (xpi/thunderbird-i18n-3.1.7/ru.xpi) = cdd7f09379838e234c940c0dbf99f7dd16269a62ff06e2ae29e730efb90d8173 +SIZE (xpi/thunderbird-i18n-3.1.7/ru.xpi) = 198138 +SHA256 (xpi/thunderbird-i18n-3.1.7/si.xpi) = 9d35250423e552ecce334475f3c9f66682e90118f2a5abce64d6c9297d2c84f7 +SIZE (xpi/thunderbird-i18n-3.1.7/si.xpi) = 246101 +SHA256 (xpi/thunderbird-i18n-3.1.7/sk.xpi) = 2f138c1d182ca8638b404054c52406ecdb21e9334c809ab556266e5b8d7ec36b +SIZE (xpi/thunderbird-i18n-3.1.7/sk.xpi) = 224605 +SHA256 (xpi/thunderbird-i18n-3.1.7/sl.xpi) = d36b1773e75f4db438ec66c83d08aec6e90d7d42b0e80fa2df24b0e5bfd62465 +SIZE (xpi/thunderbird-i18n-3.1.7/sl.xpi) = 218530 +SHA256 (xpi/thunderbird-i18n-3.1.7/sq.xpi) = 69ac7650edba145d120f0cbe09bb28a481eb94070848dd036471bc18e4b2a579 +SIZE (xpi/thunderbird-i18n-3.1.7/sq.xpi) = 211276 +SHA256 (xpi/thunderbird-i18n-3.1.7/sv-SE.xpi) = 141b8024eafd18f41c903bb6d92b7b3553d2c542744093ed7879b029a9416cd9 +SIZE (xpi/thunderbird-i18n-3.1.7/sv-SE.xpi) = 221166 +SHA256 (xpi/thunderbird-i18n-3.1.7/tr.xpi) = c8bc44fcf4a0d58a5f72821606e427e5a3443648617e9021cd2df5258e5521b8 +SIZE (xpi/thunderbird-i18n-3.1.7/tr.xpi) = 215791 +SHA256 (xpi/thunderbird-i18n-3.1.7/uk.xpi) = 8a0144be8468c453196d1f0fc053d9b247a48053d539cc00152cdd90ebf6db4e +SIZE (xpi/thunderbird-i18n-3.1.7/uk.xpi) = 244865 +SHA256 (xpi/thunderbird-i18n-3.1.7/zh-CN.xpi) = 31372d3c8f2b184536592ad68b0603c4eac076300ba531d6f63ebd14f6f4ff09 +SIZE (xpi/thunderbird-i18n-3.1.7/zh-CN.xpi) = 219645 +SHA256 (xpi/thunderbird-i18n-3.1.7/zh-TW.xpi) = 651023dfef22a2c1a284d9e1b314f885140d153efa7efac4a2c4928f66cf511e +SIZE (xpi/thunderbird-i18n-3.1.7/zh-TW.xpi) = 220637 Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Fri Dec 10 12:19:35 2010 (r470) +++ trunk/mail/thunderbird/Makefile Fri Dec 10 13:55:48 2010 (r471) @@ -6,7 +6,7 @@ # PORTNAME= thunderbird -DISTVERSION= 3.1.6 +DISTVERSION= 3.1.7 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source Modified: trunk/mail/thunderbird/distinfo ============================================================================== --- trunk/mail/thunderbird/distinfo Fri Dec 10 12:19:35 2010 (r470) +++ trunk/mail/thunderbird/distinfo Fri Dec 10 13:55:48 2010 (r471) @@ -1,3 +1,2 @@ -MD5 (thunderbird-3.1.6.source.tar.bz2) = d126a68e6610d8e3675909e0ba606b42 -SHA256 (thunderbird-3.1.6.source.tar.bz2) = 9a27e3acfe14a0f17d2197d75192a005930347d89a88917c468096e527019ef8 -SIZE (thunderbird-3.1.6.source.tar.bz2) = 65850094 +SHA256 (thunderbird-3.1.7.source.tar.bz2) = 800fe263b3889d4e602ff48889036ad56e940fc792894aca10fa07db28b6e662 +SIZE (thunderbird-3.1.7.source.tar.bz2) = 65948060 Deleted: trunk/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp ============================================================================== --- trunk/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp Fri Dec 10 13:55:48 2010 (r470) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,23 +0,0 @@ ---- mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp.orig -+++ mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp -@@ -629,16 +629,17 @@ IndexOfDirectoryOfFile(nsISupportsArray* aSearchPath, nsILocalFile* aFile) - NS_ASSERTION(count, "broken search path! bad count"); - for(PRUint32 i = 0; i < count; i++) - { -- nsCOMPtr current; -+ nsCOMPtr current, normalized; - aSearchPath->QueryElementAt(i, NS_GET_IID(nsIFile), - getter_AddRefs(current)); - NS_ASSERTION(current, "broken search path! bad element"); - // nsIFile::Equals basically compares path strings so normalize - // before the comparison. - parent->Normalize(); -- current->Normalize(); -+ current->Clone(getter_AddRefs(normalized)); -+ normalized->Normalize(); - PRBool same; -- if (NS_SUCCEEDED(parent->Equals(current, &same)) && same) -+ if (NS_SUCCEEDED(parent->Equals(normalized, &same)) && same) - return (int) i; - } - } From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 10 16:22:34 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD31D1065679 for ; Fri, 10 Dec 2010 16:22:34 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 78BB18FC25 for ; Fri, 10 Dec 2010 16:22:33 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oBAGMWhM011112 for ; Fri, 10 Dec 2010 16:22:32 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oBAGMR7w009535 for freebsd-gecko@freebsd.org; Fri, 10 Dec 2010 16:22:27 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 10 Dec 2010 16:22:27 GMT Message-Id: <201012101622.oBAGMR7w009535@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r472 - branches/experimental/www/libxul branches/experimental/www/libxul/files trunk/www/libxul trunk/www/libxul/files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 16:22:35 -0000 Author: beat Date: Fri Dec 10 16:22:27 2010 New Revision: 472 Log: - Update to 1.9.2.13 - Drop MD5 checksum Security: http://www.vuxml.org/freebsd/1d8ff4a2-0445-11e0-8e32-000f20797ede.html Deleted: branches/experimental/www/libxul/files/patch-xulrunner_installer_mozilla-plugin.pc.in trunk/www/libxul/files/patch-xulrunner_installer_mozilla-plugin.pc.in Modified: branches/experimental/www/libxul/Makefile branches/experimental/www/libxul/distinfo trunk/www/libxul/Makefile trunk/www/libxul/distinfo Modified: branches/experimental/www/libxul/Makefile ============================================================================== --- branches/experimental/www/libxul/Makefile Fri Dec 10 13:55:48 2010 (r471) +++ branches/experimental/www/libxul/Makefile Fri Dec 10 16:22:27 2010 (r472) @@ -6,7 +6,7 @@ # PORTNAME= libxul -DISTVERSION= 1.9.2.12 +DISTVERSION= 1.9.2.13 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= xulrunner/releases/${DISTVERSION}/source Modified: branches/experimental/www/libxul/distinfo ============================================================================== --- branches/experimental/www/libxul/distinfo Fri Dec 10 13:55:48 2010 (r471) +++ branches/experimental/www/libxul/distinfo Fri Dec 10 16:22:27 2010 (r472) @@ -1,3 +1,2 @@ -MD5 (xulrunner-1.9.2.12.source.tar.bz2) = 5ae8ad797214474140a67b79fb8ece77 -SHA256 (xulrunner-1.9.2.12.source.tar.bz2) = d58355e013e32ff5585c570692a2207c6551cdb161434ddd2aa350d50e119364 -SIZE (xulrunner-1.9.2.12.source.tar.bz2) = 51417792 +SHA256 (xulrunner-1.9.2.13.source.tar.bz2) = a9e0a30b209c000ed8c77826e733a5cab3e0bf89b837b196461a23cd87ae3ce9 +SIZE (xulrunner-1.9.2.13.source.tar.bz2) = 51359622 Deleted: branches/experimental/www/libxul/files/patch-xulrunner_installer_mozilla-plugin.pc.in ============================================================================== --- branches/experimental/www/libxul/files/patch-xulrunner_installer_mozilla-plugin.pc.in Fri Dec 10 16:22:27 2010 (r471) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,9 +0,0 @@ ---- xulrunner/installer/mozilla-plugin.pc.in.orig 2010-08-24 18:19:38.000000000 -0400 -+++ xulrunner/installer/mozilla-plugin.pc.in 2010-09-16 22:02:35.000000000 -0400 -@@ -5,5 +5,4 @@ - Name: Mozilla Plug-In API - Description: Mozilla Plug-In API - Version: %MOZILLA_VERSION% --Cflags: -I${includedir}/stable -DXP_UNIX %ojidef% -- -+Cflags: -I${includedir} -DXP_UNIX %ojidef% Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Fri Dec 10 13:55:48 2010 (r471) +++ trunk/www/libxul/Makefile Fri Dec 10 16:22:27 2010 (r472) @@ -6,7 +6,7 @@ # PORTNAME= libxul -DISTVERSION= 1.9.2.12 +DISTVERSION= 1.9.2.13 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= xulrunner/releases/${DISTVERSION}/source Modified: trunk/www/libxul/distinfo ============================================================================== --- trunk/www/libxul/distinfo Fri Dec 10 13:55:48 2010 (r471) +++ trunk/www/libxul/distinfo Fri Dec 10 16:22:27 2010 (r472) @@ -1,3 +1,2 @@ -MD5 (xulrunner-1.9.2.12.source.tar.bz2) = 5ae8ad797214474140a67b79fb8ece77 -SHA256 (xulrunner-1.9.2.12.source.tar.bz2) = d58355e013e32ff5585c570692a2207c6551cdb161434ddd2aa350d50e119364 -SIZE (xulrunner-1.9.2.12.source.tar.bz2) = 51417792 +SHA256 (xulrunner-1.9.2.13.source.tar.bz2) = a9e0a30b209c000ed8c77826e733a5cab3e0bf89b837b196461a23cd87ae3ce9 +SIZE (xulrunner-1.9.2.13.source.tar.bz2) = 51359622 Deleted: trunk/www/libxul/files/patch-xulrunner_installer_mozilla-plugin.pc.in ============================================================================== --- trunk/www/libxul/files/patch-xulrunner_installer_mozilla-plugin.pc.in Fri Dec 10 16:22:27 2010 (r471) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,9 +0,0 @@ ---- xulrunner/installer/mozilla-plugin.pc.in.orig 2010-08-24 18:19:38.000000000 -0400 -+++ xulrunner/installer/mozilla-plugin.pc.in 2010-09-16 22:02:35.000000000 -0400 -@@ -5,5 +5,4 @@ - Name: Mozilla Plug-In API - Description: Mozilla Plug-In API - Version: %MOZILLA_VERSION% --Cflags: -I${includedir}/stable -DXP_UNIX %ojidef% -- -+Cflags: -I${includedir} -DXP_UNIX %ojidef% From owner-freebsd-gecko@FreeBSD.ORG Sat Dec 11 14:27:25 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5099D106566B for ; Sat, 11 Dec 2010 14:27:25 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id EF3F48FC08 for ; Sat, 11 Dec 2010 14:27:24 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oBBERNVc006846 for ; Sat, 11 Dec 2010 14:27:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oBBERI8O006470 for freebsd-gecko@freebsd.org; Sat, 11 Dec 2010 14:27:18 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 11 Dec 2010 14:27:18 GMT Message-Id: <201012111427.oBBERI8O006470@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r473 - trunk/Mk X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2010 14:27:25 -0000 Author: beat Date: Sat Dec 11 14:27:17 2010 New Revision: 473 Log: - Add variables to bsd.gecko.mk for build and/or run dependencies on Mozilla ports. Unlike the version in the experimental branch this version does not implement INVALID_${GECKO}_VER and WITH_${GECKO}_VER as these options are broken and there is not enough time to fix them before the feature freeze. Modified: trunk/Mk/bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Fri Dec 10 16:22:27 2010 (r472) +++ trunk/Mk/bsd.gecko.mk Sat Dec 11 14:27:17 2010 (r473) @@ -4,7 +4,7 @@ # Date created: 12 Nov 2005 # Whom: Michael Johnson # -# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.22 2010/08/29 15:16:20 beat Exp $ +# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.25 2010/11/30 13:03:10 beat Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -168,6 +168,261 @@ .endif .endif +.elif !defined(_POSTMKINCLUDED) && !defined(Gecko_Pre_Include) && (defined(USE_FIREFOX) || defined(USE_FIREFOX_BUILD) || defined(USE_SEAMONKEY) || defined(USE_SEAMONKEY_BUILD) || defined(USE_THUNDERBIRD) || defined(USE_THUNDERBIRD_BUILD)) +Gecko_Pre_Include= bsd.gecko.mk + +# Ports can use the following: +# +# USE_FIREFOX - Add runtime dependency on Firefox. If no version +# is given by the maintainer via the port or by the +# user via defined variable try to find the highest +# stable installed version. +# Available values: yes 36+ 35+ 36 35 +# NOTE: +# default value 36 is used in case of USE_FIREFOX=yes +# +# USE_FIREFOX_BUILD - Add buildtime dependency on Firefox. +# Available values: see USE_FIREFOX +# +# USE_SEAMONKEY - Add runtime dependency on SeaMonkey. If no +# version is given by the maintainer via the port +# or by the user via defined variable try to find +# the highest stable installed version. +# Available values: yes 11+ 20+ 11 20 +# NOTE: +# default value 20 is used in case of USE_SEAMONKEY=yes +# +# USE_SEAMONKEY_BUILD - Add buildtime dependency on SeaMonkey. +# Available values: see USE_SEAMONKEY +# +# USE_THUNDERBIRD - Add runtime dependency on Thunderbird. If no +# version is given by the maintainer via the port +# or by the user via defined variable try to find +# the highest stable installed version. +# Available values: yes 31+ 30+ 31 30 +# NOTE: +# default value 31 is used in case of USE_THUNDERBIRD=yes +# +# USE_THUNDERBIRD_BUILD - Add buildtime dependency on Thunderbird. +# Available values: see USE_THUNDERBIRD +# + +# +# Firefox part +# +.if defined(USE_FIREFOX) || defined(USE_FIREFOX_BUILD) + +# Process USE_FIREFOX_BUILD +.if defined(USE_FIREFOX_BUILD) +USE_FIREFOX:= ${USE_FIREFOX_BUILD} +_FIREFOX_BUILD_DEPENDS= yes +.endif + +_FIREFOX_DEFAULT_VERSION= 36 +_FIREFOX_VERSIONS= 36 35 +_FIREFOX_RANGE_VERSIONS= 36+ 35+ + +# For specifying [36, 35, ..]+ +_FIREFOX_35P= 35 ${_FIREFOX_36P} +_FIREFOX_36P= 36 + +# Set the default Firefox version and check if USE_FIREFOX=yes was given +.if ${USE_FIREFOX} == "yes" +USE_FIREFOX= ${_FIREFOX_DEFAULT_VERSION} +.endif + +# Setting/finding Firefox version we want. +.if exists(${LOCALBASE}/bin/firefox3) +_FIREFOX_VER!= ${LOCALBASE}/bin/firefox3 --version | ${SED} -e 's/Mozilla Firefox \([0-9]\)\.\([0-9]*\).*/\1\2/' +.elif exists(${LOCALBASE}/bin/firefox) +_FIREFOX_VER!= ${LOCALBASE}/bin/firefox --version | ${SED} -e 's/Mozilla Firefox \([0-9]\)\.\([0-9]*\).*/\1\2/' +.endif + +# Check if installed Firefox version matches the wanted one +.if defined(_FIREFOX_VER) +_SUPFIREFOX= no +.if ${USE_FIREFOX:C/[0-9][0-9]//} == "+" +.for ver in ${_FIREFOX_RANGE_VERSIONS} +.if ${USE_FIREFOX} == "${ver}" +_MATCHED_FIREFOX_VER:= ${ver:S/+//} +.for firefox in ${_FIREFOX_${_MATCHED_FIREFOX_VER}P} +.if ${_FIREFOX_VER} == ${firefox} +_SUPFIREFOX= yes +USE_FIREFOX= ${_FIREFOX_VER} +.endif +.endfor +.endif +.endfor +.else +.if ${_FIREFOX_VER} == ${USE_FIREFOX} +_SUPFIREFOX= yes +.endif +.endif +.if ${_SUPFIREFOX} == no +IGNORE= cannot install: Firefox versions mismatch: firefox-${_FIREFOX_VER:C/([0-9])([0-9])/\1.\2/} is installed and wanted version is firefox-${USE_FIREFOX:C/([0-9])([0-9])/\1.\2/} +.endif +.endif + +.if !defined(_FIREFOX_${USE_FIREFOX:S/+//}P) +IGNORE= cannot install: unknown Firefox version: firefox-${USE_FIREFOX:C/([0-9])([0-9])/\1.\2/} +.endif + +# Dependence lines for different Firefox versions +36_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox +35_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35 + +# Add dependencies +.if defined(USE_FIREFOX) +.if defined(_FIREFOX_BUILD_DEPENDS) +BUILD_DEPENDS+= ${${USE_FIREFOX}_DEPENDS} +.endif +RUN_DEPENDS+= ${${USE_FIREFOX}_DEPENDS} +.endif + +.endif # defined(USE_FIREFOX) +# +# SeaMonkey part +# +.if defined(USE_SEAMONKEY) || defined(USE_SEAMONKEY_BUILD) + +# Process USE_SEAMONKEY_BUILD +.if defined(USE_SEAMONKEY_BUILD) +USE_SEAMONKEY:= ${USE_SEAMONKEY_BUILD} +_SEAMONKEY_BUILD_DEPENDS= yes +.endif + +_SEAMONKEY_DEFAULT_VERSION= 20 +_SEAMONKEY_VERSIONS= 11 20 +_SEAMONKEY_RANGE_VERSIONS= 11+ 20+ + +# For specifying [20, 11, ..]+ +_SEAMONKEY_11P= 11 ${_SEAMONKEY_20P} +_SEAMONKEY_20P= 20 + +# Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given +.if ${USE_SEAMONKEY} == "yes" +USE_SEAMONKEY= ${_SEAMONKEY_DEFAULT_VERSION} +.endif + +# Setting/finding SeaMonkey version we want. +.if exists(${LOCALBASE}/bin/seamonkey) +_SEAMONKEY_VER!= ${LOCALBASE}/bin/seamonkey --version | ${SED} -e 's/Mozilla SeaMonkey \([0-9]\)\.\([0-9]*\).*/\1\2/' +.endif + +# Check if installed SeaMonkey version matches the wanted one +.if defined(_SEAMONKEY_VER) +_SUPSEAMONKEY= no +.if ${USE_SEAMONKEY:C/[0-9][0-9]//} == "+" +.for ver in ${_SEAMONKEY_RANGE_VERSIONS} +.if ${USE_SEAMONKEY} == "${ver}" +_MATCHED_SEAMONKEY_VER:= ${ver:S/+//} +.for seamonkey in ${_SEAMONKEY_${_MATCHED_SEAMONKEY_VER}P} +.if ${_SEAMONKEY_VER} == ${seamonkey} +_SUPSEAMONKEY= yes +USE_SEAMONKEY= ${_SEAMONKEY_VER} +.endif +.endfor +.endif +.endfor +.else +.if ${_SEAMONKEY_VER} == ${USE_SEAMONKEY} +_SUPSEAMONKEY= yes +.endif +.endif +.if ${_SUPSEAMONKEY} == no +IGNORE= cannot install: SeaMonkey versions mismatch: seamonkey-${_SEAMONKEY_VER:C/([0-9])([0-9])/\1.\2/} is installed and wanted version is seamonkey-${USE_SEAMONKEY:C/([0-9])([0-9])/\1.\2/} +.endif +.endif + +.if !defined(_SEAMONKEY_${USE_SEAMONKEY:S/+//}P) +IGNORE= cannot install: unknown SeaMonkey version: seamonkey-${USE_SEAMONKEY:C/([0-9])([0-9])/\1.\2/} +.endif + +# Dependence lines for different SeaMonkey versions +11_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey-bin:${PORTSDIR}/www/seamonkey +20_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey2 + +# Add dependencies +.if defined(USE_SEAMONKEY) +.if defined(_SEAMONKEY_BUILD_DEPENDS) +BUILD_DEPENDS+= ${${USE_SEAMONKEY}_DEPENDS} +.endif +RUN_DEPENDS+= ${${USE_SEAMONKEY}_DEPENDS} +.endif + +.endif # defined(USE_SEAMONKEY) +# +# Thunderbird part +# +.if defined(USE_THUNDERBIRD) || defined(USE_THUNDERBIRD_BUILD) + +# Process USE_THUNDERBIRD_BUILD +.if defined(USE_THUNDERBIRD_BUILD) +USE_THUNDERBIRD:= ${USE_THUNDERBIRD_BUILD} +_THUNDERBIRD_BUILD_DEPENDS= yes +.endif + +_THUNDERBIRD_DEFAULT_VERSION= 31 +_THUNDERBIRD_VERSIONS= 31 30 +_THUNDERBIRD_RANGE_VERSIONS= 31+ 30+ + +# For specifying [31, 30, ..]+ +_THUNDERBIRD_30P= 30 ${_THUNDERBIRD_31P} +_THUNDERBIRD_31P= 31 + +# Set the default Thunderbird version and check if USE_THUNDERBIRD=yes was given +.if ${USE_THUNDERBIRD} == "yes" +USE_THUNDERBIRD= ${_THUNDERBIRD_DEFAULT_VERSION} +.endif + +# Setting/finding Thunderbird version we want. +.if exists(${LOCALBASE}/bin/thunderbird) +_THUNDERBIRD_VER!= ${LOCALBASE}/bin/thunderbird --version | ${SED} -e 's/ Thunderbird \([0-9]\)\.\([0-9]*\).*/\1\2/' +.endif + +# Check if installed Thunderbird version matches the wanted one +.if defined(_THUNDERBIRD_VER) +_SUPTHUNDERBIRD= no +.if ${USE_THUNDERBIRD:C/[0-9][0-9]//} == "+" +.for ver in ${_THUNDERBIRD_RANGE_VERSIONS} +.if ${USE_THUNDERBIRD} == "${ver}" +_MATCHED_THUNDERBIRD_VER:= ${ver:S/+//} +.for thunderbird in ${_THUNDERBIRD_${_MATCHED_THUNDERBIRD_VER}P} +.if ${_THUNDERBIRD_VER} == ${thunderbird} +_SUPTHUNDERBIRD= yes +USE_THUNDERBIRD= ${_THUNDERBIRD_VER} +.endif +.endfor +.endif +.endfor +.else +.if ${_THUNDERBIRD_VER} == ${USE_THUNDERBIRD} +_SUPTHUNDERBIRD= yes +.endif +.endif +.if ${_SUPTHUNDERBIRD} != yes +IGNORE= cannot install: Thunderbird versions mismatch: thunderbird-${_THUNDERBIRD_VER:C/([0-9])([0-9])/\1.\2/} is installed and wanted version is thunderbird-${USE_THUNDERBIRD:C/([0-9])([0-9])/\1.\2/} +.endif +.endif + +.if !defined(_THUNDERBIRD_${USE_THUNDERBIRD:S/+//}P) +IGNORE= cannot install: unknown Thunderbird version: thunderbird-${USE_THUNDERBIRD:C/([0-9])([0-9])/\1.\2/} +.endif + +# Dependence lines for different Thunderbird versions +31_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird +30_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird3 + +# Add dependencies +.if defined(USE_THUNDERBIRD) +.if defined(_THUNDERBIRD_BUILD_DEPENDS) +BUILD_DEPENDS+= ${${USE_THUNDERBIRD}_DEPENDS} +.endif +RUN_DEPENDS+= ${${USE_THUNDERBIRD}_DEPENDS} +.endif + +.endif # defined(USE_THUNDERBIRD) + .else # split .if !defined(_POSTMKINCLUDED) && !defined(Gecko_Pre_Include) From owner-freebsd-gecko@FreeBSD.ORG Sat Dec 11 14:34:36 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75378106564A for ; Sat, 11 Dec 2010 14:34:36 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 1FEF38FC08 for ; Sat, 11 Dec 2010 14:34:34 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oBBEYY1v027930 for ; Sat, 11 Dec 2010 14:34:34 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oBBEYTQX027345 for freebsd-gecko@freebsd.org; Sat, 11 Dec 2010 14:34:29 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 11 Dec 2010 14:34:29 GMT Message-Id: <201012111434.oBBEYTQX027345@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r474 - branches/experimental/Mk trunk/Mk X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2010 14:34:36 -0000 Author: beat Date: Sat Dec 11 14:34:28 2010 New Revision: 474 Log: - Fix comment indentation Modified: branches/experimental/Mk/bsd.gecko.mk trunk/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Sat Dec 11 14:27:17 2010 (r473) +++ branches/experimental/Mk/bsd.gecko.mk Sat Dec 11 14:34:28 2010 (r474) @@ -173,7 +173,7 @@ # Ports can use the following: # -# USE_FIREFOX - Add runtime dependency on Firefox. If no version +# USE_FIREFOX Add runtime dependency on Firefox. If no version # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. @@ -181,20 +181,20 @@ # NOTE: # default value 36 is used in case of USE_FIREFOX=yes # -# USE_FIREFOX_BUILD - Add buildtime dependency on Firefox. +# USE_FIREFOX_BUILD Add buildtime dependency on Firefox. # Available values: see USE_FIREFOX # -# INVALID_FIREFOX_VER - This variable contains a list of Firefox versions +# INVALID_FIREFOX_VER This variable contains a list of Firefox versions # not supported by the port. This setting is effective # only when USE_FIREFOX is set to a range (e.g. 35+) # -# WITH_FIREFOX_VER - User defined global variable to set Firefox version +# WITH_FIREFOX_VER User defined global variable to set Firefox version # This variable is effective only if USE_FIREFOX is # set to a range (e.g. 35+) and WITH_FIREFOX_VER # points inside that range. # NOTE: INVALID_FIREFOX_VER takes precedence # -# USE_SEAMONKEY - Add runtime dependency on SeaMonkey. If no +# USE_SEAMONKEY Add runtime dependency on SeaMonkey. If no # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. @@ -202,20 +202,20 @@ # NOTE: # default value 20 is used in case of USE_SEAMONKEY=yes # -# USE_SEAMONKEY_BUILD - Add buildtime dependency on SeaMonkey. +# USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY # -# INVALID_SEAMONKEY_VER - This variable contains a list of SeaMonkey versions +# INVALID_SEAMONKEY_VER This variable contains a list of SeaMonkey versions # not supported by the port. This setting is effective # only when USE_SEAMONKEY is set to a range (e.g. 11+) # -# WITH_SEAMONKEY_VER - User defined global variable to set SeaMonkey version +# WITH_SEAMONKEY_VER User defined global variable to set SeaMonkey version # This variable is effective only if USE_SEAMONKEY is # set to a range (e.g. 11+) and WITH_SEAMONKEY_VER # points inside that range. # NOTE: INVALID_SEAMONKEY_VER takes precedence # -# USE_THUNDERBIRD - Add runtime dependency on Thunderbird. If no +# USE_THUNDERBIRD Add runtime dependency on Thunderbird. If no # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. @@ -223,14 +223,14 @@ # NOTE: # default value 31 is used in case of USE_THUNDERBIRD=yes # -# USE_THUNDERBIRD_BUILD - Add buildtime dependency on Thunderbird. +# USE_THUNDERBIRD_BUILD Add buildtime dependency on Thunderbird. # Available values: see USE_THUNDERBIRD # -# INVALID_THUNDERBIRD_VER - This variable contains a list of Thunderbird versions +# INVALID_THUNDERBIRD_VER This variable contains a list of Thunderbird versions # not supported by the port. This setting is effective # only when USE_THUNDERBIRD is set to a range (e.g. 30+) # -# WITH_THUNDERBIRD_VER - User defined global variable to set Thunderbird version +# WITH_THUNDERBIRD_VER User defined global variable to set Thunderbird version # This variable is effective only if USE_THUNDERBIRD is # set to a range (e.g. 30+) and WITH_THUNDERBIRD_VER # points inside that range. Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Sat Dec 11 14:27:17 2010 (r473) +++ trunk/Mk/bsd.gecko.mk Sat Dec 11 14:34:28 2010 (r474) @@ -173,7 +173,7 @@ # Ports can use the following: # -# USE_FIREFOX - Add runtime dependency on Firefox. If no version +# USE_FIREFOX Add runtime dependency on Firefox. If no version # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. @@ -181,10 +181,10 @@ # NOTE: # default value 36 is used in case of USE_FIREFOX=yes # -# USE_FIREFOX_BUILD - Add buildtime dependency on Firefox. +# USE_FIREFOX_BUILD Add buildtime dependency on Firefox. # Available values: see USE_FIREFOX # -# USE_SEAMONKEY - Add runtime dependency on SeaMonkey. If no +# USE_SEAMONKEY Add runtime dependency on SeaMonkey. If no # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. @@ -192,10 +192,10 @@ # NOTE: # default value 20 is used in case of USE_SEAMONKEY=yes # -# USE_SEAMONKEY_BUILD - Add buildtime dependency on SeaMonkey. +# USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY # -# USE_THUNDERBIRD - Add runtime dependency on Thunderbird. If no +# USE_THUNDERBIRD Add runtime dependency on Thunderbird. If no # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. @@ -203,7 +203,7 @@ # NOTE: # default value 31 is used in case of USE_THUNDERBIRD=yes # -# USE_THUNDERBIRD_BUILD - Add buildtime dependency on Thunderbird. +# USE_THUNDERBIRD_BUILD Add buildtime dependency on Thunderbird. # Available values: see USE_THUNDERBIRD # From owner-freebsd-gecko@FreeBSD.ORG Sat Dec 11 14:50:44 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C9401065672; Sat, 11 Dec 2010 14:50:44 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 129148FC21; Sat, 11 Dec 2010 14:50:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBBEohwg033557; Sat, 11 Dec 2010 14:50:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBBEohUe033545; Sat, 11 Dec 2010 14:50:43 GMT (envelope-from edwin) Date: Sat, 11 Dec 2010 14:50:43 GMT Message-Id: <201012111450.oBBEohUe033545@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/153018: [PATCH] Mk/bsd.gecko.mk: Implement variables for Mozilla dependencies X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2010 14:50:44 -0000 Synopsis: [PATCH] Mk/bsd.gecko.mk: Implement variables for Mozilla dependencies Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 11 14:50:43 UTC 2010 Responsible-Changed-Why: bsd.gecko.mk is gecko territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=153018 From owner-freebsd-gecko@FreeBSD.ORG Sat Dec 11 14:54:37 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0211106566B; Sat, 11 Dec 2010 14:54:37 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B6C298FC0C; Sat, 11 Dec 2010 14:54:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBBEsbxM039310; Sat, 11 Dec 2010 14:54:37 GMT (envelope-from beat@freefall.freebsd.org) Received: (from beat@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBBEsbNd039306; Sat, 11 Dec 2010 14:54:37 GMT (envelope-from beat) Date: Sat, 11 Dec 2010 14:54:37 GMT Message-Id: <201012111454.oBBEsbNd039306@freefall.freebsd.org> To: beat@FreeBSD.org, gecko@FreeBSD.org, portmgr@FreeBSD.org From: beat@FreeBSD.org Cc: Subject: Re: ports/153018: [PATCH] Mk/bsd.gecko.mk: Implement variables for Mozilla dependencies X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2010 14:54:38 -0000 Synopsis: [PATCH] Mk/bsd.gecko.mk: Implement variables for Mozilla dependencies Responsible-Changed-From-To: gecko->portmgr Responsible-Changed-By: beat Responsible-Changed-When: Sat Dec 11 14:54:37 UTC 2010 Responsible-Changed-Why: portmgr territory. http://www.freebsd.org/cgi/query-pr.cgi?pr=153018