diff options
author | kwm <kwm@FreeBSD.org> | 2015-12-11 05:50:14 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-12-11 05:50:14 +0800 |
commit | e2ce47dd5947536f38d47f863e65f835a0dbea41 (patch) | |
tree | ef86245fd91fc2d2ab16f05f6a008036d9fd7562 /graphics | |
parent | 49675f6132a7e799086b684924719fc804344a6e (diff) | |
download | freebsd-ports-gnome-e2ce47dd5947536f38d47f863e65f835a0dbea41.tar.gz freebsd-ports-gnome-e2ce47dd5947536f38d47f863e65f835a0dbea41.tar.zst freebsd-ports-gnome-e2ce47dd5947536f38d47f863e65f835a0dbea41.zip |
Update cairo to 1.14.6.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 5 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 377f31f3797f..ebfc55b3aa8a 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cairo -PORTVERSION= 1.14.2 -PORTREVISION= 1 +PORTVERSION= 1.14.6 PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -58,7 +57,7 @@ XCB_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x1 XCB_CONFIGURE_ENABLE= xcb # this has another option --enable-xlib-xcb=auto but it is buggy. -PLIST_SUB+= LIBVER=2.11400.2 +PLIST_SUB+= LIBVER=2.11400.6 .include <bsd.port.options.mk> diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index 1bf885deefe1..66c5d4ef9110 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,2 +1,2 @@ -SHA256 (cairo-1.14.2.tar.xz) = c919d999ddb1bbbecd4bbe65299ca2abd2079c7e13d224577895afa7005ecceb -SIZE (cairo-1.14.2.tar.xz) = 35376404 +SHA256 (cairo-1.14.6.tar.xz) = 613cb38447b76a93ff7235e17acd55a78b52ea84a9df128c3f2257f8eaa7b252 +SIZE (cairo-1.14.6.tar.xz) = 36040596 |