Date: Tue, 15 Jan 2019 00:52:33 +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: r490328 - head/x11/slurp Message-ID: <201901150052.x0F0qXRh020498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Jan 15 00:52:32 2019 New Revision: 490328 URL: https://svnweb.freebsd.org/changeset/ports/490328 Log: x11/slurp: switch to evdev-proto (newer and helps DragonFly) Modified: head/x11/slurp/Makefile (contents, props changed) head/x11/slurp/distinfo (contents, props changed) Modified: head/x11/slurp/Makefile ============================================================================== --- head/x11/slurp/Makefile Tue Jan 15 00:52:22 2019 (r490327) +++ head/x11/slurp/Makefile Tue Jan 15 00:52:32 2019 (r490328) @@ -5,13 +5,17 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.0 CATEGORIES= x11 +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 74c4bdff012a.patch:-p1 7976828fe1a9.patch:-p1 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Select a region in a Wayland compositor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ + wayland-protocols>=1.14:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland USES= compiler:c11 gnome meson pkgconfig Modified: head/x11/slurp/distinfo ============================================================================== --- head/x11/slurp/distinfo Tue Jan 15 00:52:22 2019 (r490327) +++ head/x11/slurp/distinfo Tue Jan 15 00:52:32 2019 (r490328) @@ -1,3 +1,7 @@ TIMESTAMP = 1542873030 SHA256 (emersion-slurp-v1.0_GH0.tar.gz) = 41f3e98fa2729ae91d9f45e4d5e08023777b2cf3839e0cc0a7b2a5c53ebc4fd4 SIZE (emersion-slurp-v1.0_GH0.tar.gz) = 13416 +SHA256 (74c4bdff012a.patch) = 684803438a50cb6bdbfa365967837252fc7b7df60be053c031aee4f6b30355ea +SIZE (74c4bdff012a.patch) = 577 +SHA256 (7976828fe1a9.patch) = b2c4d55b9d16e9be5a2b2977f44e78fa92ef67889f0959604304b78115ddc259 +SIZE (7976828fe1a9.patch) = 474
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901150052.x0F0qXRh020498>