Index: branches/2015Q4/mail/thunderbird/Makefile =================================================================== --- branches/2015Q4/mail/thunderbird/Makefile (revision 398699) +++ branches/2015Q4/mail/thunderbird/Makefile (revision 398700) @@ -1,183 +1,182 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 38.2.0 -PORTREVISION= 1 +DISTVERSION= 38.3.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ nss>=3.19.2:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ opus>=1.1:${PORTSDIR}/audio/opus \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip # opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.8.2 -L_VERSION= 4.0.2 +L_VERSION= 4.0.3 SSP_UNSAFE= yes USE_GECKO= gecko USE_MOZILLA= -opus USE_QT5= # empty QT_NONSTANDARD= yes USE_GL= gl USES= dos2unix tar:bzip2 DOS2UNIX_FILES= mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ --enable-single-profile --disable-profilesharing \ --enable-application=mail --enable-official-branding MOZ_MK_OPTIONS= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 MOZ_EXPORT= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 MOZ_PKGCONFIG_FILES= PORTNAME_ICON= ${MOZILLA}.png PORTNAME_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome OPTIONS_DEFINE= ENIGMAIL LIGHTNING OPTIONS_DEFAULT=CANBERRA ENIGMAIL LIGHTNING .include "${.CURDIR}/../../www/firefox/Makefile.options" OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/GSTREAMER//} .include WRKSRC= ${WRKDIR}/comm-esr38 MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi .if ${PORTVERSION:R:R} < 33 CONFIGURE_TARGET:=${CONFIGURE_TARGET:S/portbld/unknown/} MOZ_OPTIONS:= ${MOZ_OPTIONS:S/${CONFIGURE_TARGET}//} .endif .if ${PORT_OPTIONS:MALSA} RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib .endif .if ! ${PORT_OPTIONS:MBUNDLED_CAIRO} BUILD_DEPENDS+= cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo .endif .if ${PORT_OPTIONS:MGSTREAMER} RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif .if ${PORT_OPTIONS:MENIGMAIL} MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail DISTFILES+= ${EM_DISTFILE}:enigmail RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg EM_DISTNAME= enigmail-${EM_VERSION} EM_DISTFILE= ${EM_DISTNAME}.tar.gz EM_XPI_FILE= ${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}-${OPSYS:tl}-${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc/ppc/}-gcc3.xpi EM_ORIG_ID= {847b3a00-7ab1-11d4-8f02-006008948af5} EM_ID= ${PORTNAME}@mozilla-enigmail.org EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/install.rdf \ ${XPI_LIBDIR}/${EM_ID}/components/enigmail.js \ ${XPI_LIBDIR}/${EM_ID}/modules/enigmailCommon.jsm .endif .if ${PORT_OPTIONS:MLIGHTNING} MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning XPI_FILE= ${MOZ_OBJDIR}/dist/xpi-stage/lightning-${L_VERSION}.en-US.${OPSYS:tl}${OSREL}-${ARCH:S/amd64/x86_64/}.xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID= lightning@thunderbird.mozilla.org .else MOZ_OPTIONS+= --disable-calendar .endif post-extract: @${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|;s|@MOZILLA@|${MOZILLA}|' \ <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop .if ${PORT_OPTIONS:MENIGMAIL} @${TAR} -xf ${_DISTDIR}/${EM_DISTFILE} \ -C ${WRKSRC}/mailnews/extensions .endif post-patch: @${REINPLACE_CMD} -e '/MOZPNG/s/=[0-9]*/=10511/' \ ${MOZSRC}/configure.in ${WRKSRC}/configure.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/mail/app/nsMailApp.cpp .if ${PORT_OPTIONS:MENIGMAIL} @${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},' \ ${WRKSRC}/mailnews/extensions/enigmail/util/fixlang.pl \ ${WRKSRC}/mailnews/extensions/enigmail/util/make-lang-xpi.pl @${REINPLACE_CMD} -e '/^xpi/s/$$/ all/' \ -e '/^all/s/ xpi//' \ -e '/^XPI_MODULE_VERS/s/= .*/= ${EM_VERSION}/' \ ${WRKSRC}/mailnews/extensions/enigmail/Makefile @${REINPLACE_CMD} -e '/em:version/s,>[^<]*<,>${EM_VERSION}<,' \ -e '/em:maxVersion/s/pre//' \ ${WRKSRC}/mailnews/extensions/enigmail/package/install.rdf .endif pre-configure: (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${MOZSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${MOZSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) .if ${PORT_OPTIONS:MENIGMAIL} post-configure: cd ${WRKSRC}/mailnews/extensions/enigmail/ && \ ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ./configure post-build: ${DO_MAKE_BUILD:S/${MAKEFILE}/Makefile/} all xpi \ -C ${WRKSRC}/mailnews/extensions/enigmail .endif port-pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/defaults post-install: ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${STAGEDIR}${PREFIX}/share/applications ${LN} -sf ${PORTNAME_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME_ICON} .if ${PORT_OPTIONS:MLIGHTNING} @${MKDIR} ${STAGEDIR}${XPI_LIBDIR}/${XPI_ID} ${STAGEDIR}${XPI_LIBDIR}/symlinks/thunderbird @(cd ${STAGEDIR}${XPI_LIBDIR}/${XPI_ID}; ${TAR} -xf ${XPI_FILE}) @${REINPLACE_CMD} -i "" "s/${XPI_ORIG_ID}/${XPI_ID}/" ${STAGEDIR}${XPI_LIBDIR}/${XPI_ID}/install.rdf @${CHMOD} -R a+rX,go-w ${STAGEDIR}${XPI_LIBDIR}/${XPI_ID} @${LN} -sf ${XPI_LIBDIR}/${XPI_ID} ${STAGEDIR}${XPI_LIBDIR}/symlinks/thunderbird 2>/dev/null || true @${ECHO_CMD} '@exec ${LN} -sf %D/lib/xpi/${XPI_ID} ${LOCALBASE}/lib/thunderbird/extensions 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec ${RM} -f ${LOCALBASE}/lib/thunderbird/extensions/${XPI_ID}' >> ${TMPPLIST} .endif .if ${PORT_OPTIONS:MENIGMAIL} @${MKDIR} ${STAGEDIR}${XPI_LIBDIR}/${EM_ID} ${STAGEDIR}${XPI_LIBDIR}/symlinks/${PORTNAME} @(cd ${STAGEDIR}${XPI_LIBDIR}/${EM_ID}; ${TAR} -xf ${EM_XPI_FILE}) @${REINPLACE_CMD} -i "" "s/${EM_ORIG_ID}/${EM_ID}/" ${EM_ID_RFILES:S/^/${STAGEDIR}/} @${CHMOD} -R a+rX,go-w ${STAGEDIR}${XPI_LIBDIR}/${EM_ID} @${LN} -sf ${XPI_LIBDIR}/${EM_ID} ${STAGEDIR}${XPI_LIBDIR}/symlinks/${PORTNAME} 2>/dev/null || true @${ECHO_CMD} '@exec ${LN} -sf %D/lib/xpi/${EM_ID} ${LOCALBASE}/lib/${PORTNAME}/extensions 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec ${RM} -f ${LOCALBASE}/lib/${PORTNAME}/extensions/${EM_ID}' >> ${TMPPLIST} .endif .include Index: branches/2015Q4/mail/thunderbird/distinfo =================================================================== --- branches/2015Q4/mail/thunderbird/distinfo (revision 398699) +++ branches/2015Q4/mail/thunderbird/distinfo (revision 398700) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-38.2.0.source.tar.bz2) = 4881cf0a721a9d0204a6cff01e20a6c54010f4b576df2820cd699d17892ac2d0 -SIZE (thunderbird-38.2.0.source.tar.bz2) = 204448261 +SHA256 (thunderbird-38.3.0.source.tar.bz2) = 9f3cb19a5ceabc5e8fa31f782b6d92720a77ef2c2d6c7b63b3d792cde491c961 +SIZE (thunderbird-38.3.0.source.tar.bz2) = 204361602 SHA256 (enigmail-1.8.2.tar.gz) = 1d2700799bc52aaa8e8c9f7a0f5111281ff9fbdffc093cdff070657d574eb2a6 SIZE (enigmail-1.8.2.tar.gz) = 1604159 Index: branches/2015Q4/mail/thunderbird/files/patch-toolkit_mozapps_installer_packager_mk =================================================================== --- branches/2015Q4/mail/thunderbird/files/patch-toolkit_mozapps_installer_packager_mk (revision 398699) +++ branches/2015Q4/mail/thunderbird/files/patch-toolkit_mozapps_installer_packager_mk (revision 398700) @@ -1,13 +1,13 @@ $OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.11 2012/06/11 15:29:56 landry Exp $ install headers/idl/sdk libs only if xulrunner --- mozilla/toolkit/mozapps/installer/packager.mk.orig Fri Jun 1 14:04:20 2012 +++ mozilla/toolkit/mozapps/installer/packager.mk Tue Jun 5 07:55:51 2012 -@@ -886,7 +886,7 @@ endif +@@ -123,7 +123,7 @@ endif $(NSINSTALL) -D $(DESTDIR)$(bindir) $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME) ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) -ifdef INSTALL_SDK # Here comes the hard part +ifeq ($(MOZ_APP_NAME),xulrunner) $(NSINSTALL) -D $(DESTDIR)$(includedir) (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \ (cd $(DESTDIR)$(includedir) && tar -xf -) Index: branches/2015Q4/mail/thunderbird-i18n/Makefile =================================================================== --- branches/2015Q4/mail/thunderbird-i18n/Makefile (revision 398699) +++ branches/2015Q4/mail/thunderbird-i18n/Makefile (revision 398700) @@ -1,85 +1,85 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 38.2.0 +PORTVERSION= 38.3.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Thunderbird USES= gecko:thunderbird,build zip USE_XPI= thunderbird NO_BUILD= yes NO_ARCH= yes USE_SUBMAKE= yes WDIR= langpack-*@thunderbird.mozilla.org XPI_DISTNAMES= ${THUNDERBIRD_I18N_} PLIST?= ${WRKDIR}/plist PLISTF?= ${WRKDIR}/plist_files .include "${.CURDIR}/Makefile.option" .include .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif .include "${.CURDIR}/Makefile.lang" THUNDERBIRD_I18N_?= ${THUNDERBIRD_I18N} .for dist in ${XPI_DISTNAMES} XPI_ID_${dist}= langpack-${dist}@thunderbird.mozilla.org .endfor do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} ${WRKSRC} @for lang in ${THUNDERBIRD_I18N_}; do \ if ! (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org);\ then \ exit 1; \ fi; \ cd ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org/; \ ${FIND} -H -s * ! -type d | \ ${SED} -e "s|^|lib/xpi/langpack-$$lang@thunderbird.mozilla.org/|" >> ${PLISTF}; \ done ${CAT} ${PLISTF} | ${SORT} >> ${PLIST} do-install: @${MKDIR} ${STAGEDIR}${XPI_LIBDIR} ${XPI_SLDIRS_ALL:S,^,${STAGEDIR},} cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${XPI_LIBDIR} ${CHMOD} -R a+rX,go-w ${STAGEDIR}${XPI_LIBDIR}/${WDIR}/ @for e in ${STAGEDIR}${XPI_LIBDIR}/${WDIR}; do \ for _dir in ${XPI_LINKFARMS} ; do \ ${LN} -sf $${_e##*/} ${STAGEDIR}$$_dir/ ${_Q} ; \ done \ done @${ECHO_CMD} '@exec ${INSTALL} -d ${XPI_SLDIRS_ALL:S,^${PREFIX},%D,}' ${_A} @${ECHO_CMD} '@exec for _dir in ${XPI_LINKFARMS} ; { \ ${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q}; }' ${_A} @${ECHO_CMD} '@unexec for _dir in ${XPI_LINKFARMS} ${XPI_LIBDIR}; { ${RM} -f $$_dir/${WDIR} ; }' ${_A} post-patch: ${FIND} ${WRKSRC} -name install.rdf -print0 | \ ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/ Index: branches/2015Q4/mail/thunderbird-i18n/Makefile.lang =================================================================== --- branches/2015Q4/mail/thunderbird-i18n/Makefile.lang (revision 398699) +++ branches/2015Q4/mail/thunderbird-i18n/Makefile.lang (revision 398700) @@ -1,189 +1,186 @@ # $FreeBSD$ THUNDERBIRD_I18N_ALL_= ar ast be bg bn-BD br ca cs cy da de dsb el en-GB \ en-US es-AR es-ES et eu fi fr fy-NL ga-IE gd gl he \ hr hsb hu hy-AM id is it ja ko lt nb-NO nl nn-NO \ pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE \ ta-LK tr uk vi zh-CN zh-TW .if defined(THUNDERBIRD_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) THUNDERBIRD_I18N= ${THUNDERBIRD_I18N_ALL_} .else .if ${PORT_OPTIONS:MLANG_AR} THUNDERBIRD_I18N+= ar .endif .if ${PORT_OPTIONS:MLANG_AST} THUNDERBIRD_I18N+= ast .endif .if ${PORT_OPTIONS:MLANG_BE} THUNDERBIRD_I18N+= be .endif .if ${PORT_OPTIONS:MLANG_BG} THUNDERBIRD_I18N+= bg .endif .if ${PORT_OPTIONS:MLANG_BB} THUNDERBIRD_I18N+= bn-BD .endif .if ${PORT_OPTIONS:MLANG_BR} THUNDERBIRD_I18N+= br .endif .if ${PORT_OPTIONS:MLANG_CA} THUNDERBIRD_I18N+= ca .endif .if ${PORT_OPTIONS:MLANG_CS} THUNDERBIRD_I18N+= cs .endif .if ${PORT_OPTIONS:MLANG_CY} THUNDERBIRD_I18N+= cy .endif .if ${PORT_OPTIONS:MLANG_DA} THUNDERBIRD_I18N+= da .endif .if ${PORT_OPTIONS:MLANG_DE} THUNDERBIRD_I18N+= de .endif .if ${PORT_OPTIONS:MLANG_DSB} THUNDERBIRD_I18N+= dsb .endif .if ${PORT_OPTIONS:MLANG_EL} THUNDERBIRD_I18N+= el .endif .if ${PORT_OPTIONS:MLANG_GB} THUNDERBIRD_I18N+= en-GB .endif .if ${PORT_OPTIONS:MLANG_US} THUNDERBIRD_I18N+= en-US .endif .if ${PORT_OPTIONS:MLANG_SA} THUNDERBIRD_I18N+= es-AR .endif .if ${PORT_OPTIONS:MLANG_ES} THUNDERBIRD_I18N+= es-ES .endif .if ${PORT_OPTIONS:MLANG_ET} THUNDERBIRD_I18N+= et .endif .if ${PORT_OPTIONS:MLANG_EU} THUNDERBIRD_I18N+= eu .endif .if ${PORT_OPTIONS:MLANG_FI} THUNDERBIRD_I18N+= fi .endif .if ${PORT_OPTIONS:MLANG_FR} THUNDERBIRD_I18N+= fr .endif .if ${PORT_OPTIONS:MLANG_FY} THUNDERBIRD_I18N+= fy-NL .endif .if ${PORT_OPTIONS:MLANG_GA} THUNDERBIRD_I18N+= ga-IE .endif .if ${PORT_OPTIONS:MLANG_GD} THUNDERBIRD_I18N+= gd .endif .if ${PORT_OPTIONS:MLANG_GL} THUNDERBIRD_I18N+= gl .endif .if ${PORT_OPTIONS:MLANG_HE} THUNDERBIRD_I18N+= he .endif .if ${PORT_OPTIONS:MLANG_HR} THUNDERBIRD_I18N+= hr .endif .if ${PORT_OPTIONS:MLANG_HU} THUNDERBIRD_I18N+= hu .endif .if ${PORT_OPTIONS:MLANG_HSB} THUNDERBIRD_I18N+= hsb .endif .if ${PORT_OPTIONS:MLANG_AM} THUNDERBIRD_I18N+= hy-AM .endif .if ${PORT_OPTIONS:MLANG_ID} THUNDERBIRD_I18N+= id .endif .if ${PORT_OPTIONS:MLANG_IS} THUNDERBIRD_I18N+= is .endif .if ${PORT_OPTIONS:MLANG_IT} THUNDERBIRD_I18N+= it .endif .if ${PORT_OPTIONS:MLANG_JA} THUNDERBIRD_I18N+= ja .endif .if ${PORT_OPTIONS:MLANG_KO} THUNDERBIRD_I18N+= ko .endif .if ${PORT_OPTIONS:MLANG_LT} THUNDERBIRD_I18N+= lt .endif -.if ${PORT_OPTIONS:MLANG_LV} -THUNDERBIRD_I18N+= lv -.endif .if ${PORT_OPTIONS:MLANG_NB} THUNDERBIRD_I18N+= nb-NO .endif .if ${PORT_OPTIONS:MLANG_NL} THUNDERBIRD_I18N+= nl .endif .if ${PORT_OPTIONS:MLANG_NN} THUNDERBIRD_I18N+= nn-NO .endif .if ${PORT_OPTIONS:MLANG_PA} THUNDERBIRD_I18N+= pa-IN .endif .if ${PORT_OPTIONS:MLANG_PL} THUNDERBIRD_I18N+= pl .endif .if ${PORT_OPTIONS:MLANG_PBR} THUNDERBIRD_I18N+= pt-BR .endif .if ${PORT_OPTIONS:MLANG_PT} THUNDERBIRD_I18N+= pt-PT .endif .if ${PORT_OPTIONS:MLANG_RM} THUNDERBIRD_I18N+= rm .endif .if ${PORT_OPTIONS:MLANG_RO} THUNDERBIRD_I18N+= ro .endif .if ${PORT_OPTIONS:MLANG_RU} THUNDERBIRD_I18N+= ru .endif .if ${PORT_OPTIONS:MLANG_SI} THUNDERBIRD_I18N+= si .endif .if ${PORT_OPTIONS:MLANG_SK} THUNDERBIRD_I18N+= sk .endif .if ${PORT_OPTIONS:MLANG_SL} THUNDERBIRD_I18N+= sl .endif .if ${PORT_OPTIONS:MLANG_SQ} THUNDERBIRD_I18N+= sq .endif .if ${PORT_OPTIONS:MLANG_SR} THUNDERBIRD_I18N+= sr .endif .if ${PORT_OPTIONS:MLANG_SV} THUNDERBIRD_I18N+= sv-SE .endif .if ${PORT_OPTIONS:MLANG_LK} THUNDERBIRD_I18N+= ta-LK .endif .if ${PORT_OPTIONS:MLANG_TR} THUNDERBIRD_I18N+= tr .endif .if ${PORT_OPTIONS:MLANG_UK} THUNDERBIRD_I18N+= uk .endif .if ${PORT_OPTIONS:MLANG_VI} THUNDERBIRD_I18N+= vi .endif .if ${PORT_OPTIONS:MLANG_CN} THUNDERBIRD_I18N+= zh-CN .endif .if ${PORT_OPTIONS:MLANG_TW} THUNDERBIRD_I18N+= zh-TW .endif .endif Index: branches/2015Q4/mail/thunderbird-i18n/Makefile.option =================================================================== --- branches/2015Q4/mail/thunderbird-i18n/Makefile.option (revision 398699) +++ branches/2015Q4/mail/thunderbird-i18n/Makefile.option (revision 398700) @@ -1,67 +1,66 @@ # $FreeBSD$ OPTIONS_DEFINE= LANG_AR \ LANG_AST \ LANG_BE \ LANG_BG \ LANG_BB \ LANG_BR \ LANG_CA \ LANG_CN \ LANG_CS \ LANG_CY \ LANG_DA \ LANG_DE \ LANG_DSB \ LANG_EL \ LANG_GB \ LANG_US \ LANG_SA \ LANG_ES \ LANG_ET \ LANG_EU \ LANG_FI \ LANG_FR \ LANG_FY \ LANG_GA \ LANG_GD \ LANG_GL \ LANG_HE \ LANG_HSB \ LANG_HU \ LANG_AM \ LANG_ID \ LANG_HR \ LANG_IS \ LANG_IT \ LANG_JA \ LANG_KO \ LANG_LT \ - LANG_LV \ LANG_NB \ LANG_NL \ LANG_NN \ LANG_PA \ LANG_PL \ LANG_PBR \ LANG_PT \ LANG_RM \ LANG_RO \ LANG_RU \ LANG_SI \ LANG_SK \ LANG_SL \ LANG_SQ \ LANG_SR \ LANG_SV \ LANG_LK \ LANG_TR \ LANG_UK \ LANG_VI \ LANG_TW OPTIONS_DEFAULT=LANG_CN LANG_ES LANG_PBR LANG_RU LANG_JA LANG_DE LANG_FR \ LANG_KO LANG_IT LANG_PA LANG_DSB_DESC?= Lower Sorbian language support LANG_HSB_DESC?= Upper Sorbian language support Index: branches/2015Q4/mail/thunderbird-i18n/distinfo =================================================================== --- branches/2015Q4/mail/thunderbird-i18n/distinfo (revision 398699) +++ branches/2015Q4/mail/thunderbird-i18n/distinfo (revision 398700) @@ -1,116 +1,116 @@ -SHA256 (xpi/thunderbird-i18n-38.2.0/ar.xpi) = 9098f6665f740fc371a5bf4dcdd04f729f30a7d52354a210e691292d09c9c748 -SIZE (xpi/thunderbird-i18n-38.2.0/ar.xpi) = 475296 -SHA256 (xpi/thunderbird-i18n-38.2.0/ast.xpi) = d84deb50ad04d47895ef48496da0c8f06442575b16500eec79a57e42cb470219 -SIZE (xpi/thunderbird-i18n-38.2.0/ast.xpi) = 405894 -SHA256 (xpi/thunderbird-i18n-38.2.0/be.xpi) = 2144494aa25681d9dd6fe123615d5b2abf3c6aeb76e9885d2a3eb05557958a22 -SIZE (xpi/thunderbird-i18n-38.2.0/be.xpi) = 442474 -SHA256 (xpi/thunderbird-i18n-38.2.0/bg.xpi) = 7b180ca9c20f1c451f422a72de51dae5fbb7a29c38f63ac1b98c7757dfc00a4a -SIZE (xpi/thunderbird-i18n-38.2.0/bg.xpi) = 506146 -SHA256 (xpi/thunderbird-i18n-38.2.0/bn-BD.xpi) = bf023343d9bae46779886304017486cd2cb08507d92c388da60f62b82732d61a -SIZE (xpi/thunderbird-i18n-38.2.0/bn-BD.xpi) = 560648 -SHA256 (xpi/thunderbird-i18n-38.2.0/br.xpi) = 00e4e5d34419eae7e9f5a02a2ce2545fc509795c8c34eea7474ec978a076f54c -SIZE (xpi/thunderbird-i18n-38.2.0/br.xpi) = 449789 -SHA256 (xpi/thunderbird-i18n-38.2.0/ca.xpi) = 9aeee1bb2e8977883e1eea24286b2e4433d56f5a941a1bd6dd2d35c33403e898 -SIZE (xpi/thunderbird-i18n-38.2.0/ca.xpi) = 450347 -SHA256 (xpi/thunderbird-i18n-38.2.0/cs.xpi) = ec642029803c46da7c6f4a6326c8fa076ff4fa93d190f1c43fb0a25aa03fd4ab -SIZE (xpi/thunderbird-i18n-38.2.0/cs.xpi) = 448724 -SHA256 (xpi/thunderbird-i18n-38.2.0/cy.xpi) = ab60a050b4ab69b546e2a2798debc432f179f3b456dec33abc4687aaf763041e -SIZE (xpi/thunderbird-i18n-38.2.0/cy.xpi) = 434848 -SHA256 (xpi/thunderbird-i18n-38.2.0/da.xpi) = 6e6c97a5151245124424c501fa6f5ef5b36802c4fef8d2b8fae858db5f758fb2 -SIZE (xpi/thunderbird-i18n-38.2.0/da.xpi) = 425828 -SHA256 (xpi/thunderbird-i18n-38.2.0/de.xpi) = 16386d48e2bcf83f3caf3a38555f05a5b419a095518249a1c4367f3dde31e951 -SIZE (xpi/thunderbird-i18n-38.2.0/de.xpi) = 429877 -SHA256 (xpi/thunderbird-i18n-38.2.0/dsb.xpi) = 8d4f8240c778f78a3c1a09c68ad7dc4ec1a5d522f6447a5788dc504a990d8f0d -SIZE (xpi/thunderbird-i18n-38.2.0/dsb.xpi) = 458487 -SHA256 (xpi/thunderbird-i18n-38.2.0/el.xpi) = 26ac749beb090e13eef2347b9b264d385ea69995770abff3c883219ebb4e5fc8 -SIZE (xpi/thunderbird-i18n-38.2.0/el.xpi) = 493512 -SHA256 (xpi/thunderbird-i18n-38.2.0/en-GB.xpi) = cccc7c3957231f15075da844b92482e2820ed5a76779967e41749a7cbaa8c14b -SIZE (xpi/thunderbird-i18n-38.2.0/en-GB.xpi) = 416572 -SHA256 (xpi/thunderbird-i18n-38.2.0/en-US.xpi) = 741bb4141984b0d2f812e7cdead5585f3de055e124c604e762ae165f0550c09c -SIZE (xpi/thunderbird-i18n-38.2.0/en-US.xpi) = 416640 -SHA256 (xpi/thunderbird-i18n-38.2.0/es-AR.xpi) = 2bad7f085b2be607fb23e316e954483a9ebf33e3b53ceebc95f0c844c6c00f44 -SIZE (xpi/thunderbird-i18n-38.2.0/es-AR.xpi) = 442641 -SHA256 (xpi/thunderbird-i18n-38.2.0/es-ES.xpi) = 1f7c13cbb2f52a6396d73661cfe612df447f41438199f0089a7b9e0976ce32a2 -SIZE (xpi/thunderbird-i18n-38.2.0/es-ES.xpi) = 376067 -SHA256 (xpi/thunderbird-i18n-38.2.0/et.xpi) = 7b94fbea65c3c83eed004de5ca3fe83b44a41b2896257a4e6f86d6b7292f525b -SIZE (xpi/thunderbird-i18n-38.2.0/et.xpi) = 438262 -SHA256 (xpi/thunderbird-i18n-38.2.0/eu.xpi) = 249719b70ce5a693101dd93d92c3e6eb4c538222f623a5effd654c096b65a7ce -SIZE (xpi/thunderbird-i18n-38.2.0/eu.xpi) = 434837 -SHA256 (xpi/thunderbird-i18n-38.2.0/fi.xpi) = 169d338bd699dcc90f5e1e87e2aab0965bcc93d0ceb3954719726bc157117154 -SIZE (xpi/thunderbird-i18n-38.2.0/fi.xpi) = 438889 -SHA256 (xpi/thunderbird-i18n-38.2.0/fr.xpi) = ff44e3feb26895a51b2d49cd89ffeea28070780c0d6a1cd996a8aaa19578ac69 -SIZE (xpi/thunderbird-i18n-38.2.0/fr.xpi) = 448227 -SHA256 (xpi/thunderbird-i18n-38.2.0/fy-NL.xpi) = abebe200c6f4349b2283b9ff580d07439f4e2349c07b3df811f2b55806191a69 -SIZE (xpi/thunderbird-i18n-38.2.0/fy-NL.xpi) = 442162 -SHA256 (xpi/thunderbird-i18n-38.2.0/ga-IE.xpi) = 1d41006e6f48585cb39b450f715da59db11e697624fddea8c03db41d1e7bde7c -SIZE (xpi/thunderbird-i18n-38.2.0/ga-IE.xpi) = 457412 -SHA256 (xpi/thunderbird-i18n-38.2.0/gd.xpi) = a7cd4e81e55843b865eb3f7489022e76e2b20a81a666f54c5fb2ecde7cdd5ce2 -SIZE (xpi/thunderbird-i18n-38.2.0/gd.xpi) = 456317 -SHA256 (xpi/thunderbird-i18n-38.2.0/gl.xpi) = ef38ee1792936cfe31d7a885669f206a8a8870610e8d344d37e75649168a3471 -SIZE (xpi/thunderbird-i18n-38.2.0/gl.xpi) = 457861 -SHA256 (xpi/thunderbird-i18n-38.2.0/he.xpi) = 6dcaf1b2caea0dc059481ce4a91a81ecf59f13a1998449700b1e159203144f4c -SIZE (xpi/thunderbird-i18n-38.2.0/he.xpi) = 485889 -SHA256 (xpi/thunderbird-i18n-38.2.0/hr.xpi) = fe2548abeb34d5b562c0c9dbeea8a268a01112ce7a24303077b7fc61e273c13a -SIZE (xpi/thunderbird-i18n-38.2.0/hr.xpi) = 440420 -SHA256 (xpi/thunderbird-i18n-38.2.0/hsb.xpi) = d0aaeca9daf1f4366af1093d756972b5ac95c173eca4fa2e801f1cc5cfdea136 -SIZE (xpi/thunderbird-i18n-38.2.0/hsb.xpi) = 456451 -SHA256 (xpi/thunderbird-i18n-38.2.0/hu.xpi) = 56c17fd8383a246d6b0c787a78b79267a08dba2fe959b8b00979900c974e9985 -SIZE (xpi/thunderbird-i18n-38.2.0/hu.xpi) = 457988 -SHA256 (xpi/thunderbird-i18n-38.2.0/hy-AM.xpi) = b47b617e0b521bae29eefb7268253ec87a16a5c0d39b60d3a7193eb8eb6580c9 -SIZE (xpi/thunderbird-i18n-38.2.0/hy-AM.xpi) = 500377 -SHA256 (xpi/thunderbird-i18n-38.2.0/id.xpi) = 1876f8c429e7c892333a88ba300115d4a5c163f2f2ec8cdf441ebefdc39f1e7a -SIZE (xpi/thunderbird-i18n-38.2.0/id.xpi) = 483209 -SHA256 (xpi/thunderbird-i18n-38.2.0/is.xpi) = dcc3d628212b921e2e4836dcdfe6994a70d75b7a2712b283d2277660f8549f85 -SIZE (xpi/thunderbird-i18n-38.2.0/is.xpi) = 443008 -SHA256 (xpi/thunderbird-i18n-38.2.0/it.xpi) = 786694c8b4d64c252c338a29acef06b787f95c74d90af403d61ca60002775cd3 -SIZE (xpi/thunderbird-i18n-38.2.0/it.xpi) = 369024 -SHA256 (xpi/thunderbird-i18n-38.2.0/ja.xpi) = c4937083d159697b068d97c1f60d1ff988f50ff2a0c330d78c51d03c10f637b8 -SIZE (xpi/thunderbird-i18n-38.2.0/ja.xpi) = 492861 -SHA256 (xpi/thunderbird-i18n-38.2.0/ko.xpi) = c3fb6a4d1953e9ad235b996477ab097dbe7e7de114713f8f18df98e39e3a1bb3 -SIZE (xpi/thunderbird-i18n-38.2.0/ko.xpi) = 454852 -SHA256 (xpi/thunderbird-i18n-38.2.0/lt.xpi) = bab8d740b889f2de6c342da09a0e1781182f45d2481a03aab769cd635e3837d3 -SIZE (xpi/thunderbird-i18n-38.2.0/lt.xpi) = 454572 -SHA256 (xpi/thunderbird-i18n-38.2.0/nb-NO.xpi) = 841b9ea0945a1334614b335e01ef3fd9c812c13ea39fc508cc060b13aa5f2fcd -SIZE (xpi/thunderbird-i18n-38.2.0/nb-NO.xpi) = 434340 -SHA256 (xpi/thunderbird-i18n-38.2.0/nl.xpi) = a237053483f81b7ae53cb6ada04a8dab0ea1d840de33ab4c0f8453e38901089b -SIZE (xpi/thunderbird-i18n-38.2.0/nl.xpi) = 435108 -SHA256 (xpi/thunderbird-i18n-38.2.0/nn-NO.xpi) = 944e1ce71ac7b79f274bb273f92d493a83b3dcd774c5d874add869db3dc6fbbf -SIZE (xpi/thunderbird-i18n-38.2.0/nn-NO.xpi) = 436623 -SHA256 (xpi/thunderbird-i18n-38.2.0/pa-IN.xpi) = c91ec0f7a4652f260bde662bfd1fe73dd6ba067a4e4655dd008d81a67736bc61 -SIZE (xpi/thunderbird-i18n-38.2.0/pa-IN.xpi) = 530483 -SHA256 (xpi/thunderbird-i18n-38.2.0/pl.xpi) = 4f2b78757594d919109b22ebe23098d724147035822f58d0235ae071f91ebcc3 -SIZE (xpi/thunderbird-i18n-38.2.0/pl.xpi) = 411509 -SHA256 (xpi/thunderbird-i18n-38.2.0/pt-BR.xpi) = 12912d7eecb1bf47b6a68f9089e9157cb0df7c25ab688681c9da8f6f8b2c1650 -SIZE (xpi/thunderbird-i18n-38.2.0/pt-BR.xpi) = 443774 -SHA256 (xpi/thunderbird-i18n-38.2.0/pt-PT.xpi) = 3cfe6d0dcc70ac662d07d2b8dc446bf37cab39719e2276b87fbaa55126ccee42 -SIZE (xpi/thunderbird-i18n-38.2.0/pt-PT.xpi) = 442064 -SHA256 (xpi/thunderbird-i18n-38.2.0/rm.xpi) = 0a7691e4bfd1395d39cd4752954f687de4cd11a7fa541eb90949ad93e497f151 -SIZE (xpi/thunderbird-i18n-38.2.0/rm.xpi) = 442112 -SHA256 (xpi/thunderbird-i18n-38.2.0/ro.xpi) = e7d119cfee6180b5afd5b35adf8429f94fe50b3e08737aadb0503395df22f7d2 -SIZE (xpi/thunderbird-i18n-38.2.0/ro.xpi) = 448349 -SHA256 (xpi/thunderbird-i18n-38.2.0/ru.xpi) = ac800282f8096fb66e235f3918254235b45768a1ad2f202b344db91023435a2a -SIZE (xpi/thunderbird-i18n-38.2.0/ru.xpi) = 437591 -SHA256 (xpi/thunderbird-i18n-38.2.0/si.xpi) = 401b14f056c84605a2071b182a57d42853976546b01974ba5d69e9d813d29299 -SIZE (xpi/thunderbird-i18n-38.2.0/si.xpi) = 535363 -SHA256 (xpi/thunderbird-i18n-38.2.0/sk.xpi) = 37ee0495c8886cf17f95f4a153d58d768763778e429539cb8b657ce9b72ec0d6 -SIZE (xpi/thunderbird-i18n-38.2.0/sk.xpi) = 456606 -SHA256 (xpi/thunderbird-i18n-38.2.0/sl.xpi) = 5e23988a9ed60d301edcf5bcd384a7788774a9473b75d2713c7cbaa46de838b7 -SIZE (xpi/thunderbird-i18n-38.2.0/sl.xpi) = 437847 -SHA256 (xpi/thunderbird-i18n-38.2.0/sq.xpi) = 3139466f0a15bd888656856a1a4cf2a47eb449ad950adc190d975c099c10a390 -SIZE (xpi/thunderbird-i18n-38.2.0/sq.xpi) = 446897 -SHA256 (xpi/thunderbird-i18n-38.2.0/sr.xpi) = a3c8a7f2bda919098daf6d3277a5f4ef82e9eeae7eed54decba302ca6000c47d -SIZE (xpi/thunderbird-i18n-38.2.0/sr.xpi) = 543336 -SHA256 (xpi/thunderbird-i18n-38.2.0/sv-SE.xpi) = b308e65ff10ad62091b89eeb9fcb9e6e8d3c76ddf0de32b6a9ca3a4101552816 -SIZE (xpi/thunderbird-i18n-38.2.0/sv-SE.xpi) = 439633 -SHA256 (xpi/thunderbird-i18n-38.2.0/ta-LK.xpi) = ac7f32d19cee21c16bee288883091fc50bca8bc68b0b28fc7f768ef3a53daa12 -SIZE (xpi/thunderbird-i18n-38.2.0/ta-LK.xpi) = 558760 -SHA256 (xpi/thunderbird-i18n-38.2.0/tr.xpi) = 2063f17091816acd829caed8ba091c900df6638c8b5cbf2873c3b4fb83124e8a -SIZE (xpi/thunderbird-i18n-38.2.0/tr.xpi) = 447799 -SHA256 (xpi/thunderbird-i18n-38.2.0/uk.xpi) = 776b376d5ba62a9544bfd5689922a84e17cb30546e2a65d54597927af6decd86 -SIZE (xpi/thunderbird-i18n-38.2.0/uk.xpi) = 509622 -SHA256 (xpi/thunderbird-i18n-38.2.0/vi.xpi) = 21f4a2f7530ed099577a199e4b1529c3bd34a383b4dd76b1b78f41da155e4cf2 -SIZE (xpi/thunderbird-i18n-38.2.0/vi.xpi) = 519865 -SHA256 (xpi/thunderbird-i18n-38.2.0/zh-CN.xpi) = 030e2d1b57e3d0b547aaaa5230e00d0f42e62028a8500377042e61b87f332e32 -SIZE (xpi/thunderbird-i18n-38.2.0/zh-CN.xpi) = 466412 -SHA256 (xpi/thunderbird-i18n-38.2.0/zh-TW.xpi) = 4f0750f5b53d3c961d4b972ff33953c89bd0638282f03eedd0a09fcb647dd33a -SIZE (xpi/thunderbird-i18n-38.2.0/zh-TW.xpi) = 466662 +SHA256 (xpi/thunderbird-i18n-38.3.0/ar.xpi) = e3d72a91f7e644bd3d3bb31522f5d9a12bf14316cd95ada0dee700ddd765db38 +SIZE (xpi/thunderbird-i18n-38.3.0/ar.xpi) = 475296 +SHA256 (xpi/thunderbird-i18n-38.3.0/ast.xpi) = c78b3457825cd7e20094f2f162e1d2a9afb371fe7f7a53c8a2c948121d22c381 +SIZE (xpi/thunderbird-i18n-38.3.0/ast.xpi) = 405872 +SHA256 (xpi/thunderbird-i18n-38.3.0/be.xpi) = 4a4219218cf0ddf3b46da27124ba13e7b8e1ddcf2a0698f16e114ab572948a4a +SIZE (xpi/thunderbird-i18n-38.3.0/be.xpi) = 442452 +SHA256 (xpi/thunderbird-i18n-38.3.0/bg.xpi) = d3a259e1c1be845c471e7678755b8e33ac0f896231a406a3a50e92f5a17bc2ee +SIZE (xpi/thunderbird-i18n-38.3.0/bg.xpi) = 506124 +SHA256 (xpi/thunderbird-i18n-38.3.0/bn-BD.xpi) = b56ae358e7b69096d914a0dab48eaa1c3d9b1a78aeeccb9e45fd0f5dbf361294 +SIZE (xpi/thunderbird-i18n-38.3.0/bn-BD.xpi) = 560626 +SHA256 (xpi/thunderbird-i18n-38.3.0/br.xpi) = 62aa01dc67b2dbab4a3966fc77c9e6e146caeabbcb9aa818d90a6e920f750ac3 +SIZE (xpi/thunderbird-i18n-38.3.0/br.xpi) = 449767 +SHA256 (xpi/thunderbird-i18n-38.3.0/ca.xpi) = cf16841892fed72ed9c590d78e6bb93e7c4057f8070821b0a927fbd767ae6b9b +SIZE (xpi/thunderbird-i18n-38.3.0/ca.xpi) = 450325 +SHA256 (xpi/thunderbird-i18n-38.3.0/cs.xpi) = 4f0cec48206a84694e97e64776d26fc0eda5baa1b019b596af3ab1fe05a3c788 +SIZE (xpi/thunderbird-i18n-38.3.0/cs.xpi) = 448724 +SHA256 (xpi/thunderbird-i18n-38.3.0/cy.xpi) = 96b695296966a61760485210adf967cda82f562290492ca4d34a435966925dc8 +SIZE (xpi/thunderbird-i18n-38.3.0/cy.xpi) = 434848 +SHA256 (xpi/thunderbird-i18n-38.3.0/da.xpi) = 908fb80a392d1aeb835bbf5e213f6dd62c9c1611b268641a50ff61dba3c4084c +SIZE (xpi/thunderbird-i18n-38.3.0/da.xpi) = 425828 +SHA256 (xpi/thunderbird-i18n-38.3.0/de.xpi) = a488ed7de074380ff02db8fc5941375f27579a41e2ee3c63d61f43e18ab88664 +SIZE (xpi/thunderbird-i18n-38.3.0/de.xpi) = 429877 +SHA256 (xpi/thunderbird-i18n-38.3.0/dsb.xpi) = 47b6b3c044a6a25d2e9c116a9f900f4a2aa2c74ae70fb5045b4175971517daf4 +SIZE (xpi/thunderbird-i18n-38.3.0/dsb.xpi) = 458487 +SHA256 (xpi/thunderbird-i18n-38.3.0/el.xpi) = 99b9b14ffd11b5a07aa6d89d947a73f378a113574ef53680c1c6992a8406292a +SIZE (xpi/thunderbird-i18n-38.3.0/el.xpi) = 493490 +SHA256 (xpi/thunderbird-i18n-38.3.0/en-GB.xpi) = 1bf89952a3b876fffda0d94cd291a90a68dbebd55d286de9cf9ea87c7c241420 +SIZE (xpi/thunderbird-i18n-38.3.0/en-GB.xpi) = 416572 +SHA256 (xpi/thunderbird-i18n-38.3.0/en-US.xpi) = aff083bcdbe2fe23c314a2725d0b27b02e4b4533f1c6e57b9542d891a915b715 +SIZE (xpi/thunderbird-i18n-38.3.0/en-US.xpi) = 416618 +SHA256 (xpi/thunderbird-i18n-38.3.0/es-AR.xpi) = 021493ea03343e7563c69ef78dcef55c2cbf32d3024d66b4ac50b3c4588414cf +SIZE (xpi/thunderbird-i18n-38.3.0/es-AR.xpi) = 442641 +SHA256 (xpi/thunderbird-i18n-38.3.0/es-ES.xpi) = fe97ee27daa33aae86e51f4f6ea16d703a4cdce713c550c6fef35b72730a4fa9 +SIZE (xpi/thunderbird-i18n-38.3.0/es-ES.xpi) = 376067 +SHA256 (xpi/thunderbird-i18n-38.3.0/et.xpi) = 7bf5963dfe145dae28f9b7f8b62cd97039eb4b165a00f64ba4d4c654b11c40b1 +SIZE (xpi/thunderbird-i18n-38.3.0/et.xpi) = 438262 +SHA256 (xpi/thunderbird-i18n-38.3.0/eu.xpi) = e12806a8e1808e6cdba0db393fb444e17144599bdd3634530b89549dc55281e9 +SIZE (xpi/thunderbird-i18n-38.3.0/eu.xpi) = 434837 +SHA256 (xpi/thunderbird-i18n-38.3.0/fi.xpi) = b12b8b0d3ac1d051e33c249add1baecacae6b9e71365f7604d82f2775e725cf1 +SIZE (xpi/thunderbird-i18n-38.3.0/fi.xpi) = 438889 +SHA256 (xpi/thunderbird-i18n-38.3.0/fr.xpi) = dca0f3d8019dfdd3ce0489fa77a06d2d5cb39aa08e0ae3d16bb44ab630f75375 +SIZE (xpi/thunderbird-i18n-38.3.0/fr.xpi) = 448227 +SHA256 (xpi/thunderbird-i18n-38.3.0/fy-NL.xpi) = efb561b34d258448ca28a0c54c681272436198e9f5bc771994b05b005116422f +SIZE (xpi/thunderbird-i18n-38.3.0/fy-NL.xpi) = 442162 +SHA256 (xpi/thunderbird-i18n-38.3.0/ga-IE.xpi) = b809cb068a54bfdd08016a798623653ab3b045a3df1e259e3ef29db6b16a61cb +SIZE (xpi/thunderbird-i18n-38.3.0/ga-IE.xpi) = 457412 +SHA256 (xpi/thunderbird-i18n-38.3.0/gd.xpi) = 66243be7f539ca8dc376ecd5e9cd221b660af2313c0e13fe00c6c6cbbb20d2bf +SIZE (xpi/thunderbird-i18n-38.3.0/gd.xpi) = 456317 +SHA256 (xpi/thunderbird-i18n-38.3.0/gl.xpi) = 28870ca3614baddd95288000e7336503ad2e62d31b04c33394066d5d52443e09 +SIZE (xpi/thunderbird-i18n-38.3.0/gl.xpi) = 457839 +SHA256 (xpi/thunderbird-i18n-38.3.0/he.xpi) = c74aae3a9048e60669292095c1c446f3806e73cee14d10cd0aab852c9bf19066 +SIZE (xpi/thunderbird-i18n-38.3.0/he.xpi) = 485867 +SHA256 (xpi/thunderbird-i18n-38.3.0/hr.xpi) = fc6ae694a971c7db823a1809ebdeec91231080e57caa0ff1ff05945a07755c66 +SIZE (xpi/thunderbird-i18n-38.3.0/hr.xpi) = 440420 +SHA256 (xpi/thunderbird-i18n-38.3.0/hu.xpi) = ebeb2ce1192b5baf8a0a6061cb1dd8e44bd11418a65d2dc118141d1219104407 +SIZE (xpi/thunderbird-i18n-38.3.0/hu.xpi) = 457988 +SHA256 (xpi/thunderbird-i18n-38.3.0/hsb.xpi) = 3f2ea2b3ff1b662d09b3d4d2d611ffaf2f6dffba7cf6b0599587b61355012141 +SIZE (xpi/thunderbird-i18n-38.3.0/hsb.xpi) = 456451 +SHA256 (xpi/thunderbird-i18n-38.3.0/hy-AM.xpi) = b36e1bb1b3bd81185a6ff3f330f04e44a3f51278d900971faac8205b73775323 +SIZE (xpi/thunderbird-i18n-38.3.0/hy-AM.xpi) = 500355 +SHA256 (xpi/thunderbird-i18n-38.3.0/id.xpi) = 952d1a2a5ba664e5542448d656e37f410d0da60f0d45d88bc128ffff3a193d34 +SIZE (xpi/thunderbird-i18n-38.3.0/id.xpi) = 483187 +SHA256 (xpi/thunderbird-i18n-38.3.0/is.xpi) = f97a4ad94f84bb1601d9c1b283ac84e33d191e5f6abbcbe1d6790c93c700c261 +SIZE (xpi/thunderbird-i18n-38.3.0/is.xpi) = 443008 +SHA256 (xpi/thunderbird-i18n-38.3.0/it.xpi) = fe0461ac92410b68f6d2d506dd9ed5e85d3adcf090acfe02f88c9aea977f53db +SIZE (xpi/thunderbird-i18n-38.3.0/it.xpi) = 369024 +SHA256 (xpi/thunderbird-i18n-38.3.0/ja.xpi) = 2aa5e04e9d6a2c10e410e8dcbc51e2d2c093f0d5dc573b3cdc21e37facafb6d6 +SIZE (xpi/thunderbird-i18n-38.3.0/ja.xpi) = 492861 +SHA256 (xpi/thunderbird-i18n-38.3.0/ko.xpi) = ed9e84328318cdac30e605a8be9c609bdb44828f4c288cdc4af141669ba33008 +SIZE (xpi/thunderbird-i18n-38.3.0/ko.xpi) = 454852 +SHA256 (xpi/thunderbird-i18n-38.3.0/lt.xpi) = cab27cb9348180a19fdf32cdb67e03e2d98af10f39a3a158c495a72fcb9544f3 +SIZE (xpi/thunderbird-i18n-38.3.0/lt.xpi) = 454572 +SHA256 (xpi/thunderbird-i18n-38.3.0/nb-NO.xpi) = 62d9c3bc2d0a19384a5df220b9b6a190aeb8ee6ce4327839d08ad3a09b0f5b7b +SIZE (xpi/thunderbird-i18n-38.3.0/nb-NO.xpi) = 434340 +SHA256 (xpi/thunderbird-i18n-38.3.0/nl.xpi) = ffd7ba1110afc8096d0c316a5e4fb55b26f9d9f689705f795b00d3c296ceb5d3 +SIZE (xpi/thunderbird-i18n-38.3.0/nl.xpi) = 435108 +SHA256 (xpi/thunderbird-i18n-38.3.0/nn-NO.xpi) = 48d4095cfdd47fa876c17a13592be4c4b31f57709d770ea8cefa9293e54d8f87 +SIZE (xpi/thunderbird-i18n-38.3.0/nn-NO.xpi) = 436623 +SHA256 (xpi/thunderbird-i18n-38.3.0/pa-IN.xpi) = 78d139e9894b9ea9913f921d78ee3b8894770c08ad32c8530e32782439a36383 +SIZE (xpi/thunderbird-i18n-38.3.0/pa-IN.xpi) = 530461 +SHA256 (xpi/thunderbird-i18n-38.3.0/pl.xpi) = 8805fa13167f5fa509f44a31729e39800d8f022224cd86012bb18fc19ac21815 +SIZE (xpi/thunderbird-i18n-38.3.0/pl.xpi) = 411509 +SHA256 (xpi/thunderbird-i18n-38.3.0/pt-BR.xpi) = c7e4582522489eb8149db41c4f2c7f7a4d3121f4f5bbcf136e456ece8189d975 +SIZE (xpi/thunderbird-i18n-38.3.0/pt-BR.xpi) = 443752 +SHA256 (xpi/thunderbird-i18n-38.3.0/pt-PT.xpi) = 639a3b6d32be9dcc8d2f2eb8a2cca1cdbdb444ef00b10b76aa6f8dc9035e5b4e +SIZE (xpi/thunderbird-i18n-38.3.0/pt-PT.xpi) = 442064 +SHA256 (xpi/thunderbird-i18n-38.3.0/rm.xpi) = 72be95aae125d50fc9565c8bf40623040e37c5ca511d0f0a38f3924ddf48c845 +SIZE (xpi/thunderbird-i18n-38.3.0/rm.xpi) = 442112 +SHA256 (xpi/thunderbird-i18n-38.3.0/ro.xpi) = 51a28a8984e070e6ca886238aa834ebd9bf845c536ba44407976db7c8bd0ab04 +SIZE (xpi/thunderbird-i18n-38.3.0/ro.xpi) = 448349 +SHA256 (xpi/thunderbird-i18n-38.3.0/ru.xpi) = 2e16abf3a7f2c133b8ee8a078834e81f141143cff35306056111830252e435b8 +SIZE (xpi/thunderbird-i18n-38.3.0/ru.xpi) = 437591 +SHA256 (xpi/thunderbird-i18n-38.3.0/si.xpi) = 0561d311a4607e9db41d913fdae19dfc4ef9d0135d1b6bbb4bec8ec60617256f +SIZE (xpi/thunderbird-i18n-38.3.0/si.xpi) = 535341 +SHA256 (xpi/thunderbird-i18n-38.3.0/sk.xpi) = 5c937a4cc87299365991743f791d89a7ea11693f93a538659715f3dadb7d5b0d +SIZE (xpi/thunderbird-i18n-38.3.0/sk.xpi) = 456606 +SHA256 (xpi/thunderbird-i18n-38.3.0/sl.xpi) = a5d64faf18f4e05ecc68830ad7623bc378d30ab041d4fa65d9d15970c552a628 +SIZE (xpi/thunderbird-i18n-38.3.0/sl.xpi) = 437847 +SHA256 (xpi/thunderbird-i18n-38.3.0/sq.xpi) = f82cbbfed792a36383a8a78bd66b499de837dbbf1c0386a579bb602db31400e8 +SIZE (xpi/thunderbird-i18n-38.3.0/sq.xpi) = 446897 +SHA256 (xpi/thunderbird-i18n-38.3.0/sr.xpi) = 2fc3d2fda47c02cc3299e42a178b329dd43d3e09cb1b79be85a490deac77302a +SIZE (xpi/thunderbird-i18n-38.3.0/sr.xpi) = 543314 +SHA256 (xpi/thunderbird-i18n-38.3.0/sv-SE.xpi) = 0eeb64f903032b8456ec9fe9b1484add7ac45aa76406479f44abdb30b5bce119 +SIZE (xpi/thunderbird-i18n-38.3.0/sv-SE.xpi) = 439633 +SHA256 (xpi/thunderbird-i18n-38.3.0/ta-LK.xpi) = 2f68f7c0596253b3fa2a3c9d895cde48d8bdc55f006264cae84eaa485ae10f37 +SIZE (xpi/thunderbird-i18n-38.3.0/ta-LK.xpi) = 558738 +SHA256 (xpi/thunderbird-i18n-38.3.0/tr.xpi) = be6321c62f3d5dceee8df225810ed42ecc76ec79c35330da62fdb11027eb9e10 +SIZE (xpi/thunderbird-i18n-38.3.0/tr.xpi) = 447799 +SHA256 (xpi/thunderbird-i18n-38.3.0/uk.xpi) = 3e64a3c28621b7e76b2b705cee2e721fddba762728ab180449873e69ccd9bcc2 +SIZE (xpi/thunderbird-i18n-38.3.0/uk.xpi) = 509600 +SHA256 (xpi/thunderbird-i18n-38.3.0/vi.xpi) = d2d03bccd1bf564415e38ef3980b4a7e0a32fe30cada1ea8c15c0f96babca151 +SIZE (xpi/thunderbird-i18n-38.3.0/vi.xpi) = 519843 +SHA256 (xpi/thunderbird-i18n-38.3.0/zh-CN.xpi) = 8c3455bbe76b167f94f1b1f7c836aafd7f5d11e5fa7cc4071bde0fe77b4bcf49 +SIZE (xpi/thunderbird-i18n-38.3.0/zh-CN.xpi) = 466412 +SHA256 (xpi/thunderbird-i18n-38.3.0/zh-TW.xpi) = fd10d148424c21731b877104ac50628c973348f8bc813573130503d08a0e045e +SIZE (xpi/thunderbird-i18n-38.3.0/zh-TW.xpi) = 466661 Index: branches/2015Q4 =================================================================== --- branches/2015Q4 (revision 398699) +++ branches/2015Q4 (revision 398700) Property changes on: branches/2015Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r398697