Author: flo
Date: Mon Aug 29 15:57:18 2011
New Revision: 619
Log:
readd thunderbird-beta (7.0b1)
Added:
branches/experimental/mail/thunderbird-beta/
- copied from r618, branches/experimental/mail/thunderbird/
branches/experimental/mail/thunderbird-beta/files/patch-mozilla__build__autoconf__mozconfig-find
branches/experimental/mail/thunderbird-beta/files/patch-mozilla__content__base__public__nsContentUtils.h
branches/experimental/mail/thunderbird-beta/files/patch-mozilla__xpcom__threads__nsThreadManager.cpp
Deleted:
branches/experimental/mail/thunderbird-beta/files/patch-calendar-base-src-calDateTime.cpp
branches/experimental/mail/thunderbird-beta/files/patch-calendar-lightning-install.rdf
branches/experimental/mail/thunderbird-beta/files/patch-mozilla-content-xslt-public-txDouble.h
branches/experimental/mail/thunderbird-beta/files/patch-mozilla-storage-build-Makefile.in
Modified:
branches/experimental/mail/thunderbird-beta/Makefile
branches/experimental/mail/thunderbird-beta/distinfo
Modified: branches/experimental/mail/thunderbird-beta/Makefile
==
--- branches/experimental/mail/thunderbird/Makefile Sun Aug 28 20:39:08
2011(r618)
+++ branches/experimental/mail/thunderbird-beta/MakefileMon Aug 29
15:57:18 2011(r619)
@@ -6,8 +6,7 @@
#
PORTNAME= thunderbird
-DISTVERSION= 6.0
-PORTREVISION= 2
+DISTVERSION= 7.0b1
CATEGORIES=mail ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR=${PORTNAME}/releases/${DISTVERSION}/source
@@ -58,7 +57,7 @@
.include
-WRKSRC=${WRKDIR}/comm-release
+WRKSRC=${WRKDIR}/comm-beta
MOZSRC:= ${WRKSRC}/mozilla
.if ${ARCH} == powerpc64
Modified: branches/experimental/mail/thunderbird-beta/distinfo
==
--- branches/experimental/mail/thunderbird/distinfo Sun Aug 28 20:39:08
2011(r618)
+++ branches/experimental/mail/thunderbird-beta/distinfoMon Aug 29
15:57:18 2011(r619)
@@ -1,2 +1,2 @@
-SHA256 (thunderbird-6.0.source.tar.bz2) =
3c56af448ebd4805c7997d8e0e41f4333d110ad2c4ad4873204bd4d68bbd8189
-SIZE (thunderbird-6.0.source.tar.bz2) = 86286245
+SHA256 (thunderbird-7.0b1.source.tar.bz2) =
5ff77da2e5972f9c86c0e1239d09df3d1e14673809dae6be9f7ad12f7ddaa9b6
+SIZE (thunderbird-7.0b1.source.tar.bz2) = 87303372
Deleted:
branches/experimental/mail/thunderbird/files/patch-calendar-base-src-calDateTime.cpp
==
---
branches/experimental/mail/thunderbird/files/patch-calendar-base-src-calDateTime.cpp
Mon Aug 29 15:57:18 2011(r618)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,8 +0,0 @@
calendar/base/src/calDateTime.cpp.orig 2011-08-03 20:08:23.361859978
+0200
-+++ calendar/base/src/calDateTime.cpp 2011-08-03 20:08:32.351860948 +0200
-@@ -1,4 +1,4 @@
--/* * BEGIN LICENSE BLOCK *
-+/* * BEGIN LICENSE BLOCK *
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
Deleted:
branches/experimental/mail/thunderbird/files/patch-calendar-lightning-install.rdf
==
---
branches/experimental/mail/thunderbird/files/patch-calendar-lightning-install.rdf
Mon Aug 29 15:57:18 2011(r618)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,11 +0,0 @@
calendar/lightning/install.rdf.orig2011-08-18 14:35:19.0
+0200
-+++ calendar/lightning/install.rdf 2011-08-18 14:35:46.0 +0200
-@@ -12,7 +12,7 @@
-
- {3550f703-e582-4d05-9a08-453d09bdfdc6}
- 5.0b1
--5.*
-+@THUNDERBIRD_VERSION@
-
-
-
Deleted:
branches/experimental/mail/thunderbird/files/patch-mozilla-content-xslt-public-txDouble.h
==
---
branches/experimental/mail/thunderbird/files/patch-mozilla-content-xslt-public-txDouble.h
Mon Aug 29 15:57:18 2011(r618)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,20 +0,0 @@
mozilla/content/xslt/public/txDouble.h.origFri Oct 13 00:00:29 2006
-+++ mozilla/content/xslt/public/txDouble.h Fri Oct 13 00:00:53 2006
-@@ -41,7 +41,7 @@
- #define __txdouble_h__
-
- //A trick to handle IEEE floating point exceptions on FreeBSD - E.D.
--#ifdef __FreeBSD__
-+/* #ifdef __FreeBSD__
- #include
- #ifdef __alpha__
- fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP;
-@@ -50,7 +50,7 @@
- #endif
- fp_except_t oldmask = fpsetmask(~allmask);
- #endif
--
-+*/
- /**
- * Macros to workaround math-bugs bugs in various platforms
- */
Deleted:
branches/experimental/mail/thunderbird/files/patch-mozilla-storage-build-Makefile.in
==