git: 53c7aa691e7f - main - x11/kanshi: update to 1.2.0
Jan Beich
jbeich at FreeBSD.org
Thu Jun 24 18:43:33 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=53c7aa691e7fb56ef7706426b704efccfe33c1db
commit 53c7aa691e7fb56ef7706426b704efccfe33c1db
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-06-24 06:49:00 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-06-24 18:43:13 +0000
x11/kanshi: update to 1.2.0
Changes: https://github.com/emersion/kanshi/releases/tag/v1.2.0
Reported by: GitHub (watch releases)
---
x11/kanshi/Makefile | 9 +++++----
x11/kanshi/distinfo | 8 +++-----
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile
index ae736ca8ffeb..22aa94aeceba 100644
--- a/x11/kanshi/Makefile
+++ b/x11/kanshi/Makefile
@@ -1,11 +1,8 @@
PORTNAME= kanshi
DISTVERSIONPREFIX= v
-PORTVERSION= 1.1.0
+PORTVERSION= 1.2.0
CATEGORIES= x11
-PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+= 846b72563784.patch:-p1
-
MAINTAINER= jbeich at FreeBSD.org
COMMENT= Dynamic display configuration for Wayland
@@ -27,4 +24,8 @@ MANPAGES_MESON_ENABLED= man-pages
MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz \
man/man5/${PORTNAME}.5.gz
+post-patch:
+ @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \
+ ${WRKSRC}/${PORTNAME}.5.scd
+
.include <bsd.port.mk>
diff --git a/x11/kanshi/distinfo b/x11/kanshi/distinfo
index c7cddbc2c335..533a498dec38 100644
--- a/x11/kanshi/distinfo
+++ b/x11/kanshi/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1585818188
-SHA256 (emersion-kanshi-v1.1.0_GH0.tar.gz) = f7e782d2b49380aed370213b8d74af9fe806d9dc94b3c19179475f4b18e26566
-SIZE (emersion-kanshi-v1.1.0_GH0.tar.gz) = 15884
-SHA256 (846b72563784.patch) = 215414fe1736e57a37d63fb159f542943623922399e76aa26539b4678e204c73
-SIZE (846b72563784.patch) = 1431
+TIMESTAMP = 1624517340
+SHA256 (emersion-kanshi-v1.2.0_GH0.tar.gz) = 144428b9e79209b853c4b38a5efb6f16d581a2b9cb96e419b3b0a0f5914bcad4
+SIZE (emersion-kanshi-v1.2.0_GH0.tar.gz) = 16501
More information about the dev-commits-ports-all
mailing list