diff options
author | marcus <marcus@FreeBSD.org> | 2008-01-22 12:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-01-22 12:54:54 +0800 |
commit | 6f0c601f6f9083190239e119542bcc1609d8afa7 (patch) | |
tree | fe2a45d6d0758cce5269430afb8454e6a354680f /graphics | |
parent | 5e9b0b3d664f8bce312c83d7b60852d59ff36aad (diff) | |
download | freebsd-ports-gnome-6f0c601f6f9083190239e119542bcc1609d8afa7.tar.gz freebsd-ports-gnome-6f0c601f6f9083190239e119542bcc1609d8afa7.tar.zst freebsd-ports-gnome-6f0c601f6f9083190239e119542bcc1609d8afa7.zip |
Update to 1.4.14.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 2 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 6 | ||||
-rw-r--r-- | graphics/cairo/files/patch-src_cairo-xlib-surface.c | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 3c75f99daa83..7cabb164b9e2 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cairo -PORTVERSION= 1.4.12 +PORTVERSION= 1.4.14 PORTREVISION?= 0 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index 0c2908e27c3c..803d2eb62758 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,3 +1,3 @@ -MD5 (cairo-1.4.12.tar.gz) = 8e50c2c0d56388e4ee94196c0c7a7904 -SHA256 (cairo-1.4.12.tar.gz) = a1a1e4ccec8da980141d903adbe83535481b4fda96a479456438d3dfbc767d5d -SIZE (cairo-1.4.12.tar.gz) = 3276610 +MD5 (cairo-1.4.14.tar.gz) = e8c442ff821c0719a69508fecba9038f +SHA256 (cairo-1.4.14.tar.gz) = 8914f9c34a77bf9d908b0c617c2d7ffebdd6d1e855cfd367d2a1b3d677f22e3c +SIZE (cairo-1.4.14.tar.gz) = 3283608 diff --git a/graphics/cairo/files/patch-src_cairo-xlib-surface.c b/graphics/cairo/files/patch-src_cairo-xlib-surface.c deleted file mode 100644 index 396ac3e29ed2..000000000000 --- a/graphics/cairo/files/patch-src_cairo-xlib-surface.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cairo-xlib-surface.c.orig Mon Oct 3 22:44:43 2005 -+++ src/cairo-xlib-surface.c Wed Nov 16 18:59:40 2005 -@@ -1758,7 +1758,7 @@ - - surface->buggy_repeat = FALSE; - if (strstr (ServerVendor (dpy), "X.Org") != NULL) { -- if (VendorRelease (dpy) <= 60802000) -+ if (VendorRelease (dpy) < 60900000) - surface->buggy_repeat = TRUE; - } else if (strstr (ServerVendor (dpy), "XFree86") != NULL) { - if (VendorRelease (dpy) <= 40500000) |