Index: head/mail/linux-thunderbird/Makefile =================================================================== --- head/mail/linux-thunderbird/Makefile (revision 291626) +++ head/mail/linux-thunderbird/Makefile (revision 291627) @@ -1,21 +1,21 @@ # New ports collection makefile for: linux-thunderbird # Date created: 17 April 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= thunderbird -PORTVERSION= 10.0 +PORTVERSION= 10.0.2 CATEGORIES= mail -MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}-real/linux-i686/en-US +MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above USE_BZIP2= yes USE_LINUX_APPS= dbusglib dbuslibs alsalib .include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common" .include Property changes on: head/mail/linux-thunderbird/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.52 \ No newline at end of property +1.53 \ No newline at end of property Index: head/mail/linux-thunderbird/distinfo =================================================================== --- head/mail/linux-thunderbird/distinfo (revision 291626) +++ head/mail/linux-thunderbird/distinfo (revision 291627) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-10.0.tar.bz2) = 6883051f45d50c3e16386c7e11385daf1d3bb808fea00b4503654916332a8568 -SIZE (thunderbird-10.0.tar.bz2) = 18550236 +SHA256 (thunderbird-10.0.2.tar.bz2) = 06abdafed6e6a5f1bbb7de90ed7fb6498d9b2c0a4a9c1c84a6f326ea606f3d5a +SIZE (thunderbird-10.0.2.tar.bz2) = 18549327 Property changes on: head/mail/linux-thunderbird/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/mail/thunderbird/Makefile =================================================================== --- head/mail/thunderbird/Makefile (revision 291626) +++ head/mail/thunderbird/Makefile (revision 291627) @@ -1,164 +1,164 @@ # New ports collection makefile for: mozilla-thunderbird # Date created: 4 September 2003 # Whom: Joe Marcus Clarke # # $FreeBSD$ # PORTNAME= thunderbird -DISTVERSION= 10.0.1 +DISTVERSION= 10.0.2 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ event-1.4:${PORTSDIR}/devel/libevent CONFLICTS_BUILD= spidermonkey-* USE_AUTOTOOLS= autoconf213 USE_GECKO= gecko USE_MOZILLA= -png -nss -dbm -jpeg -xft MOZ_TOOLKIT= cairo-gtk2 MAKE_JOBS_SAFE= yes WANT_GNOME= yes ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= gl MOZ_PROTOCOLS= http,ftp,file,viewsource,res,data,wyciwyg,websocket MOZ_GRAPHICS= default,-xbm MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --enable-single-profile --disable-profilesharing \ --enable-application=mail --enable-official-branding \ --disable-updater --disable-necko-wifi \ --with-system-libevent=${LOCALBASE} MOZ_MK_OPTIONS= MOZ_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= LIGHTNING "Enable calendar extension" off .include WRKSRC= ${WRKDIR}/comm-release MOZSRC:= ${WRKSRC}/mozilla .if ${ARCH} == powerpc64 .if ${OSVERSION} < 900033 BROKEN= Needs binutils 2.17.50 to build .else CONFIGURE_ENV+= UNAME_m="powerpc64" CFLAGS+= -mminimal-toc .endif .endif .if ${HAVE_GNOME:Mlibgnomeui}!="" USE_GNOME+= libgnomeui MOZ_OPTIONS+= --enable-gnomeui .else MOZ_OPTIONS+= --disable-gnomeui .endif .if defined(WITHOUT_DBUS) MOZ_OPTIONS+= --disable-dbus --disable-libnotify .else LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ notify.4:${PORTSDIR}/devel/libnotify .endif .if ${ARCH} == amd64 || ${ARCH} == i386 BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm .endif .if defined(WITH_LIGHTNING) MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning XPI_FILE= ${MOZSRC}/dist/xpi-stage/lightning.xpi XPI_LIBDIR= ${PREFIX}/lib/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 post-patch: @${GREP} -Flr \"/proc ${MOZSRC}/ipc/chromium/src/base | ${XARGS} ${REINPLACE_CMD} \ -e 's|/proc/self/fd|/dev/fd|' \ -e 's|/proc["/]|/compat/linux&|' @${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ ${MOZSRC}/storage/build/Makefile.in \ ${MOZSRC}/toolkit/library/Makefile.in \ ${MOZSRC}/db/sqlite3/src/Makefile.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${MOZSRC}/security/manager/ssl/src/Makefile.in \ ${MOZSRC}/js/src/config/mkdepend/Makefile.in \ ${MOZSRC}/js/src/config/config.mk @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \ s|-lpthread|${PTHREAD_LIBS}|g ; \ s|echo aout|echo elf|g ; \ s|/usr/X11R6|${LOCALBASE}|g' \ ${MOZSRC}/js/src/configure pre-configure: (cd ${WRKSRC} && ${AUTOCONF}) (cd ${MOZSRC} && ${AUTOCONF}) (cd ${MOZSRC}/js/src/ && ${AUTOCONF}) port-pre-install: ${MKDIR} ${FAKEDIR}/lib/${PORTNAME}/defaults pre-install: @${ECHO_CMD} 'share/applications/${PORTNAME}.desktop' >> ${PLIST} @${ECHO_CMD} 'share/pixmaps/${PORTNAME_ICON}' >> ${PLIST} @${ECHO_CMD} '@dirrmtry share/applications' >> ${PLIST} post-install: ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${PREFIX}/share/applications ${LN} -sf ${PORTNAME_ICON_SRC} ${PREFIX}/share/pixmaps/${PORTNAME_ICON} .if defined(WITH_LIGHTNING) @${MKDIR} ${XPI_LIBDIR}/${XPI_ID} ${XPI_LIBDIR}/symlinks/thunderbird @(cd ${XPI_LIBDIR}/${XPI_ID}; ${TAR} -xf ${XPI_FILE}) @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_LIBDIR}/${XPI_ID} @${REINPLACE_CMD} -i "" "s/${XPI_ORIG_ID}/${XPI_ID}/" ${XPI_LIBDIR}/${XPI_ID}/install.rdf @${CHMOD} -R a+rX,go-w ${XPI_LIBDIR}/${XPI_ID} @${LN} -sf ${XPI_LIBDIR}/${XPI_ID} ${LOCALBASE}/lib/thunderbird/extensions 2>/dev/null || true @${LN} -sf ${XPI_LIBDIR}/${XPI_ID} ${XPI_LIBDIR}/symlinks/thunderbird 2>/dev/null || true @(cd ${XPI_LIBDIR}; ${FIND} ${XPI_ID} -not -type d) | ${SORT} | \ ${SED} -ne 's,^,lib/xpi/,p' >> ${TMPPLIST} @${ECHO_CMD} 'lib/xpi/symlinks/thunderbird/${XPI_ID}' >> ${TMPPLIST} @${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} @(cd ${XPI_LIBDIR}; ${FIND} ${XPI_ID} -type d) | ${SORT} -r | \ ${SED} -ne 's,^,@dirrm lib/xpi/,p' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xpi/symlinks/thunderbird 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xpi/symlinks 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xpi 2>/dev/null || true' >> ${TMPPLIST} .endif .include Property changes on: head/mail/thunderbird/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.144 \ No newline at end of property +1.145 \ No newline at end of property Index: head/mail/thunderbird/distinfo =================================================================== --- head/mail/thunderbird/distinfo (revision 291626) +++ head/mail/thunderbird/distinfo (revision 291627) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-10.0.1.source.tar.bz2) = 1ccbbe31d848486ca16a5eb475eac8e384c1abd3ffd10241f423e14456662ccd -SIZE (thunderbird-10.0.1.source.tar.bz2) = 97758544 +SHA256 (thunderbird-10.0.2.source.tar.bz2) = 619a5078d8fdb340c50a784ba803125acdfe4defc51a2d05a1a3060c89593377 +SIZE (thunderbird-10.0.2.source.tar.bz2) = 97709124 Property changes on: head/mail/thunderbird/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.64 \ No newline at end of property +1.65 \ No newline at end of property Index: head/mail/thunderbird-esr/Makefile =================================================================== --- head/mail/thunderbird-esr/Makefile (revision 291626) +++ head/mail/thunderbird-esr/Makefile (revision 291627) @@ -1,164 +1,164 @@ # New ports collection makefile for: mozilla-thunderbird # Date created: 4 September 2003 # Whom: Joe Marcus Clarke # # $FreeBSD$ # PORTNAME= thunderbird -DISTVERSION= 10.0.1 +DISTVERSION= 10.0.2 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ event-1.4:${PORTSDIR}/devel/libevent CONFLICTS_BUILD= spidermonkey-* USE_AUTOTOOLS= autoconf213 USE_GECKO= gecko USE_MOZILLA= -png -nss -dbm -jpeg -xft MOZ_TOOLKIT= cairo-gtk2 MAKE_JOBS_SAFE= yes WANT_GNOME= yes ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= gl MOZ_PROTOCOLS= http,ftp,file,viewsource,res,data,wyciwyg,websocket MOZ_GRAPHICS= default,-xbm MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --enable-single-profile --disable-profilesharing \ --enable-application=mail --enable-official-branding \ --disable-updater --disable-necko-wifi \ --with-system-libevent=${LOCALBASE} MOZ_MK_OPTIONS= MOZ_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= LIGHTNING "Enable calendar extension" off .include WRKSRC= ${WRKDIR}/comm-release MOZSRC:= ${WRKSRC}/mozilla .if ${ARCH} == powerpc64 .if ${OSVERSION} < 900033 BROKEN= Needs binutils 2.17.50 to build .else CONFIGURE_ENV+= UNAME_m="powerpc64" CFLAGS+= -mminimal-toc .endif .endif .if ${HAVE_GNOME:Mlibgnomeui}!="" USE_GNOME+= libgnomeui MOZ_OPTIONS+= --enable-gnomeui .else MOZ_OPTIONS+= --disable-gnomeui .endif .if defined(WITHOUT_DBUS) MOZ_OPTIONS+= --disable-dbus --disable-libnotify .else LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ notify.4:${PORTSDIR}/devel/libnotify .endif .if ${ARCH} == amd64 || ${ARCH} == i386 BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm .endif .if defined(WITH_LIGHTNING) MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning XPI_FILE= ${MOZSRC}/dist/xpi-stage/lightning.xpi XPI_LIBDIR= ${PREFIX}/lib/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 post-patch: @${GREP} -Flr \"/proc ${MOZSRC}/ipc/chromium/src/base | ${XARGS} ${REINPLACE_CMD} \ -e 's|/proc/self/fd|/dev/fd|' \ -e 's|/proc["/]|/compat/linux&|' @${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ ${MOZSRC}/storage/build/Makefile.in \ ${MOZSRC}/toolkit/library/Makefile.in \ ${MOZSRC}/db/sqlite3/src/Makefile.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${MOZSRC}/security/manager/ssl/src/Makefile.in \ ${MOZSRC}/js/src/config/mkdepend/Makefile.in \ ${MOZSRC}/js/src/config/config.mk @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \ s|-lpthread|${PTHREAD_LIBS}|g ; \ s|echo aout|echo elf|g ; \ s|/usr/X11R6|${LOCALBASE}|g' \ ${MOZSRC}/js/src/configure pre-configure: (cd ${WRKSRC} && ${AUTOCONF}) (cd ${MOZSRC} && ${AUTOCONF}) (cd ${MOZSRC}/js/src/ && ${AUTOCONF}) port-pre-install: ${MKDIR} ${FAKEDIR}/lib/${PORTNAME}/defaults pre-install: @${ECHO_CMD} 'share/applications/${PORTNAME}.desktop' >> ${PLIST} @${ECHO_CMD} 'share/pixmaps/${PORTNAME_ICON}' >> ${PLIST} @${ECHO_CMD} '@dirrmtry share/applications' >> ${PLIST} post-install: ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${PREFIX}/share/applications ${LN} -sf ${PORTNAME_ICON_SRC} ${PREFIX}/share/pixmaps/${PORTNAME_ICON} .if defined(WITH_LIGHTNING) @${MKDIR} ${XPI_LIBDIR}/${XPI_ID} ${XPI_LIBDIR}/symlinks/thunderbird @(cd ${XPI_LIBDIR}/${XPI_ID}; ${TAR} -xf ${XPI_FILE}) @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_LIBDIR}/${XPI_ID} @${REINPLACE_CMD} -i "" "s/${XPI_ORIG_ID}/${XPI_ID}/" ${XPI_LIBDIR}/${XPI_ID}/install.rdf @${CHMOD} -R a+rX,go-w ${XPI_LIBDIR}/${XPI_ID} @${LN} -sf ${XPI_LIBDIR}/${XPI_ID} ${LOCALBASE}/lib/thunderbird/extensions 2>/dev/null || true @${LN} -sf ${XPI_LIBDIR}/${XPI_ID} ${XPI_LIBDIR}/symlinks/thunderbird 2>/dev/null || true @(cd ${XPI_LIBDIR}; ${FIND} ${XPI_ID} -not -type d) | ${SORT} | \ ${SED} -ne 's,^,lib/xpi/,p' >> ${TMPPLIST} @${ECHO_CMD} 'lib/xpi/symlinks/thunderbird/${XPI_ID}' >> ${TMPPLIST} @${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} @(cd ${XPI_LIBDIR}; ${FIND} ${XPI_ID} -type d) | ${SORT} -r | \ ${SED} -ne 's,^,@dirrm lib/xpi/,p' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xpi/symlinks/thunderbird 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xpi/symlinks 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xpi 2>/dev/null || true' >> ${TMPPLIST} .endif .include Property changes on: head/mail/thunderbird-esr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.144 \ No newline at end of property +1.145 \ No newline at end of property Index: head/mail/thunderbird-esr/distinfo =================================================================== --- head/mail/thunderbird-esr/distinfo (revision 291626) +++ head/mail/thunderbird-esr/distinfo (revision 291627) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-10.0.1.source.tar.bz2) = 1ccbbe31d848486ca16a5eb475eac8e384c1abd3ffd10241f423e14456662ccd -SIZE (thunderbird-10.0.1.source.tar.bz2) = 97758544 +SHA256 (thunderbird-10.0.2.source.tar.bz2) = 619a5078d8fdb340c50a784ba803125acdfe4defc51a2d05a1a3060c89593377 +SIZE (thunderbird-10.0.2.source.tar.bz2) = 97709124 Property changes on: head/mail/thunderbird-esr/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.64 \ No newline at end of property +1.65 \ No newline at end of property Index: head/mail/thunderbird-esr-i18n/Makefile =================================================================== --- head/mail/thunderbird-esr-i18n/Makefile (revision 291626) +++ head/mail/thunderbird-esr-i18n/Makefile (revision 291627) @@ -1,88 +1,88 @@ # New ports collection makefile for: thunderbird-i18n # Date created: 29 May 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= thunderbird-i18n -PORTVERSION= 10.0.1 +PORTVERSION= 10.0.2 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Thunderbird EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif NO_BUILD= yes USE_THUNDERBIRD= 10 USE_XPI= thunderbird linux-thunderbird THUNDERBIRD_I18N_ALL= ar br ca cs da de en-GB en-US es-AR es-ES et eu fi fr \ fy-NL ga-IE gd gl he hu is it ja ko lt nb-NO nl nn-NO \ pl pt-BR pt-PT rm ru si sk sl sq sv-SE ta-LK tr uk zh-TW .ifdef PACKAGE_BUILDING THUNDERBIRD_I18N?= all .else THUNDERBIRD_I18N?= es-ES pt-BR ru ja de fr ko it .endif .if ${THUNDERBIRD_I18N} == all THUNDERBIRD_I18N_= ${THUNDERBIRD_I18N_ALL} .endif THUNDERBIRD_I18N_?= ${THUNDERBIRD_I18N} WDIR= langpack-*@thunderbird.mozilla.org XPI_DISTNAMES= ${THUNDERBIRD_I18N_} .for dist in ${XPI_DISTNAMES} XPI_ID_${dist}= langpack-${dist}@thunderbird.mozilla.org XPI_FILES_${dist}= chrome.manifest install.rdf chrome/${dist}.jar XPI_DIRS_${dist}= chrome .endfor do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} ${WRKSRC} @for lang in ${THUNDERBIRD_I18N_}; do \ if ! (${EXTRACT_CMD} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org);\ then \ exit 1; \ fi; \ cd ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org/chrome/$$lang; \ ${LOCALBASE}/bin/zip -r ../$$lang.jar locale; \ cd ..; ${RM} -rf $$lang; cd ..; \ ${REINPLACE_CMD} -i "" "s,chrome/$$lang,jar:chrome/$$lang.jar!," chrome.manifest; \ done do-install: @${INSTALL} -d ${XPI_LIBDIR} ${XPI_SLDIRS_ALL} @${CP} -R ${WRKSRC}/ ${XPI_LIBDIR}/ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_LIBDIR}/${WDIR}/ @${CHMOD} -R a+rX,go-w ${XPI_LIBDIR}/${WDIR}/ @for _dir in ${XPI_LINKFARMS} ; { ${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q} ; } @${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} -fR $$_dir/${WDIR} ; }' ${_A} @${ECHO_CMD} '@unexec ${RMDIR} ${XPI_DIRS_TRY:S,^,%D/,} ${_Q}' ${_A} post-patch: ${FIND} ${WRKSRC} -name install.rdf -print0 | \ ${XARGS} -0L1 ${REINPLACE_CMD} -i '' '/ Property changes on: head/mail/thunderbird-esr-i18n/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.57 \ No newline at end of property +1.58 \ No newline at end of property Index: head/mail/thunderbird-esr-i18n/distinfo =================================================================== --- head/mail/thunderbird-esr-i18n/distinfo (revision 291626) +++ head/mail/thunderbird-esr-i18n/distinfo (revision 291627) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-10.0.1/ar.xpi) = 52e83e6ae0cfd484fe5adc1ec02221bb9ab2bce307a0340dd1306706f06dee45 -SIZE (xpi/thunderbird-i18n-10.0.1/ar.xpi) = 441462 -SHA256 (xpi/thunderbird-i18n-10.0.1/br.xpi) = 229e54cb08c5db90e2f0a47a7e3e6b7268776c431ca766fd4e6a40d2272f04c4 -SIZE (xpi/thunderbird-i18n-10.0.1/br.xpi) = 415523 -SHA256 (xpi/thunderbird-i18n-10.0.1/ca.xpi) = 3b0dfa530e8ea75726ce15d368730c950e0e65e890ea9a92e5755619e6b10b05 -SIZE (xpi/thunderbird-i18n-10.0.1/ca.xpi) = 416065 -SHA256 (xpi/thunderbird-i18n-10.0.1/cs.xpi) = 112ffeb5b9097b49161bffb034e7921e68e61900426f335b306ca6bbe6a3aa24 -SIZE (xpi/thunderbird-i18n-10.0.1/cs.xpi) = 419415 -SHA256 (xpi/thunderbird-i18n-10.0.1/da.xpi) = 50b8a07c09d9a53d3ca3fb225a017875d7e9ce4665c68841ccde9039ae2566ac -SIZE (xpi/thunderbird-i18n-10.0.1/da.xpi) = 363372 -SHA256 (xpi/thunderbird-i18n-10.0.1/de.xpi) = 95c3e317ccc9392339c2066c391ea2c932d7fd4cec459d1a6fcb25113c5d0b7e -SIZE (xpi/thunderbird-i18n-10.0.1/de.xpi) = 418263 -SHA256 (xpi/thunderbird-i18n-10.0.1/en-GB.xpi) = 1cfb5ae44cba254ebf14b95e1a7fe5cebff712d4a70491cc1e6138f583fd37e2 -SIZE (xpi/thunderbird-i18n-10.0.1/en-GB.xpi) = 391740 -SHA256 (xpi/thunderbird-i18n-10.0.1/en-US.xpi) = 76d897ab3d6edae38ed51214e6bed6075dfc0e5c401a283c0d0b6aefe5ba7a54 -SIZE (xpi/thunderbird-i18n-10.0.1/en-US.xpi) = 391239 -SHA256 (xpi/thunderbird-i18n-10.0.1/es-AR.xpi) = d25df175650de9bb78e905642e6df21dba8a4eb87d4a3df7538e0e76aa522c27 -SIZE (xpi/thunderbird-i18n-10.0.1/es-AR.xpi) = 410722 -SHA256 (xpi/thunderbird-i18n-10.0.1/es-ES.xpi) = c74532da1c36c84ed13970258b96ea152be1afad34c71634d387255b390fe74b -SIZE (xpi/thunderbird-i18n-10.0.1/es-ES.xpi) = 355140 -SHA256 (xpi/thunderbird-i18n-10.0.1/et.xpi) = d9f983777691fdd41ba20f78f007c2054369092cd521cda702ac16abeae3dc79 -SIZE (xpi/thunderbird-i18n-10.0.1/et.xpi) = 410720 -SHA256 (xpi/thunderbird-i18n-10.0.1/eu.xpi) = c0a661f0d9e2d2ad57895fd753483014114c2e146e669e0a4e3a8c5d5fa1834b -SIZE (xpi/thunderbird-i18n-10.0.1/eu.xpi) = 406383 -SHA256 (xpi/thunderbird-i18n-10.0.1/fi.xpi) = 262e848236529280c85106f70e7893db3c3e615f5a887ee063e0ec42e070c312 -SIZE (xpi/thunderbird-i18n-10.0.1/fi.xpi) = 411925 -SHA256 (xpi/thunderbird-i18n-10.0.1/fr.xpi) = 6a8be9f0625ee3ac6d74419aea321584e729d5050243d95fe080bf43f925b91f -SIZE (xpi/thunderbird-i18n-10.0.1/fr.xpi) = 414745 -SHA256 (xpi/thunderbird-i18n-10.0.1/fy-NL.xpi) = a99328ee00dd38c80fb13b4cd8712e3aa900993953437b1ae8ca298765e4d8ec -SIZE (xpi/thunderbird-i18n-10.0.1/fy-NL.xpi) = 413982 -SHA256 (xpi/thunderbird-i18n-10.0.1/ga-IE.xpi) = d5b83a5444eead5e8d35e27a71dbc95ff6a3806e6194a62ecb99e316217fdce7 -SIZE (xpi/thunderbird-i18n-10.0.1/ga-IE.xpi) = 423258 -SHA256 (xpi/thunderbird-i18n-10.0.1/gd.xpi) = 30c2809994705360a2abc557058bfc898b7abea675d39bfa902239f0af6beb5b -SIZE (xpi/thunderbird-i18n-10.0.1/gd.xpi) = 425872 -SHA256 (xpi/thunderbird-i18n-10.0.1/gl.xpi) = be81c33f17dcdc2a07138dde956282b4d300ee86cc0b0f7303010013ea54806f -SIZE (xpi/thunderbird-i18n-10.0.1/gl.xpi) = 409226 -SHA256 (xpi/thunderbird-i18n-10.0.1/he.xpi) = be69146ee26753ef992202b62f96f6d92921932aded71798e2b764797a914a6f -SIZE (xpi/thunderbird-i18n-10.0.1/he.xpi) = 439203 -SHA256 (xpi/thunderbird-i18n-10.0.1/hu.xpi) = 8069649c87e7ae04b84d6f4c1d71501c6b358e91c1c52ce89d64b2ca7d524e63 -SIZE (xpi/thunderbird-i18n-10.0.1/hu.xpi) = 426354 -SHA256 (xpi/thunderbird-i18n-10.0.1/is.xpi) = 7d7759ca8cfb006d17f5d0bc144b84cf70be94560dbdeb64a6217c8bdb2cddfd -SIZE (xpi/thunderbird-i18n-10.0.1/is.xpi) = 412631 -SHA256 (xpi/thunderbird-i18n-10.0.1/it.xpi) = c75c3752f61ba0d306a0be3622456a43bd5cb8016433c40b90e087f2efe1a7b4 -SIZE (xpi/thunderbird-i18n-10.0.1/it.xpi) = 347630 -SHA256 (xpi/thunderbird-i18n-10.0.1/ja.xpi) = 96aebc23df527be5e4da311650fbcca02a9f79a82157bea745c296213ab475cd -SIZE (xpi/thunderbird-i18n-10.0.1/ja.xpi) = 459027 -SHA256 (xpi/thunderbird-i18n-10.0.1/ko.xpi) = eb62f1e1e374df9bef9fa24d9328fe51c20f2a730dcdc3366a4579f0711b05fb -SIZE (xpi/thunderbird-i18n-10.0.1/ko.xpi) = 372010 -SHA256 (xpi/thunderbird-i18n-10.0.1/lt.xpi) = fb0ac784c5222c7cb04f526940cdf3468e3e4cfcfaa77ff2b1212850bb81c010 -SIZE (xpi/thunderbird-i18n-10.0.1/lt.xpi) = 531018 -SHA256 (xpi/thunderbird-i18n-10.0.1/nb-NO.xpi) = ef7e9d889f721367a97574b5bd549adc2544369a891a51404360bd409e922d79 -SIZE (xpi/thunderbird-i18n-10.0.1/nb-NO.xpi) = 407726 -SHA256 (xpi/thunderbird-i18n-10.0.1/nl.xpi) = 5cd34214b1209137b90f71afab25fdddf39bb8ed110f586c3e2d376b7548d7a7 -SIZE (xpi/thunderbird-i18n-10.0.1/nl.xpi) = 407982 -SHA256 (xpi/thunderbird-i18n-10.0.1/nn-NO.xpi) = 311e1e76987a052b358800a09e754e85cc4fccb5c8b0cdc0a11e0a9e126dec13 -SIZE (xpi/thunderbird-i18n-10.0.1/nn-NO.xpi) = 409455 -SHA256 (xpi/thunderbird-i18n-10.0.1/pl.xpi) = 7af024923545702718a73e9c154307420eb826224a86fbb3a8f8fcc7c0c2be48 -SIZE (xpi/thunderbird-i18n-10.0.1/pl.xpi) = 393574 -SHA256 (xpi/thunderbird-i18n-10.0.1/pt-BR.xpi) = 779b6da2fd682694529efd396f3d9bd389dd0470b6aa5932ef1ebb83ca24ea3b -SIZE (xpi/thunderbird-i18n-10.0.1/pt-BR.xpi) = 417225 -SHA256 (xpi/thunderbird-i18n-10.0.1/pt-PT.xpi) = 0d5add48f54e7b80bbfad8d28fe177bb35a0b2d9d901d60cd4c43dea9863a433 -SIZE (xpi/thunderbird-i18n-10.0.1/pt-PT.xpi) = 414262 -SHA256 (xpi/thunderbird-i18n-10.0.1/rm.xpi) = 76967b7b2c9b13148ad0ce98d72a21abbf44e7901f9f915f96bb19032644ada7 -SIZE (xpi/thunderbird-i18n-10.0.1/rm.xpi) = 414704 -SHA256 (xpi/thunderbird-i18n-10.0.1/ru.xpi) = 981c1e9e0e09a4a5cfebc2fe74f8bbc28144041d87fc8dafbda8e3e26d83937d -SIZE (xpi/thunderbird-i18n-10.0.1/ru.xpi) = 411632 -SHA256 (xpi/thunderbird-i18n-10.0.1/si.xpi) = 10ba8eb2afd7504473b238ba0be7d000da1df1739222473fbbf8bf4a4202d497 -SIZE (xpi/thunderbird-i18n-10.0.1/si.xpi) = 456604 -SHA256 (xpi/thunderbird-i18n-10.0.1/sk.xpi) = 8b5f6ba187dffda362ad15205ac41d3612fb8c04b2e87c5c4adcb3d038a29139 -SIZE (xpi/thunderbird-i18n-10.0.1/sk.xpi) = 425026 -SHA256 (xpi/thunderbird-i18n-10.0.1/sl.xpi) = b52332ebd5df99d7cb0f00ac831635cbcd473da8119d03470dcaca731ea49b8d -SIZE (xpi/thunderbird-i18n-10.0.1/sl.xpi) = 410429 -SHA256 (xpi/thunderbird-i18n-10.0.1/sq.xpi) = 1ad111d838982a813d290c3bd931f9a18f62c1c707a198ce8a988d844ef08e9b -SIZE (xpi/thunderbird-i18n-10.0.1/sq.xpi) = 360476 -SHA256 (xpi/thunderbird-i18n-10.0.1/sv-SE.xpi) = 5cde516a447a67167b5cec9b81e3f4027a4ea9c71d135687fd601a565a91c8e0 -SIZE (xpi/thunderbird-i18n-10.0.1/sv-SE.xpi) = 478278 -SHA256 (xpi/thunderbird-i18n-10.0.1/ta-LK.xpi) = 85b449854727c9336e17326b5f3d5ce9b7068d6c80a82d4784ca964c5910a95c -SIZE (xpi/thunderbird-i18n-10.0.1/ta-LK.xpi) = 475715 -SHA256 (xpi/thunderbird-i18n-10.0.1/tr.xpi) = 5528b68b5378a0ed5739fe704eb7d89ea5795ea20d5e10dc6206ceee5d6afef1 -SIZE (xpi/thunderbird-i18n-10.0.1/tr.xpi) = 418207 -SHA256 (xpi/thunderbird-i18n-10.0.1/uk.xpi) = 3cf52ee171825e8c84df250ad0a98dda61b84715f53c36ab6f06e5ea100bb8dc -SIZE (xpi/thunderbird-i18n-10.0.1/uk.xpi) = 463922 -SHA256 (xpi/thunderbird-i18n-10.0.1/zh-TW.xpi) = dbb66409f91fae123ade2b64925705857e7b16042037e27c300af36ed33f9be8 -SIZE (xpi/thunderbird-i18n-10.0.1/zh-TW.xpi) = 431824 +SHA256 (xpi/thunderbird-i18n-10.0.2/ar.xpi) = d1dfa62670ffe90ec43f624482eb07cdc75a2e54646cfe4100be9f0f01da0e0d +SIZE (xpi/thunderbird-i18n-10.0.2/ar.xpi) = 441462 +SHA256 (xpi/thunderbird-i18n-10.0.2/br.xpi) = 26e63fb88e70aa0cf589dfe407e0343a10c2e10ee2ee229a5154a46250a7a973 +SIZE (xpi/thunderbird-i18n-10.0.2/br.xpi) = 415523 +SHA256 (xpi/thunderbird-i18n-10.0.2/ca.xpi) = a95e39fef30a2601e280806b91ca99ad6932e5f40c7a433e83e7f7f3692e6407 +SIZE (xpi/thunderbird-i18n-10.0.2/ca.xpi) = 416065 +SHA256 (xpi/thunderbird-i18n-10.0.2/cs.xpi) = ed387cd3f5f8175f8a5f8117f66b44a30855c10ef1b66306db3a5f4bec2c5503 +SIZE (xpi/thunderbird-i18n-10.0.2/cs.xpi) = 419415 +SHA256 (xpi/thunderbird-i18n-10.0.2/da.xpi) = d6d2eb0cd5c3295f9962b39a7b03a83121d3ed91d18bc713072ffa55e041786c +SIZE (xpi/thunderbird-i18n-10.0.2/da.xpi) = 363372 +SHA256 (xpi/thunderbird-i18n-10.0.2/de.xpi) = 84a2cfd5450ec27809ec84bbc5ff09cee2b1d1e5111dbd4d75e21367ffc1b7db +SIZE (xpi/thunderbird-i18n-10.0.2/de.xpi) = 418262 +SHA256 (xpi/thunderbird-i18n-10.0.2/en-GB.xpi) = c69ab0b6650e65931f9010771269a42fe392f274930c741aade4ebe5266c18e5 +SIZE (xpi/thunderbird-i18n-10.0.2/en-GB.xpi) = 391739 +SHA256 (xpi/thunderbird-i18n-10.0.2/en-US.xpi) = b780b56bf5d2105106d8f98e7111e962887b326f7f66d464314b802612e6bf28 +SIZE (xpi/thunderbird-i18n-10.0.2/en-US.xpi) = 391239 +SHA256 (xpi/thunderbird-i18n-10.0.2/es-AR.xpi) = 5202044827139d70f2596c300c240e4dc21b92b4f0913f79ef36e550372bd166 +SIZE (xpi/thunderbird-i18n-10.0.2/es-AR.xpi) = 410723 +SHA256 (xpi/thunderbird-i18n-10.0.2/es-ES.xpi) = 463c43cb210775793acba1e246be362b197d4bef604be49f3114571fc27d4274 +SIZE (xpi/thunderbird-i18n-10.0.2/es-ES.xpi) = 355140 +SHA256 (xpi/thunderbird-i18n-10.0.2/et.xpi) = 4489ca562899da30c734f8881e2da52f1cb818b0f44a2adb6cf678719e6ba4e7 +SIZE (xpi/thunderbird-i18n-10.0.2/et.xpi) = 410720 +SHA256 (xpi/thunderbird-i18n-10.0.2/eu.xpi) = 2e28fa3a7a79bc04b6eca705f95f99c49cc84f7acd181b52a4cf0f380ed633e1 +SIZE (xpi/thunderbird-i18n-10.0.2/eu.xpi) = 406383 +SHA256 (xpi/thunderbird-i18n-10.0.2/fi.xpi) = bcf41ee2be4b8574599de40159da62de77072176283f0c0b0277d6e3fa0dfeab +SIZE (xpi/thunderbird-i18n-10.0.2/fi.xpi) = 411925 +SHA256 (xpi/thunderbird-i18n-10.0.2/fr.xpi) = 15824e45f6b2af6bebc4dfd0daec18b4aab5a16466ded3f670240ee336da1719 +SIZE (xpi/thunderbird-i18n-10.0.2/fr.xpi) = 414745 +SHA256 (xpi/thunderbird-i18n-10.0.2/fy-NL.xpi) = bf61c776c351083a781ccb35287f5f9766c74d5151e4cc68957f335ea6c1db66 +SIZE (xpi/thunderbird-i18n-10.0.2/fy-NL.xpi) = 413981 +SHA256 (xpi/thunderbird-i18n-10.0.2/ga-IE.xpi) = e863c893b51f5ebe9621e3b79dc7d0b88290add85f665a2490d52ec25a3b7c09 +SIZE (xpi/thunderbird-i18n-10.0.2/ga-IE.xpi) = 423258 +SHA256 (xpi/thunderbird-i18n-10.0.2/gd.xpi) = 7dab719aa724e08c2e3b816ce3ea213fce9012509ad60d3ab2c67e4efc09a6f6 +SIZE (xpi/thunderbird-i18n-10.0.2/gd.xpi) = 425872 +SHA256 (xpi/thunderbird-i18n-10.0.2/gl.xpi) = df69726f7f22362a5d1a4c9f19d12cedd49b9a82b73c515b111946c8a5626aa6 +SIZE (xpi/thunderbird-i18n-10.0.2/gl.xpi) = 409226 +SHA256 (xpi/thunderbird-i18n-10.0.2/he.xpi) = 8a3d4613443465435466c90e9e1e4d41ccfa2f49c57ed9e60cb5b6b1d37d871f +SIZE (xpi/thunderbird-i18n-10.0.2/he.xpi) = 439203 +SHA256 (xpi/thunderbird-i18n-10.0.2/hu.xpi) = 5fae91dafa318277556aee8c1c82fd0165515b00926800fc2a70dba2d58dd56c +SIZE (xpi/thunderbird-i18n-10.0.2/hu.xpi) = 426354 +SHA256 (xpi/thunderbird-i18n-10.0.2/is.xpi) = 3b74e3ac5457325c9353525fcce67dcdccd2ab363ec54e5aa0acd52096b67a42 +SIZE (xpi/thunderbird-i18n-10.0.2/is.xpi) = 412631 +SHA256 (xpi/thunderbird-i18n-10.0.2/it.xpi) = afcf947ab5a89f077d6ec58b4ba8f044f59976feb756ebf068ee6b37f2cbf16e +SIZE (xpi/thunderbird-i18n-10.0.2/it.xpi) = 347630 +SHA256 (xpi/thunderbird-i18n-10.0.2/ja.xpi) = 27491b619225fe07104284f056945a37628b12a6b100697dbc7830cc9b0d5bb5 +SIZE (xpi/thunderbird-i18n-10.0.2/ja.xpi) = 459027 +SHA256 (xpi/thunderbird-i18n-10.0.2/ko.xpi) = bc22eafce77c6ac3ee9991fd2e13ead1589ca5c050b31fcdc1064ac07a2f34ec +SIZE (xpi/thunderbird-i18n-10.0.2/ko.xpi) = 372010 +SHA256 (xpi/thunderbird-i18n-10.0.2/lt.xpi) = 0678d1fb460954bda5a27e03b0c85dd9154612db3f961c18615c733d860c9921 +SIZE (xpi/thunderbird-i18n-10.0.2/lt.xpi) = 531018 +SHA256 (xpi/thunderbird-i18n-10.0.2/nb-NO.xpi) = d2835cfe233a1e9386a57b315caec2cdc69c9a405346de5ce058bb4fd70461b9 +SIZE (xpi/thunderbird-i18n-10.0.2/nb-NO.xpi) = 407726 +SHA256 (xpi/thunderbird-i18n-10.0.2/nl.xpi) = ed7088a0edfbf77c9cd43413821abf6806447646a09da9ed7137f91804b682a0 +SIZE (xpi/thunderbird-i18n-10.0.2/nl.xpi) = 407981 +SHA256 (xpi/thunderbird-i18n-10.0.2/nn-NO.xpi) = 9c15fd894a8a2cbfe5c2d35b0ee404dfab441c682852fe77a9e82617280678f3 +SIZE (xpi/thunderbird-i18n-10.0.2/nn-NO.xpi) = 409455 +SHA256 (xpi/thunderbird-i18n-10.0.2/pl.xpi) = f63f20ef01fe81c0ba22cd5a003feb5f132bdd8f37cbd71b50c099db69c5c7a9 +SIZE (xpi/thunderbird-i18n-10.0.2/pl.xpi) = 393574 +SHA256 (xpi/thunderbird-i18n-10.0.2/pt-BR.xpi) = 9016b87ced756afdca1ec6161d08a543436e24f8c041ec8f38a48b2d419472f3 +SIZE (xpi/thunderbird-i18n-10.0.2/pt-BR.xpi) = 417225 +SHA256 (xpi/thunderbird-i18n-10.0.2/pt-PT.xpi) = 02fdcdaef46a30087bc47419693aa7349c28236c2c649e2cb845399821a0636d +SIZE (xpi/thunderbird-i18n-10.0.2/pt-PT.xpi) = 414262 +SHA256 (xpi/thunderbird-i18n-10.0.2/rm.xpi) = bb19adc5aab98d0835879a16942399dee6c3475faeb455aa48d56fbfb58d7a3d +SIZE (xpi/thunderbird-i18n-10.0.2/rm.xpi) = 414705 +SHA256 (xpi/thunderbird-i18n-10.0.2/ru.xpi) = 682e9d2a2819ff46713833228c03a2bfc2ff819ec9ecf4730313d321abe756b7 +SIZE (xpi/thunderbird-i18n-10.0.2/ru.xpi) = 411631 +SHA256 (xpi/thunderbird-i18n-10.0.2/si.xpi) = c1f7e7b5c84267562854e6e6785ad9c6d1409224cfce66ff3736afc15b8a03c3 +SIZE (xpi/thunderbird-i18n-10.0.2/si.xpi) = 456604 +SHA256 (xpi/thunderbird-i18n-10.0.2/sk.xpi) = 8e6d0da842d5c51227e4a6d1fa4cf4fe94da85a8afb82fe0dca07e97a0578ef8 +SIZE (xpi/thunderbird-i18n-10.0.2/sk.xpi) = 425026 +SHA256 (xpi/thunderbird-i18n-10.0.2/sl.xpi) = 390671117ad244fa4bdaa9be1d51b6ddebeae81f0754e2b7e4402712bcc1b650 +SIZE (xpi/thunderbird-i18n-10.0.2/sl.xpi) = 410428 +SHA256 (xpi/thunderbird-i18n-10.0.2/sq.xpi) = baa2eed7c37e2d8ad906e11a6353c895d80feeed2a5a92eafa86e8f677102b4e +SIZE (xpi/thunderbird-i18n-10.0.2/sq.xpi) = 360476 +SHA256 (xpi/thunderbird-i18n-10.0.2/sv-SE.xpi) = e6ad260b4190ed4855254608f3061b8f3026117c9a72a35e539618193f39abff +SIZE (xpi/thunderbird-i18n-10.0.2/sv-SE.xpi) = 478278 +SHA256 (xpi/thunderbird-i18n-10.0.2/ta-LK.xpi) = 08249e4a04728105407262f3ddad0768f6f3377bcbcede4539f9eb43e9e0ebb7 +SIZE (xpi/thunderbird-i18n-10.0.2/ta-LK.xpi) = 475715 +SHA256 (xpi/thunderbird-i18n-10.0.2/tr.xpi) = e920182a8390fe90c5813bf930d217627244e88e20549c93afe7c531e0d2d1ff +SIZE (xpi/thunderbird-i18n-10.0.2/tr.xpi) = 418207 +SHA256 (xpi/thunderbird-i18n-10.0.2/uk.xpi) = e9bb057f293ee77acf5b393aa597da3c8cace587ee3e7b72f310d0d21332f4c0 +SIZE (xpi/thunderbird-i18n-10.0.2/uk.xpi) = 463922 +SHA256 (xpi/thunderbird-i18n-10.0.2/zh-TW.xpi) = a92886276ee1750f4bcd0fdf9100fc90783e9abf8aace55f5422eb1ac1dd22d8 +SIZE (xpi/thunderbird-i18n-10.0.2/zh-TW.xpi) = 431824 Property changes on: head/mail/thunderbird-esr-i18n/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/mail/thunderbird-i18n/Makefile =================================================================== --- head/mail/thunderbird-i18n/Makefile (revision 291626) +++ head/mail/thunderbird-i18n/Makefile (revision 291627) @@ -1,88 +1,88 @@ # New ports collection makefile for: thunderbird-i18n # Date created: 29 May 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= thunderbird-i18n -PORTVERSION= 10.0.1 +PORTVERSION= 10.0.2 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Thunderbird EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif NO_BUILD= yes USE_THUNDERBIRD= 10 USE_XPI= thunderbird linux-thunderbird THUNDERBIRD_I18N_ALL= ar br ca cs da de en-GB en-US es-AR es-ES et eu fi fr \ fy-NL ga-IE gd gl he hu is it ja ko lt nb-NO nl nn-NO \ pl pt-BR pt-PT rm ru si sk sl sq sv-SE ta-LK tr uk zh-TW .ifdef PACKAGE_BUILDING THUNDERBIRD_I18N?= all .else THUNDERBIRD_I18N?= es-ES pt-BR ru ja de fr ko it .endif .if ${THUNDERBIRD_I18N} == all THUNDERBIRD_I18N_= ${THUNDERBIRD_I18N_ALL} .endif THUNDERBIRD_I18N_?= ${THUNDERBIRD_I18N} WDIR= langpack-*@thunderbird.mozilla.org XPI_DISTNAMES= ${THUNDERBIRD_I18N_} .for dist in ${XPI_DISTNAMES} XPI_ID_${dist}= langpack-${dist}@thunderbird.mozilla.org XPI_FILES_${dist}= chrome.manifest install.rdf chrome/${dist}.jar XPI_DIRS_${dist}= chrome .endfor do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} ${WRKSRC} @for lang in ${THUNDERBIRD_I18N_}; do \ if ! (${EXTRACT_CMD} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org);\ then \ exit 1; \ fi; \ cd ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org/chrome/$$lang; \ ${LOCALBASE}/bin/zip -r ../$$lang.jar locale; \ cd ..; ${RM} -rf $$lang; cd ..; \ ${REINPLACE_CMD} -i "" "s,chrome/$$lang,jar:chrome/$$lang.jar!," chrome.manifest; \ done do-install: @${INSTALL} -d ${XPI_LIBDIR} ${XPI_SLDIRS_ALL} @${CP} -R ${WRKSRC}/ ${XPI_LIBDIR}/ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_LIBDIR}/${WDIR}/ @${CHMOD} -R a+rX,go-w ${XPI_LIBDIR}/${WDIR}/ @for _dir in ${XPI_LINKFARMS} ; { ${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q} ; } @${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} -fR $$_dir/${WDIR} ; }' ${_A} @${ECHO_CMD} '@unexec ${RMDIR} ${XPI_DIRS_TRY:S,^,%D/,} ${_Q}' ${_A} post-patch: ${FIND} ${WRKSRC} -name install.rdf -print0 | \ ${XARGS} -0L1 ${REINPLACE_CMD} -i '' '/ Property changes on: head/mail/thunderbird-i18n/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.57 \ No newline at end of property +1.58 \ No newline at end of property Index: head/mail/thunderbird-i18n/distinfo =================================================================== --- head/mail/thunderbird-i18n/distinfo (revision 291626) +++ head/mail/thunderbird-i18n/distinfo (revision 291627) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-10.0.1/ar.xpi) = 52e83e6ae0cfd484fe5adc1ec02221bb9ab2bce307a0340dd1306706f06dee45 -SIZE (xpi/thunderbird-i18n-10.0.1/ar.xpi) = 441462 -SHA256 (xpi/thunderbird-i18n-10.0.1/br.xpi) = 229e54cb08c5db90e2f0a47a7e3e6b7268776c431ca766fd4e6a40d2272f04c4 -SIZE (xpi/thunderbird-i18n-10.0.1/br.xpi) = 415523 -SHA256 (xpi/thunderbird-i18n-10.0.1/ca.xpi) = 3b0dfa530e8ea75726ce15d368730c950e0e65e890ea9a92e5755619e6b10b05 -SIZE (xpi/thunderbird-i18n-10.0.1/ca.xpi) = 416065 -SHA256 (xpi/thunderbird-i18n-10.0.1/cs.xpi) = 112ffeb5b9097b49161bffb034e7921e68e61900426f335b306ca6bbe6a3aa24 -SIZE (xpi/thunderbird-i18n-10.0.1/cs.xpi) = 419415 -SHA256 (xpi/thunderbird-i18n-10.0.1/da.xpi) = 50b8a07c09d9a53d3ca3fb225a017875d7e9ce4665c68841ccde9039ae2566ac -SIZE (xpi/thunderbird-i18n-10.0.1/da.xpi) = 363372 -SHA256 (xpi/thunderbird-i18n-10.0.1/de.xpi) = 95c3e317ccc9392339c2066c391ea2c932d7fd4cec459d1a6fcb25113c5d0b7e -SIZE (xpi/thunderbird-i18n-10.0.1/de.xpi) = 418263 -SHA256 (xpi/thunderbird-i18n-10.0.1/en-GB.xpi) = 1cfb5ae44cba254ebf14b95e1a7fe5cebff712d4a70491cc1e6138f583fd37e2 -SIZE (xpi/thunderbird-i18n-10.0.1/en-GB.xpi) = 391740 -SHA256 (xpi/thunderbird-i18n-10.0.1/en-US.xpi) = 76d897ab3d6edae38ed51214e6bed6075dfc0e5c401a283c0d0b6aefe5ba7a54 -SIZE (xpi/thunderbird-i18n-10.0.1/en-US.xpi) = 391239 -SHA256 (xpi/thunderbird-i18n-10.0.1/es-AR.xpi) = d25df175650de9bb78e905642e6df21dba8a4eb87d4a3df7538e0e76aa522c27 -SIZE (xpi/thunderbird-i18n-10.0.1/es-AR.xpi) = 410722 -SHA256 (xpi/thunderbird-i18n-10.0.1/es-ES.xpi) = c74532da1c36c84ed13970258b96ea152be1afad34c71634d387255b390fe74b -SIZE (xpi/thunderbird-i18n-10.0.1/es-ES.xpi) = 355140 -SHA256 (xpi/thunderbird-i18n-10.0.1/et.xpi) = d9f983777691fdd41ba20f78f007c2054369092cd521cda702ac16abeae3dc79 -SIZE (xpi/thunderbird-i18n-10.0.1/et.xpi) = 410720 -SHA256 (xpi/thunderbird-i18n-10.0.1/eu.xpi) = c0a661f0d9e2d2ad57895fd753483014114c2e146e669e0a4e3a8c5d5fa1834b -SIZE (xpi/thunderbird-i18n-10.0.1/eu.xpi) = 406383 -SHA256 (xpi/thunderbird-i18n-10.0.1/fi.xpi) = 262e848236529280c85106f70e7893db3c3e615f5a887ee063e0ec42e070c312 -SIZE (xpi/thunderbird-i18n-10.0.1/fi.xpi) = 411925 -SHA256 (xpi/thunderbird-i18n-10.0.1/fr.xpi) = 6a8be9f0625ee3ac6d74419aea321584e729d5050243d95fe080bf43f925b91f -SIZE (xpi/thunderbird-i18n-10.0.1/fr.xpi) = 414745 -SHA256 (xpi/thunderbird-i18n-10.0.1/fy-NL.xpi) = a99328ee00dd38c80fb13b4cd8712e3aa900993953437b1ae8ca298765e4d8ec -SIZE (xpi/thunderbird-i18n-10.0.1/fy-NL.xpi) = 413982 -SHA256 (xpi/thunderbird-i18n-10.0.1/ga-IE.xpi) = d5b83a5444eead5e8d35e27a71dbc95ff6a3806e6194a62ecb99e316217fdce7 -SIZE (xpi/thunderbird-i18n-10.0.1/ga-IE.xpi) = 423258 -SHA256 (xpi/thunderbird-i18n-10.0.1/gd.xpi) = 30c2809994705360a2abc557058bfc898b7abea675d39bfa902239f0af6beb5b -SIZE (xpi/thunderbird-i18n-10.0.1/gd.xpi) = 425872 -SHA256 (xpi/thunderbird-i18n-10.0.1/gl.xpi) = be81c33f17dcdc2a07138dde956282b4d300ee86cc0b0f7303010013ea54806f -SIZE (xpi/thunderbird-i18n-10.0.1/gl.xpi) = 409226 -SHA256 (xpi/thunderbird-i18n-10.0.1/he.xpi) = be69146ee26753ef992202b62f96f6d92921932aded71798e2b764797a914a6f -SIZE (xpi/thunderbird-i18n-10.0.1/he.xpi) = 439203 -SHA256 (xpi/thunderbird-i18n-10.0.1/hu.xpi) = 8069649c87e7ae04b84d6f4c1d71501c6b358e91c1c52ce89d64b2ca7d524e63 -SIZE (xpi/thunderbird-i18n-10.0.1/hu.xpi) = 426354 -SHA256 (xpi/thunderbird-i18n-10.0.1/is.xpi) = 7d7759ca8cfb006d17f5d0bc144b84cf70be94560dbdeb64a6217c8bdb2cddfd -SIZE (xpi/thunderbird-i18n-10.0.1/is.xpi) = 412631 -SHA256 (xpi/thunderbird-i18n-10.0.1/it.xpi) = c75c3752f61ba0d306a0be3622456a43bd5cb8016433c40b90e087f2efe1a7b4 -SIZE (xpi/thunderbird-i18n-10.0.1/it.xpi) = 347630 -SHA256 (xpi/thunderbird-i18n-10.0.1/ja.xpi) = 96aebc23df527be5e4da311650fbcca02a9f79a82157bea745c296213ab475cd -SIZE (xpi/thunderbird-i18n-10.0.1/ja.xpi) = 459027 -SHA256 (xpi/thunderbird-i18n-10.0.1/ko.xpi) = eb62f1e1e374df9bef9fa24d9328fe51c20f2a730dcdc3366a4579f0711b05fb -SIZE (xpi/thunderbird-i18n-10.0.1/ko.xpi) = 372010 -SHA256 (xpi/thunderbird-i18n-10.0.1/lt.xpi) = fb0ac784c5222c7cb04f526940cdf3468e3e4cfcfaa77ff2b1212850bb81c010 -SIZE (xpi/thunderbird-i18n-10.0.1/lt.xpi) = 531018 -SHA256 (xpi/thunderbird-i18n-10.0.1/nb-NO.xpi) = ef7e9d889f721367a97574b5bd549adc2544369a891a51404360bd409e922d79 -SIZE (xpi/thunderbird-i18n-10.0.1/nb-NO.xpi) = 407726 -SHA256 (xpi/thunderbird-i18n-10.0.1/nl.xpi) = 5cd34214b1209137b90f71afab25fdddf39bb8ed110f586c3e2d376b7548d7a7 -SIZE (xpi/thunderbird-i18n-10.0.1/nl.xpi) = 407982 -SHA256 (xpi/thunderbird-i18n-10.0.1/nn-NO.xpi) = 311e1e76987a052b358800a09e754e85cc4fccb5c8b0cdc0a11e0a9e126dec13 -SIZE (xpi/thunderbird-i18n-10.0.1/nn-NO.xpi) = 409455 -SHA256 (xpi/thunderbird-i18n-10.0.1/pl.xpi) = 7af024923545702718a73e9c154307420eb826224a86fbb3a8f8fcc7c0c2be48 -SIZE (xpi/thunderbird-i18n-10.0.1/pl.xpi) = 393574 -SHA256 (xpi/thunderbird-i18n-10.0.1/pt-BR.xpi) = 779b6da2fd682694529efd396f3d9bd389dd0470b6aa5932ef1ebb83ca24ea3b -SIZE (xpi/thunderbird-i18n-10.0.1/pt-BR.xpi) = 417225 -SHA256 (xpi/thunderbird-i18n-10.0.1/pt-PT.xpi) = 0d5add48f54e7b80bbfad8d28fe177bb35a0b2d9d901d60cd4c43dea9863a433 -SIZE (xpi/thunderbird-i18n-10.0.1/pt-PT.xpi) = 414262 -SHA256 (xpi/thunderbird-i18n-10.0.1/rm.xpi) = 76967b7b2c9b13148ad0ce98d72a21abbf44e7901f9f915f96bb19032644ada7 -SIZE (xpi/thunderbird-i18n-10.0.1/rm.xpi) = 414704 -SHA256 (xpi/thunderbird-i18n-10.0.1/ru.xpi) = 981c1e9e0e09a4a5cfebc2fe74f8bbc28144041d87fc8dafbda8e3e26d83937d -SIZE (xpi/thunderbird-i18n-10.0.1/ru.xpi) = 411632 -SHA256 (xpi/thunderbird-i18n-10.0.1/si.xpi) = 10ba8eb2afd7504473b238ba0be7d000da1df1739222473fbbf8bf4a4202d497 -SIZE (xpi/thunderbird-i18n-10.0.1/si.xpi) = 456604 -SHA256 (xpi/thunderbird-i18n-10.0.1/sk.xpi) = 8b5f6ba187dffda362ad15205ac41d3612fb8c04b2e87c5c4adcb3d038a29139 -SIZE (xpi/thunderbird-i18n-10.0.1/sk.xpi) = 425026 -SHA256 (xpi/thunderbird-i18n-10.0.1/sl.xpi) = b52332ebd5df99d7cb0f00ac831635cbcd473da8119d03470dcaca731ea49b8d -SIZE (xpi/thunderbird-i18n-10.0.1/sl.xpi) = 410429 -SHA256 (xpi/thunderbird-i18n-10.0.1/sq.xpi) = 1ad111d838982a813d290c3bd931f9a18f62c1c707a198ce8a988d844ef08e9b -SIZE (xpi/thunderbird-i18n-10.0.1/sq.xpi) = 360476 -SHA256 (xpi/thunderbird-i18n-10.0.1/sv-SE.xpi) = 5cde516a447a67167b5cec9b81e3f4027a4ea9c71d135687fd601a565a91c8e0 -SIZE (xpi/thunderbird-i18n-10.0.1/sv-SE.xpi) = 478278 -SHA256 (xpi/thunderbird-i18n-10.0.1/ta-LK.xpi) = 85b449854727c9336e17326b5f3d5ce9b7068d6c80a82d4784ca964c5910a95c -SIZE (xpi/thunderbird-i18n-10.0.1/ta-LK.xpi) = 475715 -SHA256 (xpi/thunderbird-i18n-10.0.1/tr.xpi) = 5528b68b5378a0ed5739fe704eb7d89ea5795ea20d5e10dc6206ceee5d6afef1 -SIZE (xpi/thunderbird-i18n-10.0.1/tr.xpi) = 418207 -SHA256 (xpi/thunderbird-i18n-10.0.1/uk.xpi) = 3cf52ee171825e8c84df250ad0a98dda61b84715f53c36ab6f06e5ea100bb8dc -SIZE (xpi/thunderbird-i18n-10.0.1/uk.xpi) = 463922 -SHA256 (xpi/thunderbird-i18n-10.0.1/zh-TW.xpi) = dbb66409f91fae123ade2b64925705857e7b16042037e27c300af36ed33f9be8 -SIZE (xpi/thunderbird-i18n-10.0.1/zh-TW.xpi) = 431824 +SHA256 (xpi/thunderbird-i18n-10.0.2/ar.xpi) = d1dfa62670ffe90ec43f624482eb07cdc75a2e54646cfe4100be9f0f01da0e0d +SIZE (xpi/thunderbird-i18n-10.0.2/ar.xpi) = 441462 +SHA256 (xpi/thunderbird-i18n-10.0.2/br.xpi) = 26e63fb88e70aa0cf589dfe407e0343a10c2e10ee2ee229a5154a46250a7a973 +SIZE (xpi/thunderbird-i18n-10.0.2/br.xpi) = 415523 +SHA256 (xpi/thunderbird-i18n-10.0.2/ca.xpi) = a95e39fef30a2601e280806b91ca99ad6932e5f40c7a433e83e7f7f3692e6407 +SIZE (xpi/thunderbird-i18n-10.0.2/ca.xpi) = 416065 +SHA256 (xpi/thunderbird-i18n-10.0.2/cs.xpi) = ed387cd3f5f8175f8a5f8117f66b44a30855c10ef1b66306db3a5f4bec2c5503 +SIZE (xpi/thunderbird-i18n-10.0.2/cs.xpi) = 419415 +SHA256 (xpi/thunderbird-i18n-10.0.2/da.xpi) = d6d2eb0cd5c3295f9962b39a7b03a83121d3ed91d18bc713072ffa55e041786c +SIZE (xpi/thunderbird-i18n-10.0.2/da.xpi) = 363372 +SHA256 (xpi/thunderbird-i18n-10.0.2/de.xpi) = 84a2cfd5450ec27809ec84bbc5ff09cee2b1d1e5111dbd4d75e21367ffc1b7db +SIZE (xpi/thunderbird-i18n-10.0.2/de.xpi) = 418262 +SHA256 (xpi/thunderbird-i18n-10.0.2/en-GB.xpi) = c69ab0b6650e65931f9010771269a42fe392f274930c741aade4ebe5266c18e5 +SIZE (xpi/thunderbird-i18n-10.0.2/en-GB.xpi) = 391739 +SHA256 (xpi/thunderbird-i18n-10.0.2/en-US.xpi) = b780b56bf5d2105106d8f98e7111e962887b326f7f66d464314b802612e6bf28 +SIZE (xpi/thunderbird-i18n-10.0.2/en-US.xpi) = 391239 +SHA256 (xpi/thunderbird-i18n-10.0.2/es-AR.xpi) = 5202044827139d70f2596c300c240e4dc21b92b4f0913f79ef36e550372bd166 +SIZE (xpi/thunderbird-i18n-10.0.2/es-AR.xpi) = 410723 +SHA256 (xpi/thunderbird-i18n-10.0.2/es-ES.xpi) = 463c43cb210775793acba1e246be362b197d4bef604be49f3114571fc27d4274 +SIZE (xpi/thunderbird-i18n-10.0.2/es-ES.xpi) = 355140 +SHA256 (xpi/thunderbird-i18n-10.0.2/et.xpi) = 4489ca562899da30c734f8881e2da52f1cb818b0f44a2adb6cf678719e6ba4e7 +SIZE (xpi/thunderbird-i18n-10.0.2/et.xpi) = 410720 +SHA256 (xpi/thunderbird-i18n-10.0.2/eu.xpi) = 2e28fa3a7a79bc04b6eca705f95f99c49cc84f7acd181b52a4cf0f380ed633e1 +SIZE (xpi/thunderbird-i18n-10.0.2/eu.xpi) = 406383 +SHA256 (xpi/thunderbird-i18n-10.0.2/fi.xpi) = bcf41ee2be4b8574599de40159da62de77072176283f0c0b0277d6e3fa0dfeab +SIZE (xpi/thunderbird-i18n-10.0.2/fi.xpi) = 411925 +SHA256 (xpi/thunderbird-i18n-10.0.2/fr.xpi) = 15824e45f6b2af6bebc4dfd0daec18b4aab5a16466ded3f670240ee336da1719 +SIZE (xpi/thunderbird-i18n-10.0.2/fr.xpi) = 414745 +SHA256 (xpi/thunderbird-i18n-10.0.2/fy-NL.xpi) = bf61c776c351083a781ccb35287f5f9766c74d5151e4cc68957f335ea6c1db66 +SIZE (xpi/thunderbird-i18n-10.0.2/fy-NL.xpi) = 413981 +SHA256 (xpi/thunderbird-i18n-10.0.2/ga-IE.xpi) = e863c893b51f5ebe9621e3b79dc7d0b88290add85f665a2490d52ec25a3b7c09 +SIZE (xpi/thunderbird-i18n-10.0.2/ga-IE.xpi) = 423258 +SHA256 (xpi/thunderbird-i18n-10.0.2/gd.xpi) = 7dab719aa724e08c2e3b816ce3ea213fce9012509ad60d3ab2c67e4efc09a6f6 +SIZE (xpi/thunderbird-i18n-10.0.2/gd.xpi) = 425872 +SHA256 (xpi/thunderbird-i18n-10.0.2/gl.xpi) = df69726f7f22362a5d1a4c9f19d12cedd49b9a82b73c515b111946c8a5626aa6 +SIZE (xpi/thunderbird-i18n-10.0.2/gl.xpi) = 409226 +SHA256 (xpi/thunderbird-i18n-10.0.2/he.xpi) = 8a3d4613443465435466c90e9e1e4d41ccfa2f49c57ed9e60cb5b6b1d37d871f +SIZE (xpi/thunderbird-i18n-10.0.2/he.xpi) = 439203 +SHA256 (xpi/thunderbird-i18n-10.0.2/hu.xpi) = 5fae91dafa318277556aee8c1c82fd0165515b00926800fc2a70dba2d58dd56c +SIZE (xpi/thunderbird-i18n-10.0.2/hu.xpi) = 426354 +SHA256 (xpi/thunderbird-i18n-10.0.2/is.xpi) = 3b74e3ac5457325c9353525fcce67dcdccd2ab363ec54e5aa0acd52096b67a42 +SIZE (xpi/thunderbird-i18n-10.0.2/is.xpi) = 412631 +SHA256 (xpi/thunderbird-i18n-10.0.2/it.xpi) = afcf947ab5a89f077d6ec58b4ba8f044f59976feb756ebf068ee6b37f2cbf16e +SIZE (xpi/thunderbird-i18n-10.0.2/it.xpi) = 347630 +SHA256 (xpi/thunderbird-i18n-10.0.2/ja.xpi) = 27491b619225fe07104284f056945a37628b12a6b100697dbc7830cc9b0d5bb5 +SIZE (xpi/thunderbird-i18n-10.0.2/ja.xpi) = 459027 +SHA256 (xpi/thunderbird-i18n-10.0.2/ko.xpi) = bc22eafce77c6ac3ee9991fd2e13ead1589ca5c050b31fcdc1064ac07a2f34ec +SIZE (xpi/thunderbird-i18n-10.0.2/ko.xpi) = 372010 +SHA256 (xpi/thunderbird-i18n-10.0.2/lt.xpi) = 0678d1fb460954bda5a27e03b0c85dd9154612db3f961c18615c733d860c9921 +SIZE (xpi/thunderbird-i18n-10.0.2/lt.xpi) = 531018 +SHA256 (xpi/thunderbird-i18n-10.0.2/nb-NO.xpi) = d2835cfe233a1e9386a57b315caec2cdc69c9a405346de5ce058bb4fd70461b9 +SIZE (xpi/thunderbird-i18n-10.0.2/nb-NO.xpi) = 407726 +SHA256 (xpi/thunderbird-i18n-10.0.2/nl.xpi) = ed7088a0edfbf77c9cd43413821abf6806447646a09da9ed7137f91804b682a0 +SIZE (xpi/thunderbird-i18n-10.0.2/nl.xpi) = 407981 +SHA256 (xpi/thunderbird-i18n-10.0.2/nn-NO.xpi) = 9c15fd894a8a2cbfe5c2d35b0ee404dfab441c682852fe77a9e82617280678f3 +SIZE (xpi/thunderbird-i18n-10.0.2/nn-NO.xpi) = 409455 +SHA256 (xpi/thunderbird-i18n-10.0.2/pl.xpi) = f63f20ef01fe81c0ba22cd5a003feb5f132bdd8f37cbd71b50c099db69c5c7a9 +SIZE (xpi/thunderbird-i18n-10.0.2/pl.xpi) = 393574 +SHA256 (xpi/thunderbird-i18n-10.0.2/pt-BR.xpi) = 9016b87ced756afdca1ec6161d08a543436e24f8c041ec8f38a48b2d419472f3 +SIZE (xpi/thunderbird-i18n-10.0.2/pt-BR.xpi) = 417225 +SHA256 (xpi/thunderbird-i18n-10.0.2/pt-PT.xpi) = 02fdcdaef46a30087bc47419693aa7349c28236c2c649e2cb845399821a0636d +SIZE (xpi/thunderbird-i18n-10.0.2/pt-PT.xpi) = 414262 +SHA256 (xpi/thunderbird-i18n-10.0.2/rm.xpi) = bb19adc5aab98d0835879a16942399dee6c3475faeb455aa48d56fbfb58d7a3d +SIZE (xpi/thunderbird-i18n-10.0.2/rm.xpi) = 414705 +SHA256 (xpi/thunderbird-i18n-10.0.2/ru.xpi) = 682e9d2a2819ff46713833228c03a2bfc2ff819ec9ecf4730313d321abe756b7 +SIZE (xpi/thunderbird-i18n-10.0.2/ru.xpi) = 411631 +SHA256 (xpi/thunderbird-i18n-10.0.2/si.xpi) = c1f7e7b5c84267562854e6e6785ad9c6d1409224cfce66ff3736afc15b8a03c3 +SIZE (xpi/thunderbird-i18n-10.0.2/si.xpi) = 456604 +SHA256 (xpi/thunderbird-i18n-10.0.2/sk.xpi) = 8e6d0da842d5c51227e4a6d1fa4cf4fe94da85a8afb82fe0dca07e97a0578ef8 +SIZE (xpi/thunderbird-i18n-10.0.2/sk.xpi) = 425026 +SHA256 (xpi/thunderbird-i18n-10.0.2/sl.xpi) = 390671117ad244fa4bdaa9be1d51b6ddebeae81f0754e2b7e4402712bcc1b650 +SIZE (xpi/thunderbird-i18n-10.0.2/sl.xpi) = 410428 +SHA256 (xpi/thunderbird-i18n-10.0.2/sq.xpi) = baa2eed7c37e2d8ad906e11a6353c895d80feeed2a5a92eafa86e8f677102b4e +SIZE (xpi/thunderbird-i18n-10.0.2/sq.xpi) = 360476 +SHA256 (xpi/thunderbird-i18n-10.0.2/sv-SE.xpi) = e6ad260b4190ed4855254608f3061b8f3026117c9a72a35e539618193f39abff +SIZE (xpi/thunderbird-i18n-10.0.2/sv-SE.xpi) = 478278 +SHA256 (xpi/thunderbird-i18n-10.0.2/ta-LK.xpi) = 08249e4a04728105407262f3ddad0768f6f3377bcbcede4539f9eb43e9e0ebb7 +SIZE (xpi/thunderbird-i18n-10.0.2/ta-LK.xpi) = 475715 +SHA256 (xpi/thunderbird-i18n-10.0.2/tr.xpi) = e920182a8390fe90c5813bf930d217627244e88e20549c93afe7c531e0d2d1ff +SIZE (xpi/thunderbird-i18n-10.0.2/tr.xpi) = 418207 +SHA256 (xpi/thunderbird-i18n-10.0.2/uk.xpi) = e9bb057f293ee77acf5b393aa597da3c8cace587ee3e7b72f310d0d21332f4c0 +SIZE (xpi/thunderbird-i18n-10.0.2/uk.xpi) = 463922 +SHA256 (xpi/thunderbird-i18n-10.0.2/zh-TW.xpi) = a92886276ee1750f4bcd0fdf9100fc90783e9abf8aace55f5422eb1ac1dd22d8 +SIZE (xpi/thunderbird-i18n-10.0.2/zh-TW.xpi) = 431824 Property changes on: head/mail/thunderbird-i18n/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property