git: 36d5cc245e18 - main - x11/gxkb: add PORTSCOUT hint to ignore RU/BY-phobic "update"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Jan 2023 09:49:27 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=36d5cc245e18dc6e60ca1054d69d0a28ac9af085
commit 36d5cc245e18dc6e60ca1054d69d0a28ac9af085
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-01-11 09:47:58 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-01-11 09:47:58 +0000
x11/gxkb: add PORTSCOUT hint to ignore RU/BY-phobic "update"
Recently released version 0.9.4 removed Russian and Belarusian flags,
no changes otherwise. As this is clearly a regression to some of the
users, skip this version.
Reported by: portscout
---
x11/gxkb/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/x11/gxkb/Makefile b/x11/gxkb/Makefile
index c65ab13ea291..c12fe25c2d50 100644
--- a/x11/gxkb/Makefile
+++ b/x11/gxkb/Makefile
@@ -17,6 +17,8 @@ USE_GNOME= gdkpixbuf2 glib20
PORTDOCS= AUTHORS NEWS
+PORTSCOUT= skipv:0.9.4 # identical to 0.9.3 but RU and BY flags removed
+
OPTIONS_DEFINE= DOCS GTK2
GTK2_DESC= Build against GTK version 2, not 3