diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-02-28 11:38:15 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-02-28 11:38:15 +0000 |
commit | 7a4cb88875f282300c1c887cb2b77187686224ae (patch) | |
tree | 0f9aece5849e5fdb282baaa949314e8e32bc5723 /graphics | |
parent | 45b47603e1777051d393c7a55ae4d5430e1d0710 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 4 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 5 | ||||
-rw-r--r-- | graphics/cairo/files/patch-src_cairo.h | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 29cfe9a8c2e5..25cdfd5371da 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -7,8 +7,8 @@ # PORTNAME= cairo -PORTVERSION= 1.10.0 -PORTREVISION= 3 +PORTVERSION= 1.10.2 +PORTREVISION= 0 PORTEPOCH?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index 10a0e78cde6c..695495df3aa8 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,3 +1,2 @@ -MD5 (cairo-1.10.0.tar.gz) = 70a2ece66cf473d976e2db0f75bf199e -SHA256 (cairo-1.10.0.tar.gz) = 0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2 -SIZE (cairo-1.10.0.tar.gz) = 24022822 +SHA256 (cairo-1.10.2.tar.gz) = 32018c7998358eebc2ad578ff8d8559d34fc80252095f110a572ed23d989fc41 +SIZE (cairo-1.10.2.tar.gz) = 23558405 diff --git a/graphics/cairo/files/patch-src_cairo.h b/graphics/cairo/files/patch-src_cairo.h deleted file mode 100644 index 5e12601a0509..000000000000 --- a/graphics/cairo/files/patch-src_cairo.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cairo.h.orig 2010-10-29 16:27:48.000000000 +0200 -+++ src/cairo.h 2010-10-29 16:28:07.000000000 +0200 -@@ -1973,7 +1973,7 @@ typedef enum _cairo_device_type { - CAIRO_DEVICE_TYPE_SCRIPT, - CAIRO_DEVICE_TYPE_XCB, - CAIRO_DEVICE_TYPE_XLIB, -- CAIRO_DEVICE_TYPE_XML, -+ CAIRO_DEVICE_TYPE_XML - } cairo_device_type_t; - - cairo_public cairo_device_type_t |