[SVN-Commit] r312 - in branches/experimental/mail/thunderbird3-devel: . files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue May 11 13:42:18 UTC 2010


Author: beat
Date: Tue May 11 13:42:10 2010
New Revision: 312

Log:
- Update to 3.1 Beta 2

Modified:
   branches/experimental/mail/thunderbird3-devel/Makefile
   branches/experimental/mail/thunderbird3-devel/distinfo
   branches/experimental/mail/thunderbird3-devel/files/patch-mozilla-security-coreconf-FreeBSD.mk

Modified: branches/experimental/mail/thunderbird3-devel/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird3-devel/Makefile	Sat Apr 24 14:58:35 2010	(r311)
+++ branches/experimental/mail/thunderbird3-devel/Makefile	Tue May 11 13:42:10 2010	(r312)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	thunderbird
-DISTVERSION=	3.1b1
+DISTVERSION=	3.1b2
 CATEGORIES=	mail ipv6
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR=	${PORTNAME}/releases/${DISTVERSION}/source/
@@ -56,7 +56,7 @@
 
 .include <bsd.port.pre.mk>
 
-WRKSRC=		${WRKDIR}/comm-central
+WRKSRC=		${WRKDIR}/comm-1.9.2
 MOZSRC:=	${WRKSRC}/mozilla
 
 .if ${OSVERSION} < 700000

Modified: branches/experimental/mail/thunderbird3-devel/distinfo
==============================================================================
--- branches/experimental/mail/thunderbird3-devel/distinfo	Sat Apr 24 14:58:35 2010	(r311)
+++ branches/experimental/mail/thunderbird3-devel/distinfo	Tue May 11 13:42:10 2010	(r312)
@@ -1,3 +1,3 @@
-MD5 (thunderbird-3.1b1.source.tar.bz2) = b37a73d6c00c67c7c9d41fdb65caf97b
-SHA256 (thunderbird-3.1b1.source.tar.bz2) = 7327108f0079e19620d5c1262fc02685abd60850778faa152a18789857f85ce6
-SIZE (thunderbird-3.1b1.source.tar.bz2) = 61937793
+MD5 (thunderbird-3.1b2.source.tar.bz2) = 15fa6372ca87e279b4460b6f16bf76f7
+SHA256 (thunderbird-3.1b2.source.tar.bz2) = 1cdf82df2b512850efc6b3284b010895ff598a4a1ea3ba47581e913b0c90edf6
+SIZE (thunderbird-3.1b2.source.tar.bz2) = 65617185

Modified: branches/experimental/mail/thunderbird3-devel/files/patch-mozilla-security-coreconf-FreeBSD.mk
==============================================================================
--- branches/experimental/mail/thunderbird3-devel/files/patch-mozilla-security-coreconf-FreeBSD.mk	Sat Apr 24 14:58:35 2010	(r311)
+++ branches/experimental/mail/thunderbird3-devel/files/patch-mozilla-security-coreconf-FreeBSD.mk	Tue May 11 13:42:10 2010	(r312)
@@ -1,27 +1,22 @@
---- mozilla/security/coreconf/FreeBSD.mk.orig	2009-09-16 02:57:02.000000000 +0200
-+++ mozilla/security/coreconf/FreeBSD.mk	2009-09-30 16:44:43.000000000 +0200
-@@ -45,8 +45,20 @@
- ifeq ($(OS_TEST),alpha)
- CPU_ARCH		= alpha
- else
+--- mozilla/security/coreconf/FreeBSD.mk.orig	2010-04-30 19:44:32.000000000 +0000
++++ mozilla/security/coreconf/FreeBSD.mk	2010-05-10 13:04:45.000000000 +0000
+@@ -52,6 +52,15 @@
+ ifeq ($(CPU_ARCH),amd64)
+ CPU_ARCH		= x86_64
+ endif
 +ifeq ($(OS_TEST),amd64)
 +CPU_ARCH		= amd64
-+else
++endif
 +ifeq ($(OS_TEST),powerpc)
 +CPU_ARCH		= powerpc
-+else
++endif
 +ifeq ($(OS_TEST),sparc64)
 +CPU_ARCH		= sparc64
-+else
- CPU_ARCH		= x86
- endif
-+endif
-+endif
 +endif
  
  OS_CFLAGS		= $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK
  
-@@ -73,7 +85,7 @@
+@@ -78,7 +87,7 @@
  DLL_SUFFIX		= so.1.0
  endif
  
@@ -30,7 +25,7 @@
  ifdef MAPFILE
  	MKSHLIB += -Wl,--version-script,$(MAPFILE)
  endif
-@@ -82,4 +94,4 @@
+@@ -87,4 +96,4 @@
  
  G++INCLUDES		= -I/usr/include/g++
  


More information about the freebsd-gecko mailing list