Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2019 12:29:45 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514517 - head/graphics/waylandpp
Message-ID:  <201910151229.x9FCTjvM035312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Oct 15 12:29:45 2019
New Revision: 514517
URL: https://svnweb.freebsd.org/changeset/ports/514517

Log:
  graphics/waylandpp: Update to 0.2.7
  
  Changes:	https://github.com/NilsBrause/waylandpp/releases/tag/0.2.6
  Changes:	https://github.com/NilsBrause/waylandpp/releases/tag/0.2.7

Modified:
  head/graphics/waylandpp/Makefile
  head/graphics/waylandpp/distinfo
  head/graphics/waylandpp/pkg-plist

Modified: head/graphics/waylandpp/Makefile
==============================================================================
--- head/graphics/waylandpp/Makefile	Tue Oct 15 12:20:50 2019	(r514516)
+++ head/graphics/waylandpp/Makefile	Tue Oct 15 12:29:45 2019	(r514517)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	waylandpp
-DISTVERSION=	0.2.5
-PORTREVISION=	1
+DISTVERSION=	0.2.7
 CATEGORIES=	graphics
 
 MAINTAINER=	tobik@FreeBSD.org
@@ -21,5 +20,6 @@ USE_GL=		egl
 USE_LDCONFIG=	yes
 
 CMAKE_OFF=	BUILD_DOCUMENTATION BUILD_EXAMPLES
+PLIST_SUB=	SOVERSION=${DISTVERSION}
 
 .include <bsd.port.mk>

Modified: head/graphics/waylandpp/distinfo
==============================================================================
--- head/graphics/waylandpp/distinfo	Tue Oct 15 12:20:50 2019	(r514516)
+++ head/graphics/waylandpp/distinfo	Tue Oct 15 12:29:45 2019	(r514517)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551073109
-SHA256 (NilsBrause-waylandpp-0.2.5_GH0.tar.gz) = 5a4361f73d2bee65bfe54b954ce085c9bfc7bc4429ac2bdc97c10e3b84660907
-SIZE (NilsBrause-waylandpp-0.2.5_GH0.tar.gz) = 177735
+TIMESTAMP = 1571120263
+SHA256 (NilsBrause-waylandpp-0.2.7_GH0.tar.gz) = fa31b659a6bb93b322e1068831c9a0135a4687d8ef9ceb2e7660c909ce10bfa6
+SIZE (NilsBrause-waylandpp-0.2.7_GH0.tar.gz) = 179121

Modified: head/graphics/waylandpp/pkg-plist
==============================================================================
--- head/graphics/waylandpp/pkg-plist	Tue Oct 15 12:20:50 2019	(r514516)
+++ head/graphics/waylandpp/pkg-plist	Tue Oct 15 12:29:45 2019	(r514517)
@@ -6,18 +6,22 @@ include/wayland-cursor.hpp
 include/wayland-egl.hpp
 include/wayland-util.hpp
 include/wayland-version.hpp
+lib/cmake/waylandpp/waylandpp-config-version.cmake
+lib/cmake/waylandpp/waylandpp-config.cmake
+lib/cmake/waylandpp/waylandpp-targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/waylandpp/waylandpp-targets.cmake
 lib/libwayland-client++.so
 lib/libwayland-client++.so.0
-lib/libwayland-client++.so.0.2.5
+lib/libwayland-client++.so.%%SOVERSION%%
 lib/libwayland-client-extra++.so
 lib/libwayland-client-extra++.so.0
-lib/libwayland-client-extra++.so.0.2.5
+lib/libwayland-client-extra++.so.%%SOVERSION%%
 lib/libwayland-cursor++.so
 lib/libwayland-cursor++.so.0
-lib/libwayland-cursor++.so.0.2.5
+lib/libwayland-cursor++.so.%%SOVERSION%%
 lib/libwayland-egl++.so
 lib/libwayland-egl++.so.0
-lib/libwayland-egl++.so.0.2.5
+lib/libwayland-egl++.so.%%SOVERSION%%
 libdata/pkgconfig/wayland-client++.pc
 libdata/pkgconfig/wayland-client-extra++.pc
 libdata/pkgconfig/wayland-cursor++.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910151229.x9FCTjvM035312>