From cce44560432b7a1ec32561b7b313cfd2236738d9 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Mon, 25 Feb 2019 06:02:32 +0000 Subject: graphics/waylandpp: Update to 0.2.5 Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.5 --- graphics/waylandpp/Makefile | 3 +-- graphics/waylandpp/distinfo | 6 +++--- graphics/waylandpp/files/patch-CMakeLists.txt | 15 --------------- graphics/waylandpp/pkg-plist | 12 ++++++++---- 4 files changed, 12 insertions(+), 24 deletions(-) delete mode 100644 graphics/waylandpp/files/patch-CMakeLists.txt (limited to 'graphics/waylandpp') diff --git a/graphics/waylandpp/Makefile b/graphics/waylandpp/Makefile index 28be1cbf3ce6..7a02d64b2768 100644 --- a/graphics/waylandpp/Makefile +++ b/graphics/waylandpp/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= waylandpp -DISTVERSION= 0.2.4 -PORTREVISION= 1 +DISTVERSION= 0.2.5 CATEGORIES= graphics MAINTAINER= tobik@FreeBSD.org diff --git a/graphics/waylandpp/distinfo b/graphics/waylandpp/distinfo index 591ee0c06b99..7063bd4cb013 100644 --- a/graphics/waylandpp/distinfo +++ b/graphics/waylandpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1547021548 -SHA256 (NilsBrause-waylandpp-0.2.4_GH0.tar.gz) = 392e5f06c0d6a0ad3f0743d8c3ea9067beb68f575ae4d3e9b41971bcd1eb318d -SIZE (NilsBrause-waylandpp-0.2.4_GH0.tar.gz) = 240718 +TIMESTAMP = 1551073109 +SHA256 (NilsBrause-waylandpp-0.2.5_GH0.tar.gz) = 5a4361f73d2bee65bfe54b954ce085c9bfc7bc4429ac2bdc97c10e3b84660907 +SIZE (NilsBrause-waylandpp-0.2.5_GH0.tar.gz) = 177735 diff --git a/graphics/waylandpp/files/patch-CMakeLists.txt b/graphics/waylandpp/files/patch-CMakeLists.txt deleted file mode 100644 index 15652a2e386a..000000000000 --- a/graphics/waylandpp/files/patch-CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -Add missing ${PROTO_FILES_EXTRA} dependency to ${PROTO_FILES_UNSTABLE} - -https://github.com/NilsBrause/waylandpp/pull/52 - ---- CMakeLists.txt.orig 2019-01-09 08:54:47 UTC -+++ CMakeLists.txt -@@ -91,7 +91,7 @@ if(BUILD_LIBRARIES) - add_custom_command( - OUTPUT ${PROTO_FILES_UNSTABLE} - COMMAND "${WAYLAND_SCANNERPP}" ${PROTO_XMLS_UNSTABLE} ${PROTO_FILES_UNSTABLE} "-x" "wayland-client-protocol-extra.hpp" -- DEPENDS "${WAYLAND_SCANNERPP}" ${PROTO_XMLS_UNSTABLE}) -+ DEPENDS "${WAYLAND_SCANNERPP}" ${PROTO_XMLS_UNSTABLE} ${PROTO_FILES_EXTRA}) - - # library building helper functions - function(define_library TARGET CFLAGS LDFLAGS HEADERS) diff --git a/graphics/waylandpp/pkg-plist b/graphics/waylandpp/pkg-plist index 84508a1600de..5f30cc2c2470 100644 --- a/graphics/waylandpp/pkg-plist +++ b/graphics/waylandpp/pkg-plist @@ -7,13 +7,17 @@ include/wayland-egl.hpp include/wayland-util.hpp include/wayland-version.hpp lib/libwayland-client++.so -lib/libwayland-client++.so.0.2 +lib/libwayland-client++.so.0 +lib/libwayland-client++.so.0.2.5 lib/libwayland-client-extra++.so -lib/libwayland-client-extra++.so.0.2 +lib/libwayland-client-extra++.so.0 +lib/libwayland-client-extra++.so.0.2.5 lib/libwayland-cursor++.so -lib/libwayland-cursor++.so.0.2 +lib/libwayland-cursor++.so.0 +lib/libwayland-cursor++.so.0.2.5 lib/libwayland-egl++.so -lib/libwayland-egl++.so.0.2 +lib/libwayland-egl++.so.0 +lib/libwayland-egl++.so.0.2.5 libdata/pkgconfig/wayland-client++.pc libdata/pkgconfig/wayland-client-extra++.pc libdata/pkgconfig/wayland-cursor++.pc -- cgit v1.2.3