aboutsummaryrefslogtreecommitdiff
path: root/graphics/cairo
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-01-22 04:54:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-01-22 04:54:54 +0000
commit9d568ec2e08ce768b689d3d298d82a3744596ffb (patch)
tree25f449ba052d48b47d5e4b9edb9dc26046fb3495 /graphics/cairo
parent181574d682f6740b10a09fb8f03f7b3302ceaa53 (diff)
Notes
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile2
-rw-r--r--graphics/cairo/distinfo6
-rw-r--r--graphics/cairo/files/patch-src_cairo-xlib-surface.c11
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)