View | Details | Raw Unified | Return to bug 220981
Collapse All | Expand All

(-)graphics/wayland-protocols/Makefile (-8 / +6 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	wayland-protocols
3
PORTNAME=	wayland-protocols
4
PORTVERSION=	1.7
4
PORTVERSION=	1.9
5
CATEGORIES=	graphics wayland
5
CATEGORIES=	graphics wayland
6
MASTER_SITES=	https://wayland.freedesktop.org/releases/
6
MASTER_SITES=	https://wayland.freedesktop.org/releases/
7
7
Lines 8-23 MASTER_SITES= https://wayland.freedesktop.org/rele Link Here
8
MAINTAINER=	kwm@FreeBSD.org
8
MAINTAINER=	kwm@FreeBSD.org
9
COMMENT=	Wayland protocols
9
COMMENT=	Wayland protocols
10
10
11
BUILD_DEPENDS=	wayland-scanner:graphics/wayland
12
13
LICENSE=	MIT
11
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
15
13
16
USES=		tar:xz pathfix
14
BUILD_DEPENDS=	wayland-scanner:graphics/wayland
15
16
USES=		tar:xz
17
NO_ARCH=	yes
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--with-noarch-pkgconfigdir='$${prefix}/libdata/pkgconfig'
18
20
19
post-patch:
20
	@${REINPLACE_CMD} -e 's|$${datadir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \
21
		${WRKSRC}/configure
22
23
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)graphics/wayland-protocols/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1486828668
1
TIMESTAMP = 1499756006
2
SHA256 (wayland-protocols-1.7.tar.xz) = 635f2a937d318f1fecb97b54074ca211486e38af943868dd0fa82ea38d091c1f
2
SHA256 (wayland-protocols-1.9.tar.xz) = 666b72de30ca3b70c2b54ccc9e8114cb520e76db224c816b5e23501099174f75
3
SIZE (wayland-protocols-1.7.tar.xz) = 113220
3
SIZE (wayland-protocols-1.9.tar.xz) = 116152
(-)graphics/wayland-protocols/pkg-plist (+2 lines)
Lines 4-9 libdata/pkgconfig/wayland-protocols.pc Link Here
4
%%DATADIR%%/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml
4
%%DATADIR%%/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml
5
%%DATADIR%%/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml
5
%%DATADIR%%/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml
6
%%DATADIR%%/unstable/input-method/input-method-unstable-v1.xml
6
%%DATADIR%%/unstable/input-method/input-method-unstable-v1.xml
7
%%DATADIR%%/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml
7
%%DATADIR%%/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
8
%%DATADIR%%/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
8
%%DATADIR%%/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
9
%%DATADIR%%/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
9
%%DATADIR%%/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml
10
%%DATADIR%%/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml
Lines 14-16 libdata/pkgconfig/wayland-protocols.pc Link Here
14
%%DATADIR%%/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml
15
%%DATADIR%%/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml
15
%%DATADIR%%/unstable/xdg-shell/xdg-shell-unstable-v5.xml
16
%%DATADIR%%/unstable/xdg-shell/xdg-shell-unstable-v5.xml
16
%%DATADIR%%/unstable/xdg-shell/xdg-shell-unstable-v6.xml
17
%%DATADIR%%/unstable/xdg-shell/xdg-shell-unstable-v6.xml
18
%%DATADIR%%/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml

Return to bug 220981