Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2024 15:22:25 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: 8a77f36e8e9f - main - x11/foot: update to 1.17.0
Message-ID:  <202404021522.432FMPDk071381@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=8a77f36e8e9f0d6d98a1373ea8dffecacdd8adfc

commit 8a77f36e8e9f0d6d98a1373ea8dffecacdd8adfc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-02 14:27:54 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-02 15:21:43 +0000

    x11/foot: update to 1.17.0
    
    Changes:        https://codeberg.org/dnkl/foot/releases/tag/1.17.0
    Reported by:    upstream (via mail)
---
 x11/foot/Makefile  | 4 ++--
 x11/foot/distinfo  | 6 +++---
 x11/foot/pkg-plist | 3 +++
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/x11/foot/Makefile b/x11/foot/Makefile
index fe299a530533..d3cd1706e10d 100644
--- a/x11/foot/Makefile
+++ b/x11/foot/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	foot
-DISTVERSION=	1.16.2
-PORTREVISION=	2
+DISTVERSION=	1.17.0
 CATEGORIES=	x11 wayland
 MASTER_SITES=	https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
 
@@ -76,6 +75,7 @@ post-build-PGO-on:
 	(cd ${BUILD_WRKSRC} && ./tests/test-config) # -Wbackend-plugin/-Wmissing-profile
 	(cd ${BUILD_WRKSRC} && ./utils/xtgettcap) # -Wbackend-plugin/-Wmissing-profile
 	(cd ${BUILD_WRKSRC} && ./${PORTNAME}client --version) # -Wbackend-plugin/-Wmissing-profile
+	(cd ${BUILD_WRKSRC} && ./${PORTNAME} --version) # -Wbackend-plugin/-Wmissing-profile
 .if defined(WAYLAND_DISPLAY)
 # Likely a local build, so optimize for the current config
 	(cd ${BUILD_WRKSRC} && LC_ALL=en_US.UTF-8 ./${PORTNAME} ${PYTHON_CMD} \
diff --git a/x11/foot/distinfo b/x11/foot/distinfo
index cb3a4521c921..5a3c7f63f7a9 100644
--- a/x11/foot/distinfo
+++ b/x11/foot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1697556252
-SHA256 (foot-1.16.2.tar.gz) = 0e02af376e5f4a96eeb90470b7ad2e79a1d660db2a7d1aa772be43c7db00e475
-SIZE (foot-1.16.2.tar.gz) = 529917
+TIMESTAMP = 1712068074
+SHA256 (foot-1.17.0.tar.gz) = ab5603edad89d26e8ae543e92c72210a1fbbe7abdf15a0729664b41baed6a3b8
+SIZE (foot-1.17.0.tar.gz) = 543348
diff --git a/x11/foot/pkg-plist b/x11/foot/pkg-plist
index 4cd66c45fa64..9c2e2a90ab9f 100644
--- a/x11/foot/pkg-plist
+++ b/x11/foot/pkg-plist
@@ -23,6 +23,7 @@ share/fish/vendor_completions.d/footclient.fish
 %%DATADIR%%/themes/derp
 %%DATADIR%%/themes/deus
 %%DATADIR%%/themes/dracula
+%%DATADIR%%/themes/electrophoretic
 %%DATADIR%%/themes/gruvbox-dark
 %%DATADIR%%/themes/gruvbox-light
 %%DATADIR%%/themes/hacktober
@@ -34,6 +35,7 @@ share/fish/vendor_completions.d/footclient.fish
 %%DATADIR%%/themes/modus-vivendi
 %%DATADIR%%/themes/monokai-pro
 %%DATADIR%%/themes/moonfly
+%%DATADIR%%/themes/neon
 %%DATADIR%%/themes/nightfly
 %%DATADIR%%/themes/nord
 %%DATADIR%%/themes/nordiq
@@ -41,6 +43,7 @@ share/fish/vendor_completions.d/footclient.fish
 %%DATADIR%%/themes/panda
 %%DATADIR%%/themes/paper-color-dark
 %%DATADIR%%/themes/paper-color-light
+%%DATADIR%%/themes/poimandres
 %%DATADIR%%/themes/rezza
 %%DATADIR%%/themes/rose-pine
 %%DATADIR%%/themes/selenized-black



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404021522.432FMPDk071381>