git: ed5727484854 - main - x11/libxkbcommon: Update 1.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Apr 2024 06:11:56 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed57274848542b25b86c5cb1af2be51900823e6d commit ed57274848542b25b86c5cb1af2be51900823e6d Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-04-25 15:06:01 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-04-30 06:11:33 +0000 x11/libxkbcommon: Update 1.7.0 Release notes: https://lists.freedesktop.org/archives/wayland-devel/2024-March/043539.html Differential Revision: https://reviews.freebsd.org/D44953 Sponsored by: Beckhoff Automation GmbH & Co. KG --- x11/libxkbcommon/Makefile | 3 +-- x11/libxkbcommon/distinfo | 6 +++--- x11/libxkbcommon/files/patch-meson.build | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index 123ddcd8a1a7..67ebd813f402 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -1,6 +1,5 @@ PORTNAME= libxkbcommon -PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTVERSION= 1.7.0 CATEGORIES= x11 MASTER_SITES= https://xkbcommon.org/download/ diff --git a/x11/libxkbcommon/distinfo b/x11/libxkbcommon/distinfo index 6bb837d1f481..bbcf2f77ad66 100644 --- a/x11/libxkbcommon/distinfo +++ b/x11/libxkbcommon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696798008 -SHA256 (libxkbcommon-1.6.0.tar.xz) = 0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b -SIZE (libxkbcommon-1.6.0.tar.xz) = 510456 +TIMESTAMP = 1714057479 +SHA256 (libxkbcommon-1.7.0.tar.xz) = 65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247 +SIZE (libxkbcommon-1.7.0.tar.xz) = 534312 diff --git a/x11/libxkbcommon/files/patch-meson.build b/x11/libxkbcommon/files/patch-meson.build deleted file mode 100644 index 67323a645fb6..000000000000 --- a/x11/libxkbcommon/files/patch-meson.build +++ /dev/null @@ -1,11 +0,0 @@ ---- meson.build.orig 2023-10-08 20:46:48 UTC -+++ meson.build -@@ -145,7 +145,7 @@ have_version_script = cc.links( - # Supports -Wl,--version-script? - have_version_script = cc.links( - 'int main(){}', -- args: '-Wl,--version-script=' + meson.current_source_dir()/'xkbcommon.map', -+ args: '-Wl,--undefined-version,--version-script=' + meson.current_source_dir()/'xkbcommon.map', - name: '-Wl,--version-script', - ) -