[Midnightbsd-cvs] mports [22987] trunk/graphics/cairo: update cairo to 1.14.8
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Dec 9 15:17:11 EST 2017
Revision: 22987
http://svnweb.midnightbsd.org/mports/?rev=22987
Author: laffer1
Date: 2017-12-09 15:17:11 -0500 (Sat, 09 Dec 2017)
Log Message:
-----------
update cairo to 1.14.8
Modified Paths:
--------------
trunk/graphics/cairo/Makefile
trunk/graphics/cairo/distinfo
trunk/graphics/cairo/pkg-descr
trunk/graphics/cairo/pkg-plist
Modified: trunk/graphics/cairo/Makefile
===================================================================
--- trunk/graphics/cairo/Makefile 2017-12-09 19:59:39 UTC (rev 22986)
+++ trunk/graphics/cairo/Makefile 2017-12-09 20:17:11 UTC (rev 22987)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= cairo
-PORTVERSION= 1.14.6
+PORTVERSION= 1.14.8
PORTREVISION= 0
PORTEPOCH?= 2
CATEGORIES= graphics
@@ -34,13 +34,12 @@
--disable-gallium \
--disable-glesv2 \
--disable-wgl \
- --disable-egl \
--enable-tee \
--enable-gobject \
--enable-xlib
OPTIONS_DEFINE= OPENGL XCB
-OPTIONS_DEFAULT=XCB
+OPTIONS_DEFAULT=OPENGL XCB
XCB_DESC= Enable XCB (X C-language Binding) Support
OPTIONS_SUB= yes
OPENGL_USE= gl=gl xorg=glproto:both,dri2proto:both
@@ -52,7 +51,7 @@
.include <bsd.mport.options.mk>
-PLIST_SUB+= LIBVER=2.11400.6
+PLIST_SUB+= LIBVER=2.11400.8
post-patch:
@${REINPLACE_CMD} -e '/strings/s/ - / -a /' \
Modified: trunk/graphics/cairo/distinfo
===================================================================
--- trunk/graphics/cairo/distinfo 2017-12-09 19:59:39 UTC (rev 22986)
+++ trunk/graphics/cairo/distinfo 2017-12-09 20:17:11 UTC (rev 22987)
@@ -1,2 +1,3 @@
-SHA256 (cairo-1.14.6.tar.xz) = 613cb38447b76a93ff7235e17acd55a78b52ea84a9df128c3f2257f8eaa7b252
-SIZE (cairo-1.14.6.tar.xz) = 36040596
+TIMESTAMP = 1488198143
+SHA256 (cairo-1.14.8.tar.xz) = d1f2d98ae9a4111564f6de4e013d639cf77155baf2556582295a0f00a9bc5e20
+SIZE (cairo-1.14.8.tar.xz) = 35392464
Modified: trunk/graphics/cairo/pkg-descr
===================================================================
--- trunk/graphics/cairo/pkg-descr 2017-12-09 19:59:39 UTC (rev 22986)
+++ trunk/graphics/cairo/pkg-descr 2017-12-09 20:17:11 UTC (rev 22987)
@@ -10,4 +10,4 @@
and filling Bezier cubic splines, transforming and compositing translucent
images, and antialiased text rendering.
-WWW: http://www.cairographics.org
+WWW: https://www.cairographics.org/
Modified: trunk/graphics/cairo/pkg-plist
===================================================================
--- trunk/graphics/cairo/pkg-plist 2017-12-09 19:59:39 UTC (rev 22986)
+++ trunk/graphics/cairo/pkg-plist 2017-12-09 20:17:11 UTC (rev 22987)
@@ -41,6 +41,7 @@
lib/libcairo.so.2
lib/libcairo.so.%%LIBVER%%
libdata/pkgconfig/cairo.pc
+%%OPENGL%%libdata/pkgconfig/cairo-egl.pc
libdata/pkgconfig/cairo-fc.pc
libdata/pkgconfig/cairo-ft.pc
%%OPENGL%%libdata/pkgconfig/cairo-gl.pc
More information about the Midnightbsd-cvs
mailing list