Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2017 20:24:12 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449508 - head/graphics/wayland-protocols
Message-ID:  <201709092024.v89KOCxp003798@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Sep  9 20:24:11 2017
New Revision: 449508
URL: https://svnweb.freebsd.org/changeset/ports/449508

Log:
  graphics/wayland-protocols: update to 1.10
  
  - USES=pathfix has no effect, adjust CONFIGURE_ARGS instead
  - Mark as NO_ARCH
  - Pet portlint
  
  Changes:	https://cgit.freedesktop.org/wayland/wayland-protocols/log/
  PR:		220981
  Approved by:	maintainer timeout (1 month, previous version)

Modified:
  head/graphics/wayland-protocols/Makefile   (contents, props changed)
  head/graphics/wayland-protocols/distinfo   (contents, props changed)
  head/graphics/wayland-protocols/pkg-plist   (contents, props changed)

Modified: head/graphics/wayland-protocols/Makefile
==============================================================================
--- head/graphics/wayland-protocols/Makefile	Sat Sep  9 19:40:10 2017	(r449507)
+++ head/graphics/wayland-protocols/Makefile	Sat Sep  9 20:24:11 2017	(r449508)
@@ -1,23 +1,21 @@
 # $FreeBSD$
 
 PORTNAME=	wayland-protocols
-PORTVERSION=	1.7
+PORTVERSION=	1.10
 CATEGORIES=	graphics wayland
 MASTER_SITES=	https://wayland.freedesktop.org/releases/
 
 MAINTAINER=	kwm@FreeBSD.org
 COMMENT=	Wayland protocols
 
-BUILD_DEPENDS=	wayland-scanner:graphics/wayland
-
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		tar:xz pathfix
-GNU_CONFIGURE=	yes
+BUILD_DEPENDS=	wayland-scanner:graphics/wayland
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|$${datadir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \
-		${WRKSRC}/configure
+USES=		tar:xz
+NO_ARCH=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-noarch-pkgconfigdir='$${prefix}/libdata/pkgconfig'
 
 .include <bsd.port.mk>

Modified: head/graphics/wayland-protocols/distinfo
==============================================================================
--- head/graphics/wayland-protocols/distinfo	Sat Sep  9 19:40:10 2017	(r449507)
+++ head/graphics/wayland-protocols/distinfo	Sat Sep  9 20:24:11 2017	(r449508)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486828668
-SHA256 (wayland-protocols-1.7.tar.xz) = 635f2a937d318f1fecb97b54074ca211486e38af943868dd0fa82ea38d091c1f
-SIZE (wayland-protocols-1.7.tar.xz) = 113220
+TIMESTAMP = 1499756006
+SHA256 (wayland-protocols-1.10.tar.xz) = 5719c51d7354864983171c5083e93a72ac99229e2b460c4bb10513de08839c0a
+SIZE (wayland-protocols-1.10.tar.xz) = 117652

Modified: head/graphics/wayland-protocols/pkg-plist
==============================================================================
--- head/graphics/wayland-protocols/pkg-plist	Sat Sep  9 19:40:10 2017	(r449507)
+++ head/graphics/wayland-protocols/pkg-plist	Sat Sep  9 20:24:11 2017	(r449508)
@@ -4,6 +4,7 @@ libdata/pkgconfig/wayland-protocols.pc
 %%DATADIR%%/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml
 %%DATADIR%%/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml
 %%DATADIR%%/unstable/input-method/input-method-unstable-v1.xml
+%%DATADIR%%/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml
 %%DATADIR%%/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
 %%DATADIR%%/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
 %%DATADIR%%/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml
@@ -12,5 +13,7 @@ libdata/pkgconfig/wayland-protocols.pc
 %%DATADIR%%/unstable/tablet/tablet-unstable-v2.xml
 %%DATADIR%%/unstable/text-input/text-input-unstable-v1.xml
 %%DATADIR%%/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml
+%%DATADIR%%/unstable/xdg-output/xdg-output-unstable-v1.xml
 %%DATADIR%%/unstable/xdg-shell/xdg-shell-unstable-v5.xml
 %%DATADIR%%/unstable/xdg-shell/xdg-shell-unstable-v6.xml
+%%DATADIR%%/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml



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