Date: Mon, 10 Feb 2020 19:32:44 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525750 - in head: . graphics graphics/wayland-protocols graphics/wayland-protocols-devel x11-servers/xwayland-devel Message-ID: <202002101932.01AJWi9A047088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Mon Feb 10 19:32:43 2020 New Revision: 525750 URL: https://svnweb.freebsd.org/changeset/ports/525750 Log: graphics/wayland-protocols: Update to 1.18 Update graphics/wayland-protocols to 1.18 Remove the -devel version, it's not needed. Adjust dependencies for this. PR: 244010 Submitted by: jbeich Tested by: manu Deleted: head/graphics/wayland-protocols-devel/ Modified: head/MOVED head/graphics/Makefile head/graphics/wayland-protocols/Makefile head/graphics/wayland-protocols/distinfo head/x11-servers/xwayland-devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Feb 10 18:47:28 2020 (r525749) +++ head/MOVED Mon Feb 10 19:32:43 2020 (r525750) @@ -14241,3 +14241,4 @@ www/py-collective.templateengines||2020-02-06|Has expi www/zope213||2020-02-06|Has expired: Outdated, uses EOLed python27 misc/py-glance||2020-02-06|Has expired: Outdated, uses EOLed python27 devel/py-memory_profiler|devel/py-memory-profiler|2020-02-08|Rename to match upstream naming +graphics/wayland-protocols-devel|graphics/wayland-protocols|2020-02-10|Merged into master port Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Feb 10 18:47:28 2020 (r525749) +++ head/graphics/Makefile Mon Feb 10 19:32:43 2020 (r525750) @@ -1041,7 +1041,6 @@ SUBDIR += waifu2x-ncnn-vulkan SUBDIR += wayland SUBDIR += wayland-protocols - SUBDIR += wayland-protocols-devel SUBDIR += waylandpp SUBDIR += webp SUBDIR += webp-pixbuf-loader Modified: head/graphics/wayland-protocols/Makefile ============================================================================== --- head/graphics/wayland-protocols/Makefile Mon Feb 10 18:47:28 2020 (r525749) +++ head/graphics/wayland-protocols/Makefile Mon Feb 10 19:32:43 2020 (r525750) @@ -1,20 +1,17 @@ # $FreeBSD$ PORTNAME= wayland-protocols -PORTVERSION?= 1.17 -PORTREVISION?= 0 +PORTVERSION= 1.18 CATEGORIES= graphics wayland MASTER_SITES= https://wayland.freedesktop.org/releases/ -MAINTAINER?= x11@FreeBSD.org +MAINTAINER= x11@FreeBSD.org COMMENT= Wayland protocols LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= wayland-scanner:graphics/wayland - -CONFLICTS_INSTALL?= ${PORTNAME}-devel USES= tar:xz NO_ARCH= yes Modified: head/graphics/wayland-protocols/distinfo ============================================================================== --- head/graphics/wayland-protocols/distinfo Mon Feb 10 18:47:28 2020 (r525749) +++ head/graphics/wayland-protocols/distinfo Mon Feb 10 19:32:43 2020 (r525750) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542038372 -SHA256 (wayland-protocols-1.17.tar.xz) = df1319cf9705643aea9fd16f9056f4e5b2471bd10c0cc3713d4a4cdc23d6812f -SIZE (wayland-protocols-1.17.tar.xz) = 107680 +TIMESTAMP = 1448003142 +SHA256 (wayland-protocols-1.18.tar.xz) = 3d73b7e7661763dc09d7d9107678400101ecff2b5b1e531674abfa81e04874b3 +SIZE (wayland-protocols-1.18.tar.xz) = 108344 Modified: head/x11-servers/xwayland-devel/Makefile ============================================================================== --- head/x11-servers/xwayland-devel/Makefile Mon Feb 10 18:47:28 2020 (r525749) +++ head/x11-servers/xwayland-devel/Makefile Mon Feb 10 19:32:43 2020 (r525750) @@ -21,7 +21,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ ${LOCALBASE}/include/GL/internal/dri_interface.h:graphics/mesa-dri \ - wayland-protocols-devel>=1.18:graphics/wayland-protocols-devel + wayland-protocols>=1.18:graphics/wayland-protocols LIB_DEPENDS= libdrm.so:graphics/libdrm \ libepoxy.so:graphics/libepoxy \ libwayland-client.so:graphics/wayland
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002101932.01AJWi9A047088>