From owner-freebsd-gecko@FreeBSD.ORG Wed Dec 3 22:10:16 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 511F890D for ; Wed, 3 Dec 2014 22:10:16 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77BA737B for ; Wed, 3 Dec 2014 22:10:14 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id sB3MABO3093405 for ; Wed, 3 Dec 2014 22:10:11 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id sB3MA5XC090441 for freebsd-gecko@freebsd.org; Wed, 3 Dec 2014 22:10:05 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 3 Dec 2014 22:10:05 GMT Message-Id: <201412032210.sB3MA5XC090441@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1785 - branches/firefox34 branches/firefox34/www/firefox-nightly branches/firefox34/www/linux-seamonkey branches/firefox34/www/seamonkey branches/firefox34/www/seamonkey-i18n trunk/www/firefox-nightly trunk/www/linux-seamonkey trunk/www/linux-tor-browser trunk/www/seamonkey trunk/www/seamonkey-i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 22:10:16 -0000 Author: jbeich Date: Wed Dec 3 22:10:05 2014 New Revision: 1785 Log: update Modified: branches/firefox34/Gecko_ChangeLog branches/firefox34/www/firefox-nightly/Makefile.hgrev branches/firefox34/www/firefox-nightly/distinfo branches/firefox34/www/linux-seamonkey/Makefile branches/firefox34/www/linux-seamonkey/distinfo branches/firefox34/www/seamonkey-i18n/Makefile branches/firefox34/www/seamonkey-i18n/distinfo branches/firefox34/www/seamonkey/Makefile branches/firefox34/www/seamonkey/distinfo trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/distinfo trunk/www/linux-tor-browser/Makefile trunk/www/linux-tor-browser/distinfo trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey-i18n/distinfo trunk/www/seamonkey/Makefile trunk/www/seamonkey/distinfo Modified: branches/firefox34/Gecko_ChangeLog ============================================================================== --- branches/firefox34/Gecko_ChangeLog Wed Dec 3 14:47:19 2014 (r1784) +++ branches/firefox34/Gecko_ChangeLog Wed Dec 3 22:10:05 2014 (r1785) @@ -6,6 +6,7 @@ - backport a few about:memory fixes - backport Web Notifications libnotify integration - add GTK3 option for www/firefox[1] +- disable LDAP in seamonkey due to BROKEN embedded paths [1] Adwaita is a bit broken since Gtk 3.14, see https://bugzilla.mozilla.org/show_bug.cgi?id=1073117 Modified: branches/firefox34/www/firefox-nightly/Makefile.hgrev ============================================================================== --- branches/firefox34/www/firefox-nightly/Makefile.hgrev Wed Dec 3 14:47:19 2014 (r1784) +++ branches/firefox34/www/firefox-nightly/Makefile.hgrev Wed Dec 3 22:10:05 2014 (r1785) @@ -1 +1 @@ -HGREV= 218226:3d4d4a91f29a +HGREV= 218297:731184e5ebbd Modified: branches/firefox34/www/firefox-nightly/distinfo ============================================================================== --- branches/firefox34/www/firefox-nightly/distinfo Wed Dec 3 14:47:19 2014 (r1784) +++ branches/firefox34/www/firefox-nightly/distinfo Wed Dec 3 22:10:05 2014 (r1785) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/3d4d4a91f29a.tar.bz2) = 2e55849a5ec56e74e027fe77e6b9c4850a345a8ff4823c354e0451cbc7d610cb -SIZE (firefox-nightly/3d4d4a91f29a.tar.bz2) = 175770743 +SHA256 (firefox-nightly/731184e5ebbd.tar.bz2) = 3bf5ce80538ab61dda1efa8fe6384f422f5e3dfb32d8f8daf948f534bd594fad +SIZE (firefox-nightly/731184e5ebbd.tar.bz2) = 175788749 Modified: branches/firefox34/www/linux-seamonkey/Makefile ============================================================================== --- branches/firefox34/www/linux-seamonkey/Makefile Wed Dec 3 14:47:19 2014 (r1784) +++ branches/firefox34/www/linux-seamonkey/Makefile Wed Dec 3 22:10:05 2014 (r1785) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-seamonkey/Makefile 370991 2014-10-16 10:25:47Z beat $ PORTNAME= seamonkey -DISTVERSION= 2.31b2 +DISTVERSION= 2.31 CATEGORIES= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: branches/firefox34/www/linux-seamonkey/distinfo ============================================================================== --- branches/firefox34/www/linux-seamonkey/distinfo Wed Dec 3 14:47:19 2014 (r1784) +++ branches/firefox34/www/linux-seamonkey/distinfo Wed Dec 3 22:10:05 2014 (r1785) @@ -1,5 +1,5 @@ -SHA256 (seamonkey-2.31b2.tar.bz2) = 2a0169ef4a384711da968edd5775907da22b0f026516b9dd7e01003188ef384d -SIZE (seamonkey-2.31b2.tar.bz2) = 40659147 +SHA256 (seamonkey-2.31.tar.bz2) = d6f3fe75bf9605c06bcb47be2d1ef004525e27e8326b05ab88d5fe4a6eaaf4c4 +SIZE (seamonkey-2.31.tar.bz2) = 40638305 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: branches/firefox34/www/seamonkey-i18n/Makefile ============================================================================== --- branches/firefox34/www/seamonkey-i18n/Makefile Wed Dec 3 14:47:19 2014 (r1784) +++ branches/firefox34/www/seamonkey-i18n/Makefile Wed Dec 3 22:10:05 2014 (r1785) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey-i18n/Makefile 370991 2014-10-16 10:25:47Z beat $ PORTNAME= seamonkey-i18n -PORTVERSION= 2.31b2 +PORTVERSION= 2.31 CATEGORIES= www mail news editors irc MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= Modified: branches/firefox34/www/seamonkey-i18n/distinfo ============================================================================== --- branches/firefox34/www/seamonkey-i18n/distinfo Wed Dec 3 14:47:19 2014 (r1784) +++ branches/firefox34/www/seamonkey-i18n/distinfo Wed Dec 3 22:10:05 2014 (r1785) @@ -1,54 +1,54 @@ -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.be.langpack.xpi) = 57056ead7c8c55078bbdf59d58c63c042f90b57d6eaead5222f52fdcf1f82c18 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.be.langpack.xpi) = 842987 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ca.langpack.xpi) = 558468663ed3c8915884ec8a756b1c035c5dc7090ff89a044079cbb54d4d677e -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ca.langpack.xpi) = 836129 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.cs.langpack.xpi) = 85807bf090fa549075a077f27cfb6a738470e5201d75591402e9bb5f48a91a84 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.cs.langpack.xpi) = 837401 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.de.langpack.xpi) = 8b96c16fa9a3c1c19f2f8f6f9c3b976813d1e1bf26c83ca84cb9616b37856437 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.de.langpack.xpi) = 841321 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.en-GB.langpack.xpi) = 68f4197917d85779058451e6746e07580712281cfabaab298e2374d58980e594 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.en-GB.langpack.xpi) = 806393 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.en-US.langpack.xpi) = 0f2a39e464264a2bc2f2212b16063fe735d9fc06d86d26720ae3bf41fe39fc81 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.en-US.langpack.xpi) = 806393 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.es-AR.langpack.xpi) = 88e993c7ffebba3adcf5fac02a112cf709b6ef03263d7066f88b2adc7c4d2300 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.es-AR.langpack.xpi) = 855419 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.es-ES.langpack.xpi) = c4114e109f09d57e957c003264d7b8546880ba19d7ebead2bbe3fdd4157e582c -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.es-ES.langpack.xpi) = 832275 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.fi.langpack.xpi) = 8f2f06101d5fab0ef78fb98e40fd006d4a03aac780b6b8170ef1c147d2d77d33 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.fi.langpack.xpi) = 803753 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.fr.langpack.xpi) = 09394bed1554bd3f33bc7a4e6fe5c98545b455dabf85becd0b3046e06577f9da -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.fr.langpack.xpi) = 813901 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.gl.langpack.xpi) = 3cfa8d7436a863a7a2ddfc750239a0c7c403aab17062ec128694aa74c21f2737 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.gl.langpack.xpi) = 815951 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.hu.langpack.xpi) = 0448f8b509b25500f408e670f727b198a6c330b9e02111f5a12baeb8d8baf98c -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.hu.langpack.xpi) = 848308 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.it.langpack.xpi) = a3c0dadf1151dc09558bd7692bf4e58b94ea3c5ca4405de6c53075b61fa6e1e8 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.it.langpack.xpi) = 744925 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ja-JP-mac.langpack.xpi) = ec12397d8141e4fb8d44c7cf9a9737b66a58fd3ecee06128e82437122421ec75 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ja-JP-mac.langpack.xpi) = 903849 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ja.langpack.xpi) = 7114629c17f936b6e51b6e7c020bbe64d2a98bdde05c876c387b540ea458526b -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ja.langpack.xpi) = 888311 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.lt.langpack.xpi) = fc9d71f7e1477c03797a3dc2cf99f34ec0c2567d046f5d8386da403e1a369dec -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.lt.langpack.xpi) = 854172 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.nb-NO.langpack.xpi) = 4dad8ed1571c15d3225de56078d60fce67ec869923ebbf491e96deef4e635ed4 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.nb-NO.langpack.xpi) = 826792 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.nl.langpack.xpi) = 1e79e579a8b80e4f751e35a8863ac5ba6d4acf960f27c58a0cabc1cacfc1f03a -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.nl.langpack.xpi) = 799921 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.pl.langpack.xpi) = da67bdbfdafe736b3ba763a82378f9846446000b02cebeeb13ddb9be607af9ba -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.pl.langpack.xpi) = 871193 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.pt-PT.langpack.xpi) = 0ff413225c00a4d613b4c7f727f45a87c15e81fbd9cafc9dc2b563faa9767a08 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.pt-PT.langpack.xpi) = 840381 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ru.langpack.xpi) = 618dccbd8a85ff661a3f41f2201d7fe43e5ca945c986dc7adc9a4c51af6efd7b -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ru.langpack.xpi) = 903112 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.sk.langpack.xpi) = 4391a8bbe8da5c202bc2744d5f06f91e1a97f918c8b52daedf298441faec6570 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.sk.langpack.xpi) = 864480 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.sv-SE.langpack.xpi) = e3aa43de884ca2695c66bed4b614ab656f26d6f36331dc028d288df8325d9488 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.sv-SE.langpack.xpi) = 828261 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.tr.langpack.xpi) = 4739ef9246fc729a8f2a0fa3cfbcbc759ae675943563671e28b4067c09153346 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.tr.langpack.xpi) = 813160 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.uk.langpack.xpi) = a1cd4bb198ed4e642aecd9ea7050ed3d9a25983a05409b32997ec322ccfdf2fb -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.uk.langpack.xpi) = 875357 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.zh-CN.langpack.xpi) = 7e0ecd094600ef70614babbafda721accce749f67e741f73065bf4e3566928e5 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.zh-CN.langpack.xpi) = 838609 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.zh-TW.langpack.xpi) = 04cb3dfe22eceb9612c070ae9f8371b0a8f52a1b73bba1d3a88dccab0541b36d -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.zh-TW.langpack.xpi) = 863793 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.be.langpack.xpi) = c685778c26e42914713f248af13531746a893775b690c851276c5dbac6c42673 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.be.langpack.xpi) = 842987 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ca.langpack.xpi) = 64e11f5088be84b21c5fe22605b754c246ff86142a22b680599e8c138784f1c2 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ca.langpack.xpi) = 836129 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.cs.langpack.xpi) = 00a70a450997b8598970089c8d67f1d77da9cd94a31db297eefcd7fe42e76b71 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.cs.langpack.xpi) = 837401 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.de.langpack.xpi) = 1b9cb19e1618eb146ae52875f700def9c130b293f03e57ffd61abe7d262c8791 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.de.langpack.xpi) = 841321 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.en-GB.langpack.xpi) = fb5c13e0a92bcf94589dd68ac27d6d91d5eb3dd445b78eb77258956849650de0 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.en-GB.langpack.xpi) = 806393 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.en-US.langpack.xpi) = cd9916784e258990bee4a4b92353da0f7c015a99e29ce1b19d518e843bcb2f7a +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.en-US.langpack.xpi) = 806393 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.es-AR.langpack.xpi) = 789cb938c4473fe4f7c9661d8e0a3974b5f627460e0a3d66f43a2d4c02b3ba76 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.es-AR.langpack.xpi) = 855419 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.es-ES.langpack.xpi) = 93ca568a07923605613d2df703a712b95c5364c3e67487d64e05b1dd6c2124fe +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.es-ES.langpack.xpi) = 832275 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.fi.langpack.xpi) = d904b42fef7cb6e7537e8ce0b97c1fae7902cecab24c44eaa0a24bbeecc34275 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.fi.langpack.xpi) = 803753 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.fr.langpack.xpi) = e58ad8812caa8ee5762cb80869d517c70a0ea6c22e780a5b9561ab06e4b30c35 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.fr.langpack.xpi) = 813901 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.gl.langpack.xpi) = 7015eed1fc8f47ec11bfb22435682ed1053b4d3e0939a8442c27f1b23113b0ee +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.gl.langpack.xpi) = 815951 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.hu.langpack.xpi) = 88a8aded02ebfc926caff925cffbf3659d03c7923c25917a4d945047ec13a948 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.hu.langpack.xpi) = 847393 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.it.langpack.xpi) = 7b61f752a6981983d53155f09b14043bc1ae30335d58bc2cd2469b7b2205f85f +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.it.langpack.xpi) = 744925 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ja-JP-mac.langpack.xpi) = e94c36f9e5c342b33f778be5880106b5d45f4f2b0aef36c604c3a6ffeeba24d7 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ja-JP-mac.langpack.xpi) = 903849 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ja.langpack.xpi) = 833a41fea45be480338a86a51163959886f1e4b443ee61cbf09ba68e61255874 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ja.langpack.xpi) = 888311 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.lt.langpack.xpi) = 9e44994780eb3efe7dc46a4742cf24bcd6cf41d045d8fadbf9eccc28fe03bb50 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.lt.langpack.xpi) = 854172 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.nb-NO.langpack.xpi) = eea41ed25941cc479c6f92b2ebdc668182bb5f42f4bbeacf96008c4469cbd834 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.nb-NO.langpack.xpi) = 825996 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.nl.langpack.xpi) = c399ab8412e7e44100c08df9a8362cf7e74c79a8277e8dba6a1856fc79df2b4d +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.nl.langpack.xpi) = 799921 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.pl.langpack.xpi) = f37cd7f58a28991b156efad2bf439df3d584c0724dae3050121893ef4624c1d8 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.pl.langpack.xpi) = 871193 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.pt-PT.langpack.xpi) = 59d671a4ebed43eaeedd84aa6dad3d92c5bde0fa60d2419df0d16f9b08312650 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.pt-PT.langpack.xpi) = 840381 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ru.langpack.xpi) = 2aed82158ef7feed0beea74e337c91a72f5c6b56e04d33027214f2dcc1bee3e8 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ru.langpack.xpi) = 903117 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.sk.langpack.xpi) = 59e3d10e170484dc36e7db9361ced649fea50ca2ca203ece2dad32cf2923d146 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.sk.langpack.xpi) = 864480 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.sv-SE.langpack.xpi) = 44b550171164b290bb5af66f34930a9da187d54fb8ea37e7f91026966dc8b149 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.sv-SE.langpack.xpi) = 828261 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.tr.langpack.xpi) = 856ea876142e409caf81423da627f002664054f546df7839663f3c8a56a727ef +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.tr.langpack.xpi) = 813160 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.uk.langpack.xpi) = 6a70dc6b9832960216725889ca341d8d4ae2f3a80723d8b5a48c470c58a9d6fe +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.uk.langpack.xpi) = 875357 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.zh-CN.langpack.xpi) = 2a378781a7a13ef0b8ec3758633ecf3d55f99d5439f8ee2d3a0a6ae4106f2aa3 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.zh-CN.langpack.xpi) = 838609 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.zh-TW.langpack.xpi) = 4032cd3e4aff64f7c84258da2387857046bcb015ce3d13aed8ae61b2eeee1bbb +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.zh-TW.langpack.xpi) = 863793 Modified: branches/firefox34/www/seamonkey/Makefile ============================================================================== --- branches/firefox34/www/seamonkey/Makefile Wed Dec 3 14:47:19 2014 (r1784) +++ branches/firefox34/www/seamonkey/Makefile Wed Dec 3 22:10:05 2014 (r1785) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey/Makefile 370991 2014-10-16 10:25:47Z beat $ PORTNAME= seamonkey -DISTVERSION= 2.31b2 +DISTVERSION= 2.31 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ @@ -53,7 +53,7 @@ NOT_FOR_ARCHS= ia64 OPTIONS_DEFINE= CHATZILLA COMPOSER ENIGMAIL LDAP LIGHTNING MAILNEWS -OPTIONS_DEFAULT=CHATZILLA COMPOSER ENIGMAIL LDAP LIGHTNING MAILNEWS +OPTIONS_DEFAULT=CHATZILLA COMPOSER ENIGMAIL LIGHTNING MAILNEWS CHATZILLA_DESC?=Chatzilla IRC module COMPOSER_DESC?= HTML Composer module @@ -69,7 +69,7 @@ .include -WRKSRC= ${WRKDIR}/comm-beta +WRKSRC= ${WRKDIR}/comm-release MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi Modified: branches/firefox34/www/seamonkey/distinfo ============================================================================== --- branches/firefox34/www/seamonkey/distinfo Wed Dec 3 14:47:19 2014 (r1784) +++ branches/firefox34/www/seamonkey/distinfo Wed Dec 3 22:10:05 2014 (r1785) @@ -1,4 +1,4 @@ -SHA256 (seamonkey-2.31b2.source.tar.bz2) = 423aaf3ebf322761c5fd300ccb9bd4ea1e49feb188ab9525e9daf4286942652b -SIZE (seamonkey-2.31b2.source.tar.bz2) = 187078878 +SHA256 (seamonkey-2.31.source.tar.bz2) = 9c4dd82f776780b99b70be0b6b944ada218e4356ec8dd059a63d4c260a04ee28 +SIZE (seamonkey-2.31.source.tar.bz2) = 187731254 SHA256 (enigmail-1.7.2.tar.gz) = 7b3a62e83961bafec1cdac60075aa6c317c8f655a837e31a7d1f3ce6a49fc7d6 SIZE (enigmail-1.7.2.tar.gz) = 1420346 Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Wed Dec 3 14:47:19 2014 (r1784) +++ trunk/www/firefox-nightly/Makefile.hgrev Wed Dec 3 22:10:05 2014 (r1785) @@ -1 +1 @@ -HGREV= 218226:3d4d4a91f29a +HGREV= 218297:731184e5ebbd Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Wed Dec 3 14:47:19 2014 (r1784) +++ trunk/www/firefox-nightly/distinfo Wed Dec 3 22:10:05 2014 (r1785) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/3d4d4a91f29a.tar.bz2) = 2e55849a5ec56e74e027fe77e6b9c4850a345a8ff4823c354e0451cbc7d610cb -SIZE (firefox-nightly/3d4d4a91f29a.tar.bz2) = 175770743 +SHA256 (firefox-nightly/731184e5ebbd.tar.bz2) = 3bf5ce80538ab61dda1efa8fe6384f422f5e3dfb32d8f8daf948f534bd594fad +SIZE (firefox-nightly/731184e5ebbd.tar.bz2) = 175788749 Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Wed Dec 3 14:47:19 2014 (r1784) +++ trunk/www/linux-seamonkey/Makefile Wed Dec 3 22:10:05 2014 (r1785) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-seamonkey/Makefile 370991 2014-10-16 10:25:47Z beat $ PORTNAME= seamonkey -DISTVERSION= 2.31b2 +DISTVERSION= 2.31 CATEGORIES= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/www/linux-seamonkey/distinfo ============================================================================== --- trunk/www/linux-seamonkey/distinfo Wed Dec 3 14:47:19 2014 (r1784) +++ trunk/www/linux-seamonkey/distinfo Wed Dec 3 22:10:05 2014 (r1785) @@ -1,5 +1,5 @@ -SHA256 (seamonkey-2.31b2.tar.bz2) = 2a0169ef4a384711da968edd5775907da22b0f026516b9dd7e01003188ef384d -SIZE (seamonkey-2.31b2.tar.bz2) = 40659147 +SHA256 (seamonkey-2.31.tar.bz2) = d6f3fe75bf9605c06bcb47be2d1ef004525e27e8326b05ab88d5fe4a6eaaf4c4 +SIZE (seamonkey-2.31.tar.bz2) = 40638305 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: trunk/www/linux-tor-browser/Makefile ============================================================================== --- trunk/www/linux-tor-browser/Makefile Wed Dec 3 14:47:19 2014 (r1784) +++ trunk/www/linux-tor-browser/Makefile Wed Dec 3 22:10:05 2014 (r1785) @@ -2,7 +2,7 @@ PORTNAME= tor-browser DISTVERSIONPREFIX=linux32- -DISTVERSION= 4.5-alpha-1 +DISTVERSION= 4.5-alpha-2 DISTVERSIONSUFFIX=_${LOCALE} CATEGORIES= www security linux MASTER_SITES= https://people.torproject.org/~mikeperry/builds/${DISTVERSION}/ \ Modified: trunk/www/linux-tor-browser/distinfo ============================================================================== --- trunk/www/linux-tor-browser/distinfo Wed Dec 3 14:47:19 2014 (r1784) +++ trunk/www/linux-tor-browser/distinfo Wed Dec 3 22:10:05 2014 (r1785) @@ -1,30 +1,30 @@ -SHA256 (tor-browser-linux32-4.5-alpha-1_ar.tar.xz) = 68a9a7039dff369150a07e28ae9c12899e51a71b8e32891ba8989720ff57be7f -SIZE (tor-browser-linux32-4.5-alpha-1_ar.tar.xz) = 44258600 -SHA256 (tor-browser-linux32-4.5-alpha-1_de.tar.xz) = 562e86313b35a2df74f13b211b894cfc0298e8ebb25d2ba4209c883bcdc15066 -SIZE (tor-browser-linux32-4.5-alpha-1_de.tar.xz) = 44192404 -SHA256 (tor-browser-linux32-4.5-alpha-1_en-US.tar.xz) = b4c2550d08833b03360566785d82f0ae309a77a788eef09f3b509e5cc9509483 -SIZE (tor-browser-linux32-4.5-alpha-1_en-US.tar.xz) = 43858076 -SHA256 (tor-browser-linux32-4.5-alpha-1_es-ES.tar.xz) = 262e5bcf1f226457128b0c3a8d2fe44cd7e854438cad1b424e429d601256314c -SIZE (tor-browser-linux32-4.5-alpha-1_es-ES.tar.xz) = 44145840 -SHA256 (tor-browser-linux32-4.5-alpha-1_fa.tar.xz) = 4baaadffd8de5174118c35cdcbb8c9fb57686f6a094ce441f7cb9cd57ed393f2 -SIZE (tor-browser-linux32-4.5-alpha-1_fa.tar.xz) = 44261432 -SHA256 (tor-browser-linux32-4.5-alpha-1_fr.tar.xz) = 32099a83b1caa8861b5da26ad8a92e47932db1e08baa5d28e660e4eda68805a0 -SIZE (tor-browser-linux32-4.5-alpha-1_fr.tar.xz) = 44211676 -SHA256 (tor-browser-linux32-4.5-alpha-1_it.tar.xz) = d9a25cb6420eee03d4aed71ef9969ace7700b2b9991eb043f7160e3a853bfaa4 -SIZE (tor-browser-linux32-4.5-alpha-1_it.tar.xz) = 44131236 -SHA256 (tor-browser-linux32-4.5-alpha-1_ko.tar.xz) = d517ec29452ff1bf563c0d09a81f451f16fae39a897e3ff301d70d37048be6c3 -SIZE (tor-browser-linux32-4.5-alpha-1_ko.tar.xz) = 44207176 -SHA256 (tor-browser-linux32-4.5-alpha-1_nl.tar.xz) = ecf6bbd04656cf2553a1109dc25436a8f4309e479b9b36f90b4ffdc2f00c7c20 -SIZE (tor-browser-linux32-4.5-alpha-1_nl.tar.xz) = 44196120 -SHA256 (tor-browser-linux32-4.5-alpha-1_pl.tar.xz) = 533bff670c5a3fc86b1e79375b3cfaf0ee7ba896ea15f39224a53f0c315f982d -SIZE (tor-browser-linux32-4.5-alpha-1_pl.tar.xz) = 44171264 -SHA256 (tor-browser-linux32-4.5-alpha-1_pt-PT.tar.xz) = 524ebbb4455a0447f1fe76a114069849f4905fe9054e8164cee4e813e1643d09 -SIZE (tor-browser-linux32-4.5-alpha-1_pt-PT.tar.xz) = 44183836 -SHA256 (tor-browser-linux32-4.5-alpha-1_ru.tar.xz) = 8f486fdb654e400dc493eca147458c01df20e293d571f5aa06b4da33adcdc029 -SIZE (tor-browser-linux32-4.5-alpha-1_ru.tar.xz) = 44169100 -SHA256 (tor-browser-linux32-4.5-alpha-1_tr.tar.xz) = e5ef5bbac98b81aee9d31181cf445abd3c90e20a01580c5dbe3d801ddd869345 -SIZE (tor-browser-linux32-4.5-alpha-1_tr.tar.xz) = 44226380 -SHA256 (tor-browser-linux32-4.5-alpha-1_vi.tar.xz) = 2641eda1d5eed0c887b7767cbcd441eb266a60686b283183e47bc593f1b7dc4b -SIZE (tor-browser-linux32-4.5-alpha-1_vi.tar.xz) = 44216324 -SHA256 (tor-browser-linux32-4.5-alpha-1_zh-CN.tar.xz) = 59014dd1845668d0d4bc6480ae8385c9404b004775bb192fd8d67161e9127e3a -SIZE (tor-browser-linux32-4.5-alpha-1_zh-CN.tar.xz) = 44214116 +SHA256 (tor-browser-linux32-4.5-alpha-2_ar.tar.xz) = 824faeed2ddeaa09f90c6a268b719ca8cd7ad41d3fdb0719c0e52a0841510116 +SIZE (tor-browser-linux32-4.5-alpha-2_ar.tar.xz) = 44453184 +SHA256 (tor-browser-linux32-4.5-alpha-2_de.tar.xz) = bf776e7d9843eb5decb2936a89a234c8db242467134db8456780e8f23dcdd53b +SIZE (tor-browser-linux32-4.5-alpha-2_de.tar.xz) = 44385852 +SHA256 (tor-browser-linux32-4.5-alpha-2_en-US.tar.xz) = e46278fe8309dca4b399273e9111450f74d4ddf86c078429c08e919ee17537cd +SIZE (tor-browser-linux32-4.5-alpha-2_en-US.tar.xz) = 44048684 +SHA256 (tor-browser-linux32-4.5-alpha-2_es-ES.tar.xz) = f5b920c65f5bdcd4c32407ec0fb3367723f2c9e8ed79bcc02ae512cdf5179230 +SIZE (tor-browser-linux32-4.5-alpha-2_es-ES.tar.xz) = 44335304 +SHA256 (tor-browser-linux32-4.5-alpha-2_fa.tar.xz) = 627df047209070a6491820509d23ca25bbb298778afb79593f21b073a35774b5 +SIZE (tor-browser-linux32-4.5-alpha-2_fa.tar.xz) = 44448508 +SHA256 (tor-browser-linux32-4.5-alpha-2_fr.tar.xz) = 3b480b1492eb276364049c15360549f2fb80186da86011886f0b1d197bbceedb +SIZE (tor-browser-linux32-4.5-alpha-2_fr.tar.xz) = 44389240 +SHA256 (tor-browser-linux32-4.5-alpha-2_it.tar.xz) = 486036bffec8f668a118bd657811e80b6cdb2798a9c5af28e4297749e4fa3e07 +SIZE (tor-browser-linux32-4.5-alpha-2_it.tar.xz) = 44311176 +SHA256 (tor-browser-linux32-4.5-alpha-2_ko.tar.xz) = 65cb44d492803e68ae48e99606814d7cc021af1112f7d56d32b2d034185ac4f6 +SIZE (tor-browser-linux32-4.5-alpha-2_ko.tar.xz) = 44388760 +SHA256 (tor-browser-linux32-4.5-alpha-2_nl.tar.xz) = 62a91d49052242b0da3da644d84dcbaa40210613b482a6b8f8af3986aa5cefcb +SIZE (tor-browser-linux32-4.5-alpha-2_nl.tar.xz) = 44369984 +SHA256 (tor-browser-linux32-4.5-alpha-2_pl.tar.xz) = 7228959bdd7d023a1b973b35427b072d496da75f22950fb3a94e5c8d3a34450c +SIZE (tor-browser-linux32-4.5-alpha-2_pl.tar.xz) = 44362388 +SHA256 (tor-browser-linux32-4.5-alpha-2_pt-PT.tar.xz) = cae7d2c0c25505d61528ad07e268a8ed48f322dfe065a9ea0e66534a429c8799 +SIZE (tor-browser-linux32-4.5-alpha-2_pt-PT.tar.xz) = 44373380 +SHA256 (tor-browser-linux32-4.5-alpha-2_ru.tar.xz) = c32365275124fe8f3c1892e9ccaf77717a26e4cc015c49ac9c1807bbfdd05143 +SIZE (tor-browser-linux32-4.5-alpha-2_ru.tar.xz) = 44351148 +SHA256 (tor-browser-linux32-4.5-alpha-2_tr.tar.xz) = 5abc94126422f3b78de255c5a01cff71afa6c2cc02a5d8e529dee9b0480c1d5a +SIZE (tor-browser-linux32-4.5-alpha-2_tr.tar.xz) = 44406268 +SHA256 (tor-browser-linux32-4.5-alpha-2_vi.tar.xz) = abecd6998bad7fdc400eaf62908d84a361f7f337c30c85d8e2df125a96901027 +SIZE (tor-browser-linux32-4.5-alpha-2_vi.tar.xz) = 44405032 +SHA256 (tor-browser-linux32-4.5-alpha-2_zh-CN.tar.xz) = 78ecec546fddb6ff26eabb4909bd8ab4c5c784fc5f5ed6188670bd97b4f65156 +SIZE (tor-browser-linux32-4.5-alpha-2_zh-CN.tar.xz) = 44405992 Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Wed Dec 3 14:47:19 2014 (r1784) +++ trunk/www/seamonkey-i18n/Makefile Wed Dec 3 22:10:05 2014 (r1785) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey-i18n/Makefile 370991 2014-10-16 10:25:47Z beat $ PORTNAME= seamonkey-i18n -PORTVERSION= 2.31b2 +PORTVERSION= 2.31 CATEGORIES= www mail news editors irc MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= Modified: trunk/www/seamonkey-i18n/distinfo ============================================================================== --- trunk/www/seamonkey-i18n/distinfo Wed Dec 3 14:47:19 2014 (r1784) +++ trunk/www/seamonkey-i18n/distinfo Wed Dec 3 22:10:05 2014 (r1785) @@ -1,54 +1,54 @@ -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.be.langpack.xpi) = 57056ead7c8c55078bbdf59d58c63c042f90b57d6eaead5222f52fdcf1f82c18 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.be.langpack.xpi) = 842987 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ca.langpack.xpi) = 558468663ed3c8915884ec8a756b1c035c5dc7090ff89a044079cbb54d4d677e -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ca.langpack.xpi) = 836129 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.cs.langpack.xpi) = 85807bf090fa549075a077f27cfb6a738470e5201d75591402e9bb5f48a91a84 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.cs.langpack.xpi) = 837401 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.de.langpack.xpi) = 8b96c16fa9a3c1c19f2f8f6f9c3b976813d1e1bf26c83ca84cb9616b37856437 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.de.langpack.xpi) = 841321 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.en-GB.langpack.xpi) = 68f4197917d85779058451e6746e07580712281cfabaab298e2374d58980e594 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.en-GB.langpack.xpi) = 806393 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.en-US.langpack.xpi) = 0f2a39e464264a2bc2f2212b16063fe735d9fc06d86d26720ae3bf41fe39fc81 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.en-US.langpack.xpi) = 806393 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.es-AR.langpack.xpi) = 88e993c7ffebba3adcf5fac02a112cf709b6ef03263d7066f88b2adc7c4d2300 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.es-AR.langpack.xpi) = 855419 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.es-ES.langpack.xpi) = c4114e109f09d57e957c003264d7b8546880ba19d7ebead2bbe3fdd4157e582c -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.es-ES.langpack.xpi) = 832275 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.fi.langpack.xpi) = 8f2f06101d5fab0ef78fb98e40fd006d4a03aac780b6b8170ef1c147d2d77d33 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.fi.langpack.xpi) = 803753 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.fr.langpack.xpi) = 09394bed1554bd3f33bc7a4e6fe5c98545b455dabf85becd0b3046e06577f9da -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.fr.langpack.xpi) = 813901 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.gl.langpack.xpi) = 3cfa8d7436a863a7a2ddfc750239a0c7c403aab17062ec128694aa74c21f2737 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.gl.langpack.xpi) = 815951 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.hu.langpack.xpi) = 0448f8b509b25500f408e670f727b198a6c330b9e02111f5a12baeb8d8baf98c -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.hu.langpack.xpi) = 848308 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.it.langpack.xpi) = a3c0dadf1151dc09558bd7692bf4e58b94ea3c5ca4405de6c53075b61fa6e1e8 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.it.langpack.xpi) = 744925 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ja-JP-mac.langpack.xpi) = ec12397d8141e4fb8d44c7cf9a9737b66a58fd3ecee06128e82437122421ec75 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ja-JP-mac.langpack.xpi) = 903849 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ja.langpack.xpi) = 7114629c17f936b6e51b6e7c020bbe64d2a98bdde05c876c387b540ea458526b -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ja.langpack.xpi) = 888311 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.lt.langpack.xpi) = fc9d71f7e1477c03797a3dc2cf99f34ec0c2567d046f5d8386da403e1a369dec -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.lt.langpack.xpi) = 854172 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.nb-NO.langpack.xpi) = 4dad8ed1571c15d3225de56078d60fce67ec869923ebbf491e96deef4e635ed4 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.nb-NO.langpack.xpi) = 826792 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.nl.langpack.xpi) = 1e79e579a8b80e4f751e35a8863ac5ba6d4acf960f27c58a0cabc1cacfc1f03a -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.nl.langpack.xpi) = 799921 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.pl.langpack.xpi) = da67bdbfdafe736b3ba763a82378f9846446000b02cebeeb13ddb9be607af9ba -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.pl.langpack.xpi) = 871193 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.pt-PT.langpack.xpi) = 0ff413225c00a4d613b4c7f727f45a87c15e81fbd9cafc9dc2b563faa9767a08 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.pt-PT.langpack.xpi) = 840381 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ru.langpack.xpi) = 618dccbd8a85ff661a3f41f2201d7fe43e5ca945c986dc7adc9a4c51af6efd7b -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.ru.langpack.xpi) = 903112 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.sk.langpack.xpi) = 4391a8bbe8da5c202bc2744d5f06f91e1a97f918c8b52daedf298441faec6570 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.sk.langpack.xpi) = 864480 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.sv-SE.langpack.xpi) = e3aa43de884ca2695c66bed4b614ab656f26d6f36331dc028d288df8325d9488 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.sv-SE.langpack.xpi) = 828261 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.tr.langpack.xpi) = 4739ef9246fc729a8f2a0fa3cfbcbc759ae675943563671e28b4067c09153346 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.tr.langpack.xpi) = 813160 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.uk.langpack.xpi) = a1cd4bb198ed4e642aecd9ea7050ed3d9a25983a05409b32997ec322ccfdf2fb -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.uk.langpack.xpi) = 875357 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.zh-CN.langpack.xpi) = 7e0ecd094600ef70614babbafda721accce749f67e741f73065bf4e3566928e5 -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.zh-CN.langpack.xpi) = 838609 -SHA256 (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.zh-TW.langpack.xpi) = 04cb3dfe22eceb9612c070ae9f8371b0a8f52a1b73bba1d3a88dccab0541b36d -SIZE (xpi/seamonkey-i18n-2.31b2/seamonkey-2.31b2.zh-TW.langpack.xpi) = 863793 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.be.langpack.xpi) = c685778c26e42914713f248af13531746a893775b690c851276c5dbac6c42673 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.be.langpack.xpi) = 842987 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ca.langpack.xpi) = 64e11f5088be84b21c5fe22605b754c246ff86142a22b680599e8c138784f1c2 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ca.langpack.xpi) = 836129 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.cs.langpack.xpi) = 00a70a450997b8598970089c8d67f1d77da9cd94a31db297eefcd7fe42e76b71 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.cs.langpack.xpi) = 837401 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.de.langpack.xpi) = 1b9cb19e1618eb146ae52875f700def9c130b293f03e57ffd61abe7d262c8791 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.de.langpack.xpi) = 841321 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.en-GB.langpack.xpi) = fb5c13e0a92bcf94589dd68ac27d6d91d5eb3dd445b78eb77258956849650de0 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.en-GB.langpack.xpi) = 806393 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.en-US.langpack.xpi) = cd9916784e258990bee4a4b92353da0f7c015a99e29ce1b19d518e843bcb2f7a +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.en-US.langpack.xpi) = 806393 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.es-AR.langpack.xpi) = 789cb938c4473fe4f7c9661d8e0a3974b5f627460e0a3d66f43a2d4c02b3ba76 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.es-AR.langpack.xpi) = 855419 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.es-ES.langpack.xpi) = 93ca568a07923605613d2df703a712b95c5364c3e67487d64e05b1dd6c2124fe +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.es-ES.langpack.xpi) = 832275 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.fi.langpack.xpi) = d904b42fef7cb6e7537e8ce0b97c1fae7902cecab24c44eaa0a24bbeecc34275 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.fi.langpack.xpi) = 803753 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.fr.langpack.xpi) = e58ad8812caa8ee5762cb80869d517c70a0ea6c22e780a5b9561ab06e4b30c35 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.fr.langpack.xpi) = 813901 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.gl.langpack.xpi) = 7015eed1fc8f47ec11bfb22435682ed1053b4d3e0939a8442c27f1b23113b0ee +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.gl.langpack.xpi) = 815951 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.hu.langpack.xpi) = 88a8aded02ebfc926caff925cffbf3659d03c7923c25917a4d945047ec13a948 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.hu.langpack.xpi) = 847393 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.it.langpack.xpi) = 7b61f752a6981983d53155f09b14043bc1ae30335d58bc2cd2469b7b2205f85f +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.it.langpack.xpi) = 744925 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ja-JP-mac.langpack.xpi) = e94c36f9e5c342b33f778be5880106b5d45f4f2b0aef36c604c3a6ffeeba24d7 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ja-JP-mac.langpack.xpi) = 903849 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ja.langpack.xpi) = 833a41fea45be480338a86a51163959886f1e4b443ee61cbf09ba68e61255874 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ja.langpack.xpi) = 888311 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.lt.langpack.xpi) = 9e44994780eb3efe7dc46a4742cf24bcd6cf41d045d8fadbf9eccc28fe03bb50 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.lt.langpack.xpi) = 854172 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.nb-NO.langpack.xpi) = eea41ed25941cc479c6f92b2ebdc668182bb5f42f4bbeacf96008c4469cbd834 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.nb-NO.langpack.xpi) = 825996 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.nl.langpack.xpi) = c399ab8412e7e44100c08df9a8362cf7e74c79a8277e8dba6a1856fc79df2b4d +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.nl.langpack.xpi) = 799921 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.pl.langpack.xpi) = f37cd7f58a28991b156efad2bf439df3d584c0724dae3050121893ef4624c1d8 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.pl.langpack.xpi) = 871193 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.pt-PT.langpack.xpi) = 59d671a4ebed43eaeedd84aa6dad3d92c5bde0fa60d2419df0d16f9b08312650 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.pt-PT.langpack.xpi) = 840381 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ru.langpack.xpi) = 2aed82158ef7feed0beea74e337c91a72f5c6b56e04d33027214f2dcc1bee3e8 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.ru.langpack.xpi) = 903117 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.sk.langpack.xpi) = 59e3d10e170484dc36e7db9361ced649fea50ca2ca203ece2dad32cf2923d146 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.sk.langpack.xpi) = 864480 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.sv-SE.langpack.xpi) = 44b550171164b290bb5af66f34930a9da187d54fb8ea37e7f91026966dc8b149 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.sv-SE.langpack.xpi) = 828261 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.tr.langpack.xpi) = 856ea876142e409caf81423da627f002664054f546df7839663f3c8a56a727ef +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.tr.langpack.xpi) = 813160 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.uk.langpack.xpi) = 6a70dc6b9832960216725889ca341d8d4ae2f3a80723d8b5a48c470c58a9d6fe +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.uk.langpack.xpi) = 875357 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.zh-CN.langpack.xpi) = 2a378781a7a13ef0b8ec3758633ecf3d55f99d5439f8ee2d3a0a6ae4106f2aa3 +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.zh-CN.langpack.xpi) = 838609 +SHA256 (xpi/seamonkey-i18n-2.31/seamonkey-2.31.zh-TW.langpack.xpi) = 4032cd3e4aff64f7c84258da2387857046bcb015ce3d13aed8ae61b2eeee1bbb +SIZE (xpi/seamonkey-i18n-2.31/seamonkey-2.31.zh-TW.langpack.xpi) = 863793 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Wed Dec 3 14:47:19 2014 (r1784) +++ trunk/www/seamonkey/Makefile Wed Dec 3 22:10:05 2014 (r1785) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey/Makefile 370991 2014-10-16 10:25:47Z beat $ PORTNAME= seamonkey -DISTVERSION= 2.31b2 +DISTVERSION= 2.31 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ @@ -53,7 +53,7 @@ NOT_FOR_ARCHS= ia64 OPTIONS_DEFINE= CHATZILLA COMPOSER ENIGMAIL LDAP LIGHTNING MAILNEWS -OPTIONS_DEFAULT=CHATZILLA COMPOSER ENIGMAIL LDAP LIGHTNING MAILNEWS +OPTIONS_DEFAULT=CHATZILLA COMPOSER ENIGMAIL LIGHTNING MAILNEWS CHATZILLA_DESC?=Chatzilla IRC module COMPOSER_DESC?= HTML Composer module @@ -69,7 +69,7 @@ .include -WRKSRC= ${WRKDIR}/comm-beta +WRKSRC= ${WRKDIR}/comm-release MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi Modified: trunk/www/seamonkey/distinfo ============================================================================== --- trunk/www/seamonkey/distinfo Wed Dec 3 14:47:19 2014 (r1784) +++ trunk/www/seamonkey/distinfo Wed Dec 3 22:10:05 2014 (r1785) @@ -1,4 +1,4 @@ -SHA256 (seamonkey-2.31b2.source.tar.bz2) = 423aaf3ebf322761c5fd300ccb9bd4ea1e49feb188ab9525e9daf4286942652b -SIZE (seamonkey-2.31b2.source.tar.bz2) = 187078878 +SHA256 (seamonkey-2.31.source.tar.bz2) = 9c4dd82f776780b99b70be0b6b944ada218e4356ec8dd059a63d4c260a04ee28 +SIZE (seamonkey-2.31.source.tar.bz2) = 187731254 SHA256 (enigmail-1.7.2.tar.gz) = 7b3a62e83961bafec1cdac60075aa6c317c8f655a837e31a7d1f3ce6a49fc7d6 SIZE (enigmail-1.7.2.tar.gz) = 1420346