Index: Mk/bsd.gecko.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.gecko.mk,v retrieving revision 1.62 diff -u -r1.62 bsd.gecko.mk --- Mk/bsd.gecko.mk 9 Jun 2012 08:28:37 -0000 1.62 +++ Mk/bsd.gecko.mk 22 Jun 2012 16:57:50 -0000 @@ -192,9 +192,9 @@ # 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 29+ 29 +# Available values: yes 210+ 210 # NOTE: -# default value 29 is used in case of USE_SEAMONKEY=yes +# default value 210 is used in case of USE_SEAMONKEY=yes # # USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY @@ -303,12 +303,12 @@ _SEAMONKEY_BUILD_DEPENDS= yes .endif -_SEAMONKEY_DEFAULT_VERSION= 29 -_SEAMONKEY_VERSIONS= 29 -_SEAMONKEY_RANGE_VERSIONS= 29+ +_SEAMONKEY_DEFAULT_VERSION= 210 +_SEAMONKEY_VERSIONS= 210 +_SEAMONKEY_RANGE_VERSIONS= 210+ -# For specifying [29, 20, ..]+ -_SEAMONKEY_29P= 29 +# For specifying [210, 20, ..]+ +_SEAMONKEY_210P= 210 # Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given .if ${USE_SEAMONKEY} == "yes" @@ -350,7 +350,7 @@ .endif # Dependence lines for different SeaMonkey versions -29_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +210_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey # Add dependencies .if defined(USE_SEAMONKEY) @@ -846,7 +846,7 @@ .if !defined(NOGECKO_PLIST) @${RM} -rf ${FAKEDIR} ${PLIST} ${PLISTD} ${PLISTF} @${TOUCH} -f ${PLIST} ${PLISTD} ${PLISTF} - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ + @cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} prefix=${FAKEDIR} ${INSTALL_TARGET} .if defined(MOZILLA_SUFX) && ${MOZILLA_SUFX}!="none" ${MV} ${FAKEDIR}/bin/${MOZILLA:S/${MOZILLA_SUFX}//} ${FAKEDIR}/bin/${MOZILLA} Index: www/seamonkey/Makefile =================================================================== RCS file: /home/pcvs/ports/www/seamonkey/Makefile,v retrieving revision 1.326 diff -u -r1.326 Makefile --- www/seamonkey/Makefile 1 Jun 2012 05:25:02 -0000 1.326 +++ www/seamonkey/Makefile 22 Jun 2012 15:40:35 -0000 @@ -6,8 +6,7 @@ # PORTNAME= seamonkey -DISTVERSION= 2.9.1 -PORTREVISION= 1 +DISTVERSION= 2.10.1 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source @@ -16,24 +15,25 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser -BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ event-1.4:${PORTSDIR}/devel/libevent -USE_AUTOTOOLS= autoconf213 +USE_AUTOTOOLS= autoconf213:env CONFLICTS_BUILD= spidermonkey-1.[0-7]* USE_BZIP2= yes USE_GMAKE= yes USE_GECKO= gecko WANT_GNOME= yes WANT_PERL= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes ALL_TARGET= default USE_GL= gl MAKE_JOBS_SAFE= yes MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin +EXTRA_CFLAGS= -O0 CPPFLAGS+= -I${LOCALBASE}/include/cairo USE_GCC= 4.2+ @@ -66,6 +66,13 @@ DBUS "Enable D-BUS support" on \ SMB "Enable smb:// URI support using gnomevfs" off +CONFIGURE_SCRIPT= ../configure + +MOZ_OBJDIR= ${WRKSRC}/obj-${CONFIGURE_TARGET} +CONFIGURE_WRKSRC= ${MOZ_OBJDIR} +BUILD_WRKSRC= ${MOZ_OBJDIR} +INSTALL_WRKSRC= ${MOZ_OBJDIR} + .include MOZSRC:= ${WRKDIR}/comm-release/mozilla @@ -164,6 +171,7 @@ (cd ${WRKSRC} && ${AUTOCONF}) (cd ${MOZSRC} && ${AUTOCONF}) (cd ${MOZSRC}/js/src/ && ${AUTOCONF}) + ${MKDIR} ${MOZ_OBJDIR} pre-install: ${ECHO_CMD} share/applications/${MOZILLA}.desktop >> ${PLIST} Index: www/seamonkey/distinfo =================================================================== RCS file: /home/pcvs/ports/www/seamonkey/distinfo,v retrieving revision 1.129 diff -u -r1.129 distinfo --- www/seamonkey/distinfo 11 May 2012 01:57:58 -0000 1.129 +++ www/seamonkey/distinfo 18 Jun 2012 16:47:16 -0000 @@ -1,2 +1,2 @@ -SHA256 (seamonkey-2.9.1.source.tar.bz2) = 1d6e65569bb2d9643c746a1aff3b3515ff56565014e95316b19e0731df9c65ac -SIZE (seamonkey-2.9.1.source.tar.bz2) = 102164308 +SHA256 (seamonkey-2.10.1.source.tar.bz2) = 96e9542393d14a7522d05993b54239b2d45bc7198389a56e1e56af97038cac8f +SIZE (seamonkey-2.10.1.source.tar.bz2) = 103439433 Index: www/seamonkey/files/patch-mozilla-config-gcc-stl-wrapper.template.h =================================================================== RCS file: www/seamonkey/files/patch-mozilla-config-gcc-stl-wrapper.template.h diff -N www/seamonkey/files/patch-mozilla-config-gcc-stl-wrapper.template.h --- www/seamonkey/files/patch-mozilla-config-gcc-stl-wrapper.template.h 1 Aug 2011 23:31:53 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- mozilla/config/gcc-stl-wrapper.template.h.orig 2010-05-12 13:56:18.000000000 +0000 -+++ mozilla/config/gcc-stl-wrapper.template.h 2010-05-12 13:56:52.000000000 +0000 -@@ -89,7 +89,7 @@ - // -fshort-wchar). We don't want that and so define our own inlined - // __throw_*(). - #ifndef mozilla_throw_gcc_h --# include "mozilla/throw_gcc.h" -+# include "../../memory/mozalloc/throw_gcc.h" - #endif - - #endif // if mozilla_${HEADER}_h Index: www/seamonkey/files/patch-mozilla-configure.in =================================================================== RCS file: /home/pcvs/ports/www/seamonkey/files/patch-mozilla-configure.in,v retrieving revision 1.1 diff -u -r1.1 patch-mozilla-configure.in --- www/seamonkey/files/patch-mozilla-configure.in 1 Aug 2011 23:31:53 -0000 1.1 +++ www/seamonkey/files/patch-mozilla-configure.in 8 Jun 2012 23:22:23 -0000 @@ -1,6 +1,6 @@ ---- mozilla/configure.in.orig 2010-11-04 21:05:18.000000000 +0100 -+++ mozilla/configure.in 2010-11-09 12:59:28.000000000 +0100 -@@ -1549,7 +1549,7 @@ +--- mozilla/configure.in.orig 2012-05-23 20:56:34.000000000 +0200 ++++ mozilla/configure.in 2012-05-27 18:18:25.000000000 +0200 +@@ -1517,7 +1517,7 @@ CPU_ARCH=sparc ;; @@ -9,7 +9,7 @@ CPU_ARCH="$OS_TEST" ;; -@@ -1567,7 +1567,7 @@ dnl Set INTEL_ARCHITECTURE if we're comp +@@ -1539,7 +1539,7 @@ dnl =============================================================== INTEL_ARCHITECTURE= case "$OS_TEST" in @@ -18,34 +18,7 @@ INTEL_ARCHITECTURE=1 esac -@@ -3803,19 +3803,21 @@ - AC_CHECK_FUNCS(localtime_r strtok_r) - - dnl check for clock_gettime(), the CLOCK_MONOTONIC clock, and -lrt --_SAVE_LDFLAGS=$LDFLAGS --LDFLAGS="$LDFLAGS -lrt" --AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC) and -lrt, -+_SAVE_LIBS=$LIBS -+AC_SEARCH_LIBS(clock_gettime, rt) -+AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC), - ac_cv_have_clock_monotonic, - [AC_TRY_LINK([#include ], - [ struct timespec ts; - clock_gettime(CLOCK_MONOTONIC, &ts); ], - ac_cv_have_clock_monotonic=yes, - ac_cv_have_clock_monotonic=no)]) --LDFLAGS=$_SAVE_LDFLAGS -+LIBS=$_SAVE_LIBS - if test "$ac_cv_have_clock_monotonic" = "yes"; then - HAVE_CLOCK_MONOTONIC=1 -- REALTIME_LIBS=-lrt -+ if test "$ac_cv_search_clock_gettime" != "none required"; then -+ REALTIME_LIBS=$ac_cv_search_clock_gettime -+ fi - AC_DEFINE(HAVE_CLOCK_MONOTONIC) - AC_SUBST(HAVE_CLOCK_MONOTONIC) - AC_SUBST(REALTIME_LIBS) -@@ -4808,7 +4810,7 @@ CFLAGS=$_SAVE_CFLAGS +@@ -4580,7 +4580,7 @@ LDFLAGS=$_SAVE_LDFLAGS LIBS=$_SAVE_LIBS @@ -54,7 +27,7 @@ ZLIB_CFLAGS="-I${ZLIB_DIR}/include" ZLIB_LIBS="-L${ZLIB_DIR}/lib ${ZLIB_LIBS}" fi -@@ -6022,6 +6024,14 @@ +@@ -5903,6 +5903,14 @@ VPX_ASFLAGS="-f elf64 -rnasm -pnasm -DPIC" VPX_X86_ASM=1 ;; @@ -69,7 +42,7 @@ SunOS:x86) VPX_ASFLAGS="-f elf32 -rnasm -pnasm" VPX_X86_ASM=1 -@@ -6392,6 +6402,14 @@ if test -n "$MOZ_LIBJPEG_TURBO"; then +@@ -6297,6 +6305,14 @@ LIBJPEG_TURBO_ASFLAGS="-f elf64 -rnasm -pnasm -D__x86_64__ -DPIC -DELF" LIBJPEG_TURBO_X64_ASM=1 ;; Index: www/seamonkey/files/patch-mozilla-js-src-configure.in =================================================================== RCS file: /home/pcvs/ports/www/seamonkey/files/patch-mozilla-js-src-configure.in,v retrieving revision 1.3 diff -u -r1.3 patch-mozilla-js-src-configure.in --- www/seamonkey/files/patch-mozilla-js-src-configure.in 14 Mar 2012 15:50:04 -0000 1.3 +++ www/seamonkey/files/patch-mozilla-js-src-configure.in 8 Jun 2012 23:23:12 -0000 @@ -1,17 +1,37 @@ ---- mozilla/js/src/configure.in.orig 2012-03-12 10:27:55.000000000 +0100 -+++ mozilla/js/src/configure.in 2012-03-12 10:28:22.000000000 +0100 -@@ -2831,12 +2831,14 @@ - AC_DEFINE(JS_NUNBOX32) +--- mozilla/js/src/configure.in.orig 2012-02-22 17:06:28.000000000 +0100 ++++ mozilla/js/src/configure.in 2012-03-07 21:03:11.000000000 +0100 +@@ -1470,7 +1470,7 @@ + CPU_ARCH=sparc ;; - sparc*-*) -+ if test ! "$HAVE_64BIT_OS" ; then - ENABLE_METHODJIT=1 - ENABLE_MONOIC=1 - ENABLE_POLYIC=1 - ENABLE_METHODJIT_TYPED_ARRAY=1 - AC_DEFINE(JS_CPU_SPARC) - AC_DEFINE(JS_NUNBOX32) -+ fi + +-x86_64 | ia64) ++amd64 | x86_64 | ia64) + CPU_ARCH="$OS_TEST" ;; + +@@ -1492,7 +1492,7 @@ + dnl =============================================================== + INTEL_ARCHITECTURE= + case "$OS_TEST" in +- x86_64|i?86) ++ amd64|x86_64|i?86) + INTEL_ARCHITECTURE=1 esac +@@ -2814,6 +2814,16 @@ + AC_DEFINE(JS_CPU_X86) + AC_DEFINE(JS_NUNBOX32) + ;; ++amd64*-*) ++ ENABLE_TRACEJIT=1 ++ NANOJIT_ARCH=X64 ++ ENABLE_METHODJIT=1 ++ ENABLE_MONOIC=1 ++ ENABLE_POLYIC=1 ++ ENABLE_POLYIC_TYPED_ARRAY=1 ++ AC_DEFINE(JS_CPU_X64) ++ AC_DEFINE(JS_PUNBOX64) ++ ;; + x86_64*-*) + ENABLE_METHODJIT=1 + ENABLE_MONOIC=1 Index: www/seamonkey/files/patch-mozilla-toolkit-library-Makefile.in =================================================================== RCS file: /home/pcvs/ports/www/seamonkey/files/patch-mozilla-toolkit-library-Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-mozilla-toolkit-library-Makefile.in --- www/seamonkey/files/patch-mozilla-toolkit-library-Makefile.in 1 Aug 2011 23:31:53 -0000 1.1 +++ www/seamonkey/files/patch-mozilla-toolkit-library-Makefile.in 19 Jun 2012 19:57:24 -0000 @@ -1,12 +1,11 @@ ---- mozilla/toolkit/library/Makefile.in.orig 2010-01-11 12:13:08.000000000 -0500 -+++ mozilla/toolkit/library/Makefile.in 2010-01-11 12:15:05.000000000 -0500 -@@ -181,7 +181,7 @@ - export:: $(RDF_UTIL_SRC_CPPSRCS) $(INTL_UNICHARUTIL_UTIL_CPPSRCS) - $(INSTALL) $^ . +--- mozilla/toolkit/library/Makefile.in.orig 2012-06-15 14:04:29.000000000 +0200 ++++ mozilla/toolkit/library/Makefile.in 2012-06-19 20:48:15.000000000 +0200 +@@ -438,7 +443,7 @@ + endif + endif -EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) +EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) -lexecinfo %%PTHREAD_LIBS%% - ifdef MOZ_ENABLE_LIBXUL - include $(srcdir)/libxul-rules.mk - + DEFINES += -DIMPL_XREAPI + Index: www/seamonkey/files/patch-suite-installer-Makefile.in =================================================================== RCS file: www/seamonkey/files/patch-suite-installer-Makefile.in diff -N www/seamonkey/files/patch-suite-installer-Makefile.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ www/seamonkey/files/patch-suite-installer-Makefile.in 19 Jun 2012 18:43:21 -0000 @@ -0,0 +1,11 @@ +--- suite/installer/Makefile.in.orig 2012-06-19 20:42:29.000000000 +0200 ++++ suite/installer/Makefile.in 2012-06-19 20:42:54.000000000 +0200 +@@ -49,7 +49,7 @@ + MOZ_PKG_MANIFEST_P = $(srcdir)/package-manifest.in + # Be fatal, except when building with XULRunner which already bundles some files. + ifndef SYSTEM_LIBXUL +-MOZ_PKG_FATAL_WARNINGS = 1 ++MOZ_PKG_FATAL_WARNINGS = 0 + endif + + MOZ_NONLOCALIZED_PKG_LIST = \ Index: www/seamonkey-i18n/Makefile =================================================================== RCS file: /home/pcvs/ports/www/seamonkey-i18n/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- www/seamonkey-i18n/Makefile 11 May 2012 01:57:59 -0000 1.22 +++ www/seamonkey-i18n/Makefile 18 Jun 2012 16:51:00 -0000 @@ -6,7 +6,7 @@ # PORTNAME= seamonkey-i18n -PORTVERSION= 2.9.1 +PORTVERSION= 2.10.1 CATEGORIES= www MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= @@ -22,7 +22,7 @@ PLISTD?= ${WRKDIR}/plist_dirs PLISTF?= ${WRKDIR}/plist_files -USE_SEAMONKEY= 29 +USE_SEAMONKEY= 210 USE_XPI= seamonkey linux-seamonkey USE_SUBMAKE= yes Index: www/seamonkey-i18n/distinfo =================================================================== RCS file: /home/pcvs/ports/www/seamonkey-i18n/distinfo,v retrieving revision 1.16 diff -u -r1.16 distinfo --- www/seamonkey-i18n/distinfo 11 May 2012 01:57:59 -0000 1.16 +++ www/seamonkey-i18n/distinfo 18 Jun 2012 16:49:11 -0000 @@ -1,44 +1,44 @@ -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ca.langpack.xpi) = b08f59c866fcedad3f56907ba58403e8412056b2e86579bdc46eb13a89d64af5 -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ca.langpack.xpi) = 816788 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.cs.langpack.xpi) = 8d45826f882d885030d3a0c6d42fdbdc055dcd056e1d19c545fdbbd72e3f805a -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.cs.langpack.xpi) = 821567 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.de.langpack.xpi) = 9ba90ae3d9bb6c37524dd9ad1c7e7b4a08cd9cbdf27ae32d6aa812c1678d8a09 -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.de.langpack.xpi) = 862443 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.en-GB.langpack.xpi) = 13d5830aec455c4426e6ea2a57f5eb1ddd230fdb781267016b12376576251096 -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.en-GB.langpack.xpi) = 791747 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.en-US.langpack.xpi) = dc9252e2dbd775bd96998b12b1b7d9df44225ea762d6679300b0fd524f4c937a -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.en-US.langpack.xpi) = 791354 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.es-AR.langpack.xpi) = 64e31013c2d1eb3a354595d83ae3ab66f28c94496d2752a3e4cc93c1e260de35 -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.es-AR.langpack.xpi) = 862277 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.es-ES.langpack.xpi) = fccab4832cd33833f12ed7537af1c597df7ca917725bafd77ac94c05dde3d61d -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.es-ES.langpack.xpi) = 791379 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.fi.langpack.xpi) = 6e462e2cba5f8f06a45e3d88f0c4f0fff54b1d12ac55aff5f71615226cfca9d1 -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.fi.langpack.xpi) = 811711 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.fr.langpack.xpi) = 33314c8b1774e3e9ac68c95556d9ee7ae548786f944add0af57958221f1b0eda -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.fr.langpack.xpi) = 817437 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.hu.langpack.xpi) = ac80b79fa8939172872196ddd33fb867f2814d4956e647d1d65abf310ba2c31e -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.hu.langpack.xpi) = 836335 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.it.langpack.xpi) = 7907090f60e287ef9120e0d626c10a54d1ce0f45cb5688c8a0681616400cd311 -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.it.langpack.xpi) = 741586 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ja-JP-mac.langpack.xpi) = 2de0984e97284b909a9e88d5fea974f133566e5c9f706425291ee08ad132a970 -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ja-JP-mac.langpack.xpi) = 891827 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ja.langpack.xpi) = 16d7f9eca6cab4b9bf9241c9a9499fedc7629b7f41a177fae0a171363db5b57c -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ja.langpack.xpi) = 867236 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.lt.langpack.xpi) = f2212afb392f79d1443c23ce3a2bec0f7fc481c7cad9ef9c92585176a3b46aaa -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.lt.langpack.xpi) = 935534 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.nb-NO.langpack.xpi) = c909f0a13208710323765680e72bfc80a6abf5a670d05c0eb262f87d2e66afbc -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.nb-NO.langpack.xpi) = 810284 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.nl.langpack.xpi) = 8b24996c45b6198a06f883232b445b04651d0c6e0b5e5974370ecda6e96c572b -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.nl.langpack.xpi) = 808494 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.pl.langpack.xpi) = 328bd252d599c2ff98342488d8ff9f9f4ef368f792a03743bea3947c79dc661e -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.pl.langpack.xpi) = 832375 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.pt-PT.langpack.xpi) = d6b37cd0e93b36bd94d1b402f1a145fef3722244b47a61e818a83149cfbbdf8c -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.pt-PT.langpack.xpi) = 847906 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ru.langpack.xpi) = ee09e9708f456e23e16c52eaf64690bb7380703e6d655b836c97144014033294 -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ru.langpack.xpi) = 895673 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.sk.langpack.xpi) = 0261c0334354e48e70b4b67b8cb6ba4eadeb8584fafc30c4840bbc4321b18acd -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.sk.langpack.xpi) = 845683 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.sv-SE.langpack.xpi) = a50b14efaf1c782b536178105c31e9c5afbe762e85daec02cd3df8745240d2f6 -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.sv-SE.langpack.xpi) = 873454 -SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.tr.langpack.xpi) = 2bd704fe8bd2760cb89f06fcceb377a76c53d0d1186af3fe83aba27c94d1e9ef -SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.tr.langpack.xpi) = 812532 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.ca.langpack.xpi) = c9477883250d7c68207621081c165592a43ade94d8d1372fb7a9d6fc6a81200c +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.ca.langpack.xpi) = 818495 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.cs.langpack.xpi) = e58bc1fbff312a5d0a2726d606a88afeb21ec9c5f13c9713257f2b6eb7d6ed41 +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.cs.langpack.xpi) = 822293 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.de.langpack.xpi) = 298c8923bd26c3bc42433d3bec5f0c9f1dabcba785892f2c569e7e1fb4f0d327 +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.de.langpack.xpi) = 863213 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.en-GB.langpack.xpi) = df5585680bcf3c02dbb5c41723368b5b50131a236934785db8aa91fe32663c4f +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.en-GB.langpack.xpi) = 793093 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.en-US.langpack.xpi) = 978da717138e5609f0fe2159348dded6e76c0a6e37ce6b1dae53c35b32a8fd80 +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.en-US.langpack.xpi) = 792524 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.es-AR.langpack.xpi) = df6466db9688fa8155ce441f7553778c210e984e79814c1eed18e349d46a8eda +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.es-AR.langpack.xpi) = 863154 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.es-ES.langpack.xpi) = 5e5be370bcb2b87b64e02195b65e2cb4b5ac237c3805c73f4d638e67686a43e8 +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.es-ES.langpack.xpi) = 792277 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.fi.langpack.xpi) = e150712b87d8f7567606d8cb2e331419c45bd6cffdcaaf16068332f597859ae7 +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.fi.langpack.xpi) = 813422 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.fr.langpack.xpi) = 482cd1474820980daf0dfc895c56f0e1993bcf824af0f7dda16383ac4e59c50c +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.fr.langpack.xpi) = 818265 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.hu.langpack.xpi) = 09ae10cb534326d9936bcab2055bed3807f0bcb42b623d084e24cc1fb5a5ad66 +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.hu.langpack.xpi) = 838019 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.it.langpack.xpi) = 835aad20fec403ae8a0dc22452456ea5975c8a27c419225d8dd2d3d5301197d3 +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.it.langpack.xpi) = 741873 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.ja-JP-mac.langpack.xpi) = 1922f12233eace8b211cb86875d3bd83a98920f752e44fd624f1cf8213b93bcc +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.ja-JP-mac.langpack.xpi) = 892671 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.ja.langpack.xpi) = c5fc6175526c5ec783896ffd942d84b91f5fdec12da659c23382ed6b54c2e452 +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.ja.langpack.xpi) = 868121 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.lt.langpack.xpi) = 31489bb7a3e2165f717367bc286860304b3e605aea735b90799568b5752df588 +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.lt.langpack.xpi) = 936666 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.nb-NO.langpack.xpi) = cadde782bebcd6e49f68a44bad2cc78f11344ac85e732e3cc0e8e73784724dc5 +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.nb-NO.langpack.xpi) = 812088 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.nl.langpack.xpi) = 15c24ad1d46c220c5dfba94a81ead9ff7dca5e012acd50749316d9e022a0e142 +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.nl.langpack.xpi) = 809235 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.pl.langpack.xpi) = cd7e6995aff79a0b315ccff4266457f0c91f3ae75b873c62d7b0fac593f9b5cd +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.pl.langpack.xpi) = 833151 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.pt-PT.langpack.xpi) = bd7b073edc9e64421006213f46e5bb8d151299b9a69ebc03c1d57d8f97b6a45c +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.pt-PT.langpack.xpi) = 849571 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.ru.langpack.xpi) = 6f99e47c375acba0b29d526965d297aef3d794c9fe59de8a0a32bf94e9a4b131 +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.ru.langpack.xpi) = 896159 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.sk.langpack.xpi) = b970585714a23d161ddaa8bc94070a11cc03ea218d373c5125d7ac6006e9d00f +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.sk.langpack.xpi) = 847445 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.sv-SE.langpack.xpi) = 7e82e36195945e2177c8d6e7c938aaa76fd87355325578614c8a66c6b836a6fd +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.sv-SE.langpack.xpi) = 874196 +SHA256 (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.tr.langpack.xpi) = f257c026422b276d59602f927ab60b30194a2b725974ecab6f249feacb9e3dbd +SIZE (xpi/seamonkey-i18n-2.10.1/seamonkey-2.10.1.tr.langpack.xpi) = 814237