Author: jbeich
Date: Tue Aug 14 21:19:55 2012
New Revision: 930

Log:
update

Deleted:
   
branches/experimental/www/firefox-nightly/files/patch-xpcom_base_nsStackWalk.cpp
Modified:
   branches/experimental/mail/thunderbird/Makefile
   branches/experimental/mail/thunderbird/distinfo
   branches/experimental/security/nss/Makefile
   branches/experimental/security/nss/distinfo
   branches/experimental/www/firefox-nightly/Makefile.hgrev
   branches/experimental/www/firefox-nightly/distinfo
   
branches/experimental/www/firefox-nightly/files/patch-content__base__public__nsContentUtils.h
   branches/experimental/www/firefox/Makefile
   branches/experimental/www/firefox/distinfo
   branches/experimental/www/seamonkey/Makefile
   branches/experimental/www/seamonkey/distinfo

Modified: branches/experimental/mail/thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird/Makefile     Tue Aug 14 21:19:45 
2012        (r929)
+++ branches/experimental/mail/thunderbird/Makefile     Tue Aug 14 21:19:55 
2012        (r930)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      thunderbird
-DISTVERSION=   15.0b2
+DISTVERSION=   15.0b3
 CATEGORIES=    mail ipv6
 MASTER_SITES=  ${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR=    ${PORTNAME}/releases/${DISTVERSION}/source

Modified: branches/experimental/mail/thunderbird/distinfo
==============================================================================
--- branches/experimental/mail/thunderbird/distinfo     Tue Aug 14 21:19:45 
2012        (r929)
+++ branches/experimental/mail/thunderbird/distinfo     Tue Aug 14 21:19:55 
2012        (r930)
@@ -1,2 +1,2 @@
-SHA256 (thunderbird-15.0b2.source.tar.bz2) = 
70f795a7cb0e2304773aae5ba64ea58b1e59c6d9021fa7a3785a42b59fa4e707
-SIZE (thunderbird-15.0b2.source.tar.bz2) = 106002871
+SHA256 (thunderbird-15.0b3.source.tar.bz2) = 
f3b6d22e6a43a1436f5316b3da511c67b7caaaae949fcb0c011ed4388ff381ed
+SIZE (thunderbird-15.0b3.source.tar.bz2) = 106007167

Modified: branches/experimental/security/nss/Makefile
==============================================================================
--- branches/experimental/security/nss/Makefile Tue Aug 14 21:19:45 2012        
(r929)
+++ branches/experimental/security/nss/Makefile Tue Aug 14 21:19:55 2012        
(r930)
@@ -22,7 +22,7 @@
 
 _MAJOR=        3
 _MINOR=        13
-_PATCH=        5
+_PATCH=        6
 
 WRKSRC=                
${WRKDIR}/${PORTNAME}-${PORTVERSION}/mozilla/security/nss
 

Modified: branches/experimental/security/nss/distinfo
==============================================================================
--- branches/experimental/security/nss/distinfo Tue Aug 14 21:19:45 2012        
(r929)
+++ branches/experimental/security/nss/distinfo Tue Aug 14 21:19:55 2012        
(r930)
@@ -1,2 +1,2 @@
-SHA256 (nss-3.13.5.tar.gz) = 
ee8b995ebc971308a5bc8b50eb391cd925d6ee7c5e139d25018ee993e71b012a
-SIZE (nss-3.13.5.tar.gz) = 6087983
+SHA256 (nss-3.13.6.tar.gz) = 
f7e90727e0ecc1c29de10da39a79bc9c53b814ccfbf40720e053b29c683d43a0
+SIZE (nss-3.13.6.tar.gz) = 6109538

Modified: branches/experimental/www/firefox-nightly/Makefile.hgrev
==============================================================================
--- branches/experimental/www/firefox-nightly/Makefile.hgrev    Tue Aug 14 
21:19:45 2012        (r929)
+++ branches/experimental/www/firefox-nightly/Makefile.hgrev    Tue Aug 14 
21:19:55 2012        (r930)
@@ -1 +1 @@
-HGREV=         101824:4e3fb1f9f72a
+HGREV=         102221:22288130fea2

Modified: branches/experimental/www/firefox-nightly/distinfo
==============================================================================
--- branches/experimental/www/firefox-nightly/distinfo  Tue Aug 14 21:19:45 
2012        (r929)
+++ branches/experimental/www/firefox-nightly/distinfo  Tue Aug 14 21:19:55 
2012        (r930)
@@ -1,2 +1,2 @@
-SHA256 (firefox-nightly/4e3fb1f9f72a.tar.bz2) = 
0eaf99781af4ec5994fb8458c39c7db0299f17c581bff2391846babb134dc902
-SIZE (firefox-nightly/4e3fb1f9f72a.tar.bz2) = 88008681
+SHA256 (firefox-nightly/22288130fea2.tar.bz2) = 
cb23c2733c63d76062f53eafacf2f49ddb28ddb8257ecb77ab5d7252fd6f34a2
+SIZE (firefox-nightly/22288130fea2.tar.bz2) = 88553036

Modified: 
branches/experimental/www/firefox-nightly/files/patch-content__base__public__nsContentUtils.h
==============================================================================
--- 
branches/experimental/www/firefox-nightly/files/patch-content__base__public__nsContentUtils.h
       Tue Aug 14 21:19:45 2012        (r929)
+++ 
branches/experimental/www/firefox-nightly/files/patch-content__base__public__nsContentUtils.h
       Tue Aug 14 21:19:55 2012        (r930)
@@ -7,7 +7,7 @@
 -//A trick to handle IEEE floating point exceptions on FreeBSD - E.D.
 -#ifdef __FreeBSD__
 -#include <ieeefp.h>
--#ifdef __alpha__
+-#if !defined(__i386__) && !defined(__x86_64__)
 -static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP;
 -#else
 -static fp_except_t allmask = 
FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML;

Deleted: 
branches/experimental/www/firefox-nightly/files/patch-xpcom_base_nsStackWalk.cpp
==============================================================================
--- 
branches/experimental/www/firefox-nightly/files/patch-xpcom_base_nsStackWalk.cpp
    Tue Aug 14 21:19:55 2012        (r929)
+++ /dev/null   00:00:00 1970   (deleted)
@@ -1,10 +0,0 @@
---- xpcom/base/nsStackWalk.cpp.orig    2010-12-15 02:03:41.000000000 +0100
-+++ xpcom/base/nsStackWalk.cpp 2010-12-15 11:28:20.000000000 +0100
-@@ -1123,6 +1123,7 @@ NS_StackWalk(NS_WalkStackCallback aCallb
- 
- #elif defined(HAVE__UNWIND_BACKTRACE)
- 
-+#define _GNU_SOURCE
- // libgcc_s.so symbols _Unwind_Backtrace@@GCC_3.3 and _Unwind_GetIP@@GCC_3.0
- #include <unwind.h>
- 

Modified: branches/experimental/www/firefox/Makefile
==============================================================================
--- branches/experimental/www/firefox/Makefile  Tue Aug 14 21:19:45 2012        
(r929)
+++ branches/experimental/www/firefox/Makefile  Tue Aug 14 21:19:55 2012        
(r930)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      firefox
-DISTVERSION=   15.0b3
+DISTVERSION=   15.0b4
 PORTEPOCH=     1
 CATEGORIES=    www ipv6
 MASTER_SITES=  ${MASTER_SITE_MOZILLA}

Modified: branches/experimental/www/firefox/distinfo
==============================================================================
--- branches/experimental/www/firefox/distinfo  Tue Aug 14 21:19:45 2012        
(r929)
+++ branches/experimental/www/firefox/distinfo  Tue Aug 14 21:19:55 2012        
(r930)
@@ -1,2 +1,2 @@
-SHA256 (firefox-15.0b3.source.tar.bz2) = 
5e85181e1af15c99da37f473c5c5bb1cb2658845c1c71b1a77014008af2f76d3
-SIZE (firefox-15.0b3.source.tar.bz2) = 83580198
+SHA256 (firefox-15.0b4.source.tar.bz2) = 
60e906bef469fd752b1d4daa454adb98a9666b57ce40ba831ed9aafa03b02996
+SIZE (firefox-15.0b4.source.tar.bz2) = 83631297

Modified: branches/experimental/www/seamonkey/Makefile
==============================================================================
--- branches/experimental/www/seamonkey/Makefile        Tue Aug 14 21:19:45 
2012        (r929)
+++ branches/experimental/www/seamonkey/Makefile        Tue Aug 14 21:19:55 
2012        (r930)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      seamonkey
-DISTVERSION=   2.12b3
+DISTVERSION=   2.12b4
 CATEGORIES?=   www ipv6
 MASTER_SITES=  ${MASTER_SITE_MOZILLA_EXTENDED}
 MASTER_SITE_SUBDIR=    seamonkey/releases/${DISTVERSION}/source

Modified: branches/experimental/www/seamonkey/distinfo
==============================================================================
--- branches/experimental/www/seamonkey/distinfo        Tue Aug 14 21:19:45 
2012        (r929)
+++ branches/experimental/www/seamonkey/distinfo        Tue Aug 14 21:19:55 
2012        (r930)
@@ -1,2 +1,2 @@
-SHA256 (seamonkey-2.12b3.source.tar.bz2) = 
58365256f059edafd555bf74f05adc020062eb5dd037f7892f0d73951bf244f6
-SIZE (seamonkey-2.12b3.source.tar.bz2) = 106662657
+SHA256 (seamonkey-2.12b4.source.tar.bz2) = 
c5d6a604109af05381abde3b3022bbadb4dd62af860855dd81fc8bfdf4dffd46
+SIZE (seamonkey-2.12b4.source.tar.bz2) = 106657254
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to