[SVN-Commit] r535 - in branches/experimental/www/seamonkey2-devel: . files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Apr 20 06:55:36 UTC 2011


Author: beat
Date: Wed Apr 20 06:55:28 2011
New Revision: 535

Log:
- Update to 2.1 Beta 3

Deleted:
   branches/experimental/www/seamonkey2-devel/files/patch-mozilla-gfx-thebes-gfxASurface.cpp
Modified:
   branches/experimental/www/seamonkey2-devel/Makefile
   branches/experimental/www/seamonkey2-devel/distinfo

Modified: branches/experimental/www/seamonkey2-devel/Makefile
==============================================================================
--- branches/experimental/www/seamonkey2-devel/Makefile	Thu Mar 24 13:17:12 2011	(r534)
+++ branches/experimental/www/seamonkey2-devel/Makefile	Wed Apr 20 06:55:28 2011	(r535)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	seamonkey
-DISTVERSION=	2.1b2
+DISTVERSION=	2.1b3
 CATEGORIES?=	www ipv6
 MASTER_SITES=	${MASTER_SITE_MOZILLA_EXTENDED}
 MASTER_SITE_SUBDIR=	seamonkey/releases/${DISTVERSION}/source

Modified: branches/experimental/www/seamonkey2-devel/distinfo
==============================================================================
--- branches/experimental/www/seamonkey2-devel/distinfo	Thu Mar 24 13:17:12 2011	(r534)
+++ branches/experimental/www/seamonkey2-devel/distinfo	Wed Apr 20 06:55:28 2011	(r535)
@@ -1,2 +1,2 @@
-SHA256 (seamonkey-2.1b2.source.tar.bz2) = 9f9e59303b1d39dc97aa943f49018a572d41b5e566c66e176f1f012e2e9d898a
-SIZE (seamonkey-2.1b2.source.tar.bz2) = 83425193
+SHA256 (seamonkey-2.1b3.source.tar.bz2) = 97afefa90d86c873d3e78238bab44f57efedba296291fe0320458b26df9d9ec9
+SIZE (seamonkey-2.1b3.source.tar.bz2) = 84193584

Deleted: branches/experimental/www/seamonkey2-devel/files/patch-mozilla-gfx-thebes-gfxASurface.cpp
==============================================================================
--- branches/experimental/www/seamonkey2-devel/files/patch-mozilla-gfx-thebes-gfxASurface.cpp	Wed Apr 20 06:55:28 2011	(r534)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,32 +0,0 @@
-diff --git a/gfx/thebes/gfxASurface.cpp b/gfx/thebes/gfxASurface.cpp
---- mozilla/gfx/thebes/gfxASurface.cpp
-+++ mozilla/gfx/thebes/gfxASurface.cpp
-@@ -222,7 +222,9 @@ gfxASurface::Init(cairo_surface_t* surfa
-     } else {
-         mFloatingRefs = 1;
-+#ifdef MOZ_TREE_CAIRO
-         if (cairo_surface_get_content(surface) != CAIRO_CONTENT_COLOR) {
-             cairo_surface_set_subpixel_antialiasing(surface, CAIRO_SUBPIXEL_ANTIALIASING_DISABLED);
-         }
-+#endif
-     }
- }
-@@ -438,6 +440,8 @@ gfxASurface::SetSubpixelAntialiasingEnab
-     if (!mSurfaceValid)
-         return;
-+#ifdef MOZ_TREE_CAIRO
-     cairo_surface_set_subpixel_antialiasing(mSurface,
-         aEnabled ? CAIRO_SUBPIXEL_ANTIALIASING_ENABLED : CAIRO_SUBPIXEL_ANTIALIASING_DISABLED);
-+#endif
- }
- 
-@@ -447,5 +451,9 @@ gfxASurface::GetSubpixelAntialiasingEnab
-     if (!mSurfaceValid)
-       return PR_FALSE;
-+#ifdef MOZ_TREE_CAIRO
-     return cairo_surface_get_subpixel_antialiasing(mSurface) == CAIRO_SUBPIXEL_ANTIALIASING_ENABLED;
-+#else
-+    return PR_FALSE;
-+#endif
- }
- 


More information about the freebsd-gecko mailing list