Index: head/www/linux-seamonkey/Makefile =================================================================== --- head/www/linux-seamonkey/Makefile (revision 260759) +++ head/www/linux-seamonkey/Makefile (revision 260760) @@ -1,21 +1,21 @@ # New ports collection makefile for: linux-seamonkey # Date created: 1 February 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= seamonkey -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= www MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser USE_BZIP2= yes USE_LINUX_APPS= dbusglib dbuslibs alsalib .include "${.CURDIR}/Makefile.common" .include Property changes on: head/www/linux-seamonkey/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/www/linux-seamonkey/distinfo =================================================================== --- head/www/linux-seamonkey/distinfo (revision 260759) +++ head/www/linux-seamonkey/distinfo (revision 260760) @@ -1,3 +1,3 @@ -MD5 (seamonkey-2.0.6.tar.bz2) = f18726bce13fa5cdc92486aa98d14b35 -SHA256 (seamonkey-2.0.6.tar.bz2) = d576673ac00415a44192580e7dd1d46cb3c9a347a7c2f0a3619bc7272994c614 -SIZE (seamonkey-2.0.6.tar.bz2) = 13244737 +MD5 (seamonkey-2.0.7.tar.bz2) = 3f7d9322fe15f8f479870e71cab8c58f +SHA256 (seamonkey-2.0.7.tar.bz2) = 2a93b30918c4c5ed8f8cc6b0a50aabc6987ca9010b6b0dd8d6575dd1225a501f +SIZE (seamonkey-2.0.7.tar.bz2) = 13247408 Property changes on: head/www/linux-seamonkey/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/www/seamonkey2/Makefile =================================================================== --- head/www/seamonkey2/Makefile (revision 260759) +++ head/www/seamonkey2/Makefile (revision 260760) @@ -1,162 +1,162 @@ # New ports collection makefile for: mozilla # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # # $FreeBSD$ # PORTNAME= seamonkey -DISTVERSION= 2.0.6 +DISTVERSION= 2.0.7 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source DISTNAME= seamonkey-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser CONFLICTS= seamonkey-1* spidermonkey-1.[0-7]* LATEST_LINK= seamonkey2 USE_BZIP2= yes USE_GMAKE= yes USE_GECKO= gecko WANT_GNOME= yes WANT_PERL= yes HAS_CONFIGURE= yes ALL_TARGET= default MAKE_JOBS_SAFE= yes MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/cairo" USE_GCC= 4.2+ CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MOZ_EXTENSIONS= default MOZ_OPTIONS+= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --enable-svg \ --enable-application=suite \ --enable-svg-renderer=cairo \ --enable-system-cairo \ --enable-canvas USE_MOZILLA= -png -dbm -jpeg -xft MOZ_TOOLKIT= cairo-gtk2 MOZILLA_PLIST_DIRS= bin lib MOZ_PKGCONFIG_FILES= NOT_FOR_ARCHS= ia64 OPTIONS=MAILNEWS "Enable Mail and News modules" on \ COMPOSER "Enable the HTML Composer module" on \ LDAP "Enable LDAP support for Mailnews" on \ CHATZILLA "Enable the Chatzilla IRC module" on \ DBUS "Enable D-BUS support" on \ JAVASCRIPT_DEBUGGER "Enable DTD and JavaScript debuggers" off \ SMB "Enable smb:// URI support using gnomevfs" off .include .if ${OSVERSION} < 700000 LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio EXTRA_PATCHES= ${FILESDIR}/releng6_pulseaudio .else EXTRA_PATCHES= ${FILESDIR}/libsydney_oss .endif MOZSRC:= ${WRKDIR}/comm-1.9.1/mozilla WRKSRC= ${WRKDIR}/comm-1.9.1 GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED } -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} .if ${HAVE_GNOME:Mlibgnomeui}!="" USE_GNOME+= libgnomeui MOZ_OPTIONS+= --enable-gnomeui .else MOZ_OPTIONS+= --disable-gnomeui .endif .if exists(${LOCALBASE}/include/cairo/cairo-glitz.h) # Glitz support can only be enabled if cairo is built with glitz support MOZ_OPTIONS+= --enable-glitz LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz .endif .if defined(WITHOUT_MAILNEWS) MOZ_OPTIONS+= --disable-ldap --disable-mailnews .else # mail and news desired, but not LDAP .if defined(WITHOUT_LDAP) MOZ_OPTIONS+= --disable-ldap --enable-mailnews .else MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif .endif .if !defined(WITHOUT_CHATZILLA) MOZ_EXTENSIONS:= ${MOZ_EXTENSIONS},irc .endif .if defined(WITH_JAVASCRIPT_DEBUGGER) MOZ_OPTIONS+= --enable-jsd \ --enable-dtd-debug .else MOZ_OPTIONS+= --disable-jsd \ --disable-dtd-debug .endif .if defined(WITHOUT_COMPOSER) MOZ_OPTIONS+= --disable-composer .endif .if defined(WITHOUT_DBUS) MOZ_OPTIONS+= --disable-dbus .else LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib .endif post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/mozilla/security/manager/ssl/src/Makefile.in \ ${WRKSRC}/mozilla/js/src/config/mkdepend/Makefile.in ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \ ${WRKSRC}/mozilla/storage/build/Makefile.in @${REINPLACE_CMD} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ ${WRKSRC}/mozilla/modules/libpref/src/init/all.js @${REINPLACE_CMD} -e 's||\"${LOCALBASE}/include/iconv.h\"|g' \ ${WRKSRC}/configure \ ${WRKSRC}/mozilla/configure \ ${WRKSRC}/mozilla/intl/uconv/native/nsNativeUConvService.cpp \ ${WRKSRC}/mozilla/xpcom/io/nsNativeCharsetUtils.cpp @${REINPLACE_CMD} -e 's|libgnome-2.so.0|libgnome-2.so|' \ ${WRKSRC}/mozilla/toolkit/xre/nsNativeAppSupportUnix.cpp \ ${WRKSRC}/mozilla/modules/libpr0n/decoders/icon/gtk/nsIconChannel.cpp @${REINPLACE_CMD} -e 's|libgnomeui-2.so.0|libgnomeui-2.so|' \ ${WRKSRC}/mozilla/toolkit/xre/nsNativeAppSupportUnix.cpp \ ${WRKSRC}/mozilla/modules/libpr0n/decoders/icon/gtk/nsIconChannel.cpp @${REINPLACE_CMD} -e 's|libgnomevfs-2.so.0|libgnomevfs-2.so|' \ ${WRKSRC}/mozilla/modules/libpr0n/decoders/icon/gtk/nsIconChannel.cpp @${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' \ ${WRKSRC}/mozilla/js/src/configure \ ${WRKSRC}/mozilla/configure \ ${WRKSRC}/configure @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ < ${FILESDIR}/seamonkey.desktop.in > \ ${WRKDIR}/seamonkey.desktop port-pre-install: @${REINPLACE_CMD} -e 's|seamonkey-${PORTVERSION}|seamonkey|' \ ${FAKEDIR}/bin/seamonkey @${RM} -f ${FAKEDIR}/bin/seamonkey.bak ${MV} ${FAKEDIR}/lib/seamonkey-${PORTVERSION} ${FAKEDIR}/lib/seamonkey pre-install: ${ECHO_CMD} share/applications/seamonkey.desktop >> ${PLIST} ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST} do-install: ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKDIR}/seamonkey.desktop ${PREFIX}/share/applications .include Property changes on: head/www/seamonkey2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.308 \ No newline at end of property +1.309 \ No newline at end of property Index: head/www/seamonkey2/distinfo =================================================================== --- head/www/seamonkey2/distinfo (revision 260759) +++ head/www/seamonkey2/distinfo (revision 260760) @@ -1,3 +1,3 @@ -MD5 (seamonkey-2.0.6.source.tar.bz2) = 1d6b5d62fe4d5749e99aceee69138cca -SHA256 (seamonkey-2.0.6.source.tar.bz2) = 1cb61392c3a0eafd18cb77c4986072b8a04ede34066ba3130a72b3b802686383 -SIZE (seamonkey-2.0.6.source.tar.bz2) = 61478578 +MD5 (seamonkey-2.0.7.source.tar.bz2) = 970c15d7d25bab03d5c7c8a10fbbc8de +SHA256 (seamonkey-2.0.7.source.tar.bz2) = c0e1f2da7e91a6acae4af8462500d4eb038ada1134ffec77995598577d60fb09 +SIZE (seamonkey-2.0.7.source.tar.bz2) = 61496455 Property changes on: head/www/seamonkey2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.119 \ No newline at end of property +1.120 \ No newline at end of property Index: head/www/seamonkey2/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.h =================================================================== --- head/www/seamonkey2/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.h (revision 260759) +++ head/www/seamonkey2/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.h (revision 260760) @@ -1,11 +1,11 @@ ---- mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2009-09-03 19:49:16.000000000 +0200 -+++ mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h 2009-09-14 19:59:18.000000000 +0200 +--- mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2010-09-06 11:33:54.000000000 +0200 ++++ mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h 2010-09-06 11:34:16.000000000 +0200 @@ -59,7 +59,7 @@ #include --#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) -+#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (__FreeBSD__) +-#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) ++#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) || defined (__FreeBSD__) typedef off_t oggz_off_t; #else typedef loff_t oggz_off_t; Property changes on: head/www/seamonkey2/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.h ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/seamonkey2-i18n/Makefile =================================================================== --- head/www/seamonkey2-i18n/Makefile (revision 260759) +++ head/www/seamonkey2-i18n/Makefile (revision 260760) @@ -1,86 +1,86 @@ # New ports collection makefile for: firefox3-i18n # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= seamonkey2-i18n -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= www MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= DISTFILES= ${SEAMONKEY_I18N_:S/$/.langpack.xpi/:S/^/seamonkey-${PORTVERSION}./} DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for SeaMonkey 2 USE_XPI= *seamonkey USE_SUBMAKE= yes WDIR= langpack-*@seamonkey.mozilla.org XPI_DISTNAMES= ${SEAMONKEY_I18N_} .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" SEAMONKEY_I18N_?= ${SEAMONKEY_I18N} .for dist in ${XPI_DISTNAMES} XPI_ID_${dist}= langpack-${dist}@seamonkey.mozilla.org XPI_FILES_${dist}= chrome.manifest install.rdf chrome/${dist}.jar XPI_DIRS_${dist}= chrome .endfor pre-everything:: @${ECHO_CMD} @${ECHO_CMD} "Please define SEAMONKEY_I18N_ALL to install all languages." @${ECHO_CMD} @${MKDIR} ${WRKSRC} do-extract: @for lang in ${SEAMONKEY_I18N_}; do \ if ! (${EXTRACT_CMD} ${_DISTDIR}/seamonkey-${PORTVERSION}.$$lang.langpack.xpi -d ${WRKSRC}/langpack-$$lang@seamonkey.mozilla.org);\ then \ exit 1; \ fi \ done .if !exists(${OPTIONSFILE}) && !defined(PACKAGE_BUILDING) pre-configure: config .endif 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 '' -e '/ Property changes on: head/www/seamonkey2-i18n/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/www/seamonkey2-i18n/distinfo =================================================================== --- head/www/seamonkey2-i18n/distinfo (revision 260759) +++ head/www/seamonkey2-i18n/distinfo (revision 260760) @@ -1,54 +1,54 @@ -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.be.langpack.xpi) = 48b2d01a6739313e8f60736006181def -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.be.langpack.xpi) = 861426397750a2ab9e7cc6b7f35e1019df07ec45b8f6b4f19264e786565758e6 -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.be.langpack.xpi) = 482593 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.ca.langpack.xpi) = 09b91a2bf717a81d7e9a3500cbaf0da9 -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.ca.langpack.xpi) = 99ea82fd3c4463b6502df12f970e3e9000cd3af0ea670afa1e25438855cad9ac -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.ca.langpack.xpi) = 488151 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.cs.langpack.xpi) = 1c2561e357d9907d40336cccd2a3e717 -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.cs.langpack.xpi) = 2281000825db7779b2ebeafc7098eb78252b0b44d2cf92126a615af25d83d8a3 -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.cs.langpack.xpi) = 522821 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.de.langpack.xpi) = 806578542cf2bfd7e1fffd0f6586f370 -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.de.langpack.xpi) = dca545e1fb6086c0455e18fdae91becfdf260c3ec9241a49fc0b5b2d5c1e7cc2 -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.de.langpack.xpi) = 542199 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.es-AR.langpack.xpi) = d6f7519ac6d1e57b7aa9e796e28a0c1d -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.es-AR.langpack.xpi) = 53203c6130b3c00e7465662a81100607522636f48128f9ab94f8c30613675bc2 -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.es-AR.langpack.xpi) = 489533 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.es-ES.langpack.xpi) = 20e5ef0db415c5fc43fb38a5bc3d68bd -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.es-ES.langpack.xpi) = aa6c4b3db827da66e524a33273d52c416e8ef76a74cbd9e60752bcf9b14ef271 -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.es-ES.langpack.xpi) = 509777 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.fr.langpack.xpi) = db4bc4d45cf7d7790adee6ce8383917e -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.fr.langpack.xpi) = 41c6c88cb7335a24b72416e7361cf71dc02372efca1f8b153f6681768f4aa66c -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.fr.langpack.xpi) = 578876 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.gl.langpack.xpi) = 9d480fb1af31e91c1d3d0e65bc45b07a -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.gl.langpack.xpi) = 7201318f844129a07eaba7b108c15de369de507e3ec61de704d405417ef62ff3 -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.gl.langpack.xpi) = 496062 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.hu.langpack.xpi) = ec8da5ad65e2368b2bee2bf140a4cbc6 -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.hu.langpack.xpi) = a142ed6509e5d6a8d3cc9673195bce6c0752a43e5e4a3295d775c8669c8dac5b -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.hu.langpack.xpi) = 521389 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.ka.langpack.xpi) = b7bedc203c1663182d2ba40671650a29 -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.ka.langpack.xpi) = 7c28ccf4989cd18ae074b6b6c94b937dd0d6bc5993e610dcd5551cedf30f857a -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.ka.langpack.xpi) = 547328 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.lt.langpack.xpi) = 6f8d8c7cbbc54cb8f52977c9dd2f8a16 -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.lt.langpack.xpi) = 894d33b4cfa8f1bae4206f7d70d69cd90effe2bd726f1a4bd21c7c191d1b2512 -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.lt.langpack.xpi) = 522623 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.nb-NO.langpack.xpi) = d370f2bfc8dbe8dca25122dad34dcb50 -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.nb-NO.langpack.xpi) = 61cb9f4aa893d73cbfc34548ffed75f38d51b0421250566ee2e65e9d7436f7b5 -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.nb-NO.langpack.xpi) = 491248 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.nl.langpack.xpi) = 8f93502f263af36e17cab0c6573c60ab -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.nl.langpack.xpi) = a01d90677105a4fbcd35bd2dcbefadeaca51f6bd93e46cbc42cb1889c886fc24 -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.nl.langpack.xpi) = 499282 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.pl.langpack.xpi) = e4b8aa17e57d31976c912f5253c8954d -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.pl.langpack.xpi) = 14f0ff17b6e601b6a9bb5201ebdf13553ce43dfdf8881045b67568d2d641d616 -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.pl.langpack.xpi) = 520045 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.pt-PT.langpack.xpi) = 10efae93cb07789da0ea9903d1ec6f8a -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.pt-PT.langpack.xpi) = e90ef206e1f7aafe82d3543e35420f2555f81427382ecfe80614bf8f94ed4e3e -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.pt-PT.langpack.xpi) = 490024 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.ru.langpack.xpi) = 4332645f4d89e5f6f6a829232a94db9f -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.ru.langpack.xpi) = 1e6c28807af78641f71f67bd6a1eb810758a9a1f74d37b8215644bbf7b880005 -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.ru.langpack.xpi) = 560182 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.sk.langpack.xpi) = 2c08a66256d7ca588af06bf497101344 -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.sk.langpack.xpi) = 1e2333bd3e3a15176a2f789bacf4285b4ed39f500139bdab520ee384ebe2ae3d -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.sk.langpack.xpi) = 525153 -MD5 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.tr.langpack.xpi) = 174c62188c3c9623656494b4ff6c2c63 -SHA256 (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.tr.langpack.xpi) = ad2ec150390311b5d5f1058f2da59ba629737b99f77afa0a12d995be0f0214d4 -SIZE (xpi/seamonkey2-i18n-2.0.6/seamonkey-2.0.6.tr.langpack.xpi) = 493805 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.be.langpack.xpi) = 2cbc27ad5dabd48859ed2c58daf2f5da +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.be.langpack.xpi) = cc24d58d6ea90e843d46204dc6c06513dd0cca19ea824e6013bffe8f26d71b3d +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.be.langpack.xpi) = 482575 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ca.langpack.xpi) = 415cdbdbfc80c0b7d71b18409f52edc4 +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ca.langpack.xpi) = c1bed29be3d525ac1c9510db4f3b3de640d0f6f884391b9530b4e1a59cba1966 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ca.langpack.xpi) = 488216 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.cs.langpack.xpi) = ddf46beef9acb0388829abf64d70e05d +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.cs.langpack.xpi) = 50202cc5e511f19e4450649126b9cd064b7b10adc9e2004111eca3e9273ec33c +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.cs.langpack.xpi) = 522809 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.de.langpack.xpi) = d0df0ab68e57e98a08c56c78cb9581e2 +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.de.langpack.xpi) = 321f2b821b6dea82cbca1a505c9670781cc98cc0620aca6017c0934338e778c7 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.de.langpack.xpi) = 542591 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.es-AR.langpack.xpi) = 59d49c0cd14feddfcc1c1f658a5b8bfa +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.es-AR.langpack.xpi) = 9043207c5811982c5b3011b768796b233bfbc3e2243836fe5489546e8997a2e1 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.es-AR.langpack.xpi) = 489514 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.es-ES.langpack.xpi) = e77b0ed97269ee0906979dafdf15eaeb +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.es-ES.langpack.xpi) = bc9367df2ccf0b7beca12552c452f02609a3afc8c36f5001d38b3289723be189 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.es-ES.langpack.xpi) = 509748 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.fr.langpack.xpi) = 1c166a6d6c93bfa40c6e9a68a0dbc954 +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.fr.langpack.xpi) = 2593d2988d08adc189a0f6794c6691b42099d5b2ae0fdab3f6d661b78f4ac44f +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.fr.langpack.xpi) = 578878 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.gl.langpack.xpi) = 695792948644cc5848c8add7b6c8ead0 +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.gl.langpack.xpi) = 4993c52e11ae070f8ba4aaee9c04167a94e0423698c3b048766c8d8b665198eb +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.gl.langpack.xpi) = 496058 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.hu.langpack.xpi) = 944775f7c7b9e0486aab266b96387d38 +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.hu.langpack.xpi) = 36146fda3c02071b86eefe7d49cb2d5468b66aeb9542c1519406766787f645a1 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.hu.langpack.xpi) = 521402 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ka.langpack.xpi) = 1429ede186eded1e6dbd058bd8f4c8ac +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ka.langpack.xpi) = 4d037793ba0f16d1048696b0b2a3d85e5e81079dec1d3c1ee948929477c8ce9f +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ka.langpack.xpi) = 547311 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.lt.langpack.xpi) = 9f2edf653a291e4e18e825153b2c141a +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.lt.langpack.xpi) = d962d0290ce87a0a454848a84453d567b8cad1de815fd8d7ff44a5e02591c1e7 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.lt.langpack.xpi) = 522626 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.nb-NO.langpack.xpi) = b61565461feb968c91778529f1baafaf +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.nb-NO.langpack.xpi) = e13e67576a68bcc1055c242d1f58a7bb1191ca5998037b3fead67e13b1f06687 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.nb-NO.langpack.xpi) = 491246 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.nl.langpack.xpi) = 8191847d8f5ea2129e5a28674c932994 +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.nl.langpack.xpi) = afffb958fb1398a121d850ef3227dd136761d7877c38d39b9d9a286258a07414 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.nl.langpack.xpi) = 499516 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.pl.langpack.xpi) = 964437613f61240ce7550e308daceaad +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.pl.langpack.xpi) = b5121cd77ee5ef2aa399a7a99536acf18377b65284efabbf6fc0dc0ab04fd5cc +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.pl.langpack.xpi) = 520036 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.pt-PT.langpack.xpi) = 8747f6b88e8c29242b8ae43126326e57 +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.pt-PT.langpack.xpi) = 984c4958c1144fba8c119b1ce225b9abbe86a83c637ae4417d1d980abd91c787 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.pt-PT.langpack.xpi) = 490027 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ru.langpack.xpi) = 435f25fe4055cf03840d5978041dad94 +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ru.langpack.xpi) = 2146cc5a931780f83f739f18b65098fa5626bce7d9161879ba2fff0981ce3641 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ru.langpack.xpi) = 560203 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.sk.langpack.xpi) = f9df84dd360124279a48912bb6182adc +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.sk.langpack.xpi) = b7d3b970e5c9ab168855c04030026d0b60722b8cf27da7ecce178dff2ba4fea1 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.sk.langpack.xpi) = 524818 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.tr.langpack.xpi) = b855de0f9d6c5dae4b0ebf4cedf9ab16 +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.tr.langpack.xpi) = 8ed6a9117dee1c8f70eec3c61f4baaecb1aa89f112b1e669a801521f9ccf0795 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.tr.langpack.xpi) = 493819 Property changes on: head/www/seamonkey2-i18n/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property