Date: Sun, 13 Nov 2022 00:10:26 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c82c80d08ab6 - main - x11/tofi: update to 0.7.0 Message-ID: <202211130010.2AD0AQmd036170@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c82c80d08ab6f75aa965db582eba27ecc12bbdae commit c82c80d08ab6f75aa965db582eba27ecc12bbdae Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-01 12:19:54 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-11-13 00:10:06 +0000 x11/tofi: update to 0.7.0 Changes: https://github.com/philj56/tofi/releases/tag/v0.7.0 Reported by: GitHub (watch releases) --- x11/tofi/Makefile | 8 ++++++-- x11/tofi/distinfo | 8 +++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/x11/tofi/Makefile b/x11/tofi/Makefile index 8464b1d23de9..92be79b8a1b9 100644 --- a/x11/tofi/Makefile +++ b/x11/tofi/Makefile @@ -1,8 +1,11 @@ PORTNAME= tofi DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0 +DISTVERSION= 0.7.0 CATEGORIES= x11 wayland +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= bd375c2f53e2.patch:-p1 # https://github.com/philj56/tofi/pull/61 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Tiny dynamic menu for Wayland WWW= https://github.com/philj56/tofi @@ -10,7 +13,8 @@ WWW= https://github.com/philj56/tofi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ + wayland-protocols>0:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ diff --git a/x11/tofi/distinfo b/x11/tofi/distinfo index 882b1dbd1118..bc1e3a90c680 100644 --- a/x11/tofi/distinfo +++ b/x11/tofi/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1662647634 -SHA256 (philj56-tofi-v0.6.0_GH0.tar.gz) = 65a3ddd202ae7b8bedeee2efb92253a4cca929654119ecdfd76f7d4c67315016 -SIZE (philj56-tofi-v0.6.0_GH0.tar.gz) = 305234 +TIMESTAMP = 1667305194 +SHA256 (philj56-tofi-v0.7.0_GH0.tar.gz) = b84680bb732434f622f66d71a2bcdf8f3ac03acaec1f856a683e13bbd78e63cd +SIZE (philj56-tofi-v0.7.0_GH0.tar.gz) = 311311 +SHA256 (bd375c2f53e2.patch) = ac1cf1a1399663f0b1c12457506fa90c9ca6858b409113756dc15064a7ca3059 +SIZE (bd375c2f53e2.patch) = 900
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211130010.2AD0AQmd036170>