Date: Mon, 5 Sep 2022 12:42:35 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 406120e00e90 - main - devel/libevdevplus: update to 0.2.1 Message-ID: <202209051242.285CgZbP038135@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=406120e00e90528bd9741722783e9b90b36fa0db commit 406120e00e90528bd9741722783e9b90b36fa0db Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-09-05 12:36:07 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-09-05 12:42:24 +0000 devel/libevdevplus: update to 0.2.1 --- devel/libevdevplus/Makefile | 6 ++++-- devel/libevdevplus/distinfo | 8 +++++--- devel/libevdevplus/pkg-plist | 10 +++------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/devel/libevdevplus/Makefile b/devel/libevdevplus/Makefile index 64bb00c61d65..2e89be4eec78 100644 --- a/devel/libevdevplus/Makefile +++ b/devel/libevdevplus/Makefile @@ -1,9 +1,11 @@ PORTNAME= ${GH_PROJECT:tl} -PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTVERSION= 0.2.1 DISTVERSIONPREFIX= v CATEGORIES= devel +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 7f208aaf21aa468013fc41e67c32f6a6c8c08249.patch:-p1 # install directives + MAINTAINER= bapt@FreeBSD.org COMMENT= Easy-to-use event device library in C++ diff --git a/devel/libevdevplus/distinfo b/devel/libevdevplus/distinfo index 212f6af19820..f0ba9a022d50 100644 --- a/devel/libevdevplus/distinfo +++ b/devel/libevdevplus/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1587109323 -SHA256 (YukiWorkshop-libevdevPlus-v0.1.1_GH0.tar.gz) = c941b6b45f784c1e6c6f316f59256fabd604ac392db405cf7fd99de2686aaab0 -SIZE (YukiWorkshop-libevdevPlus-v0.1.1_GH0.tar.gz) = 9448 +TIMESTAMP = 1662381554 +SHA256 (YukiWorkshop-libevdevPlus-v0.2.1_GH0.tar.gz) = c656a29258222c3f058f2ddd7e4f7f5f30fb92c74a25cf0db460139cce0668b9 +SIZE (YukiWorkshop-libevdevPlus-v0.2.1_GH0.tar.gz) = 8820 +SHA256 (7f208aaf21aa468013fc41e67c32f6a6c8c08249.patch) = 10b66dbbb7d977471ff6f095cb4d607e090dcec23a099a2fdd93fe45a01f321a +SIZE (7f208aaf21aa468013fc41e67c32f6a6c8c08249.patch) = 1237 diff --git a/devel/libevdevplus/pkg-plist b/devel/libevdevplus/pkg-plist index 6b6c81e865f1..f53b76a0bff4 100644 --- a/devel/libevdevplus/pkg-plist +++ b/devel/libevdevplus/pkg-plist @@ -1,8 +1,4 @@ -include/evdevPlus/CommonIncludes.hpp -include/evdevPlus/InputEvent.hpp -include/evdevPlus/evdevPlus.hpp +include/CommonIncludes.hpp +include/InputEvent.hpp +include/evdevPlus.hpp lib/libevdevPlus.a -lib/libevdevPlus.so -lib/libevdevPlus.so.0 -lib/libevdevPlus.so.0.1.1 -libdata/pkgconfig/evdevPlus.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209051242.285CgZbP038135>