git: d2383a5f8ce4 - main - devel/hyprlang: update to 0.5.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Oct 2024 11:21:30 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2383a5f8ce49acc8ae936a3bede38fa197119f9 commit d2383a5f8ce49acc8ae936a3bede38fa197119f9 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-10-05 22:50:12 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-10-06 11:20:47 +0000 devel/hyprlang: update to 0.5.3 Changes: https://github.com/hyprwm/hyprlang/releases/tag/v0.5.3 Reported by: GitHub (watch releases) --- devel/hyprlang/Makefile | 6 ++++-- devel/hyprlang/distinfo | 6 +++--- devel/hyprlang/files/patch-CMakeLists.txt | 13 ------------- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/devel/hyprlang/Makefile b/devel/hyprlang/Makefile index 998ee07fc7f1..acf815637613 100644 --- a/devel/hyprlang/Makefile +++ b/devel/hyprlang/Makefile @@ -1,6 +1,6 @@ PORTNAME= hyprlang DISTVERSIONPREFIX= v -DISTVERSION= 0.5.2 +DISTVERSION= 0.5.3 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org @@ -10,7 +10,9 @@ WWW= https://hyprland.org/hyprlang LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:testing compiler:c++11-lib +LIB_DEPENDS= libhyprutils.so:devel/hyprutils + +USES= cmake:testing compiler:c++11-lib pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= hyprwm diff --git a/devel/hyprlang/distinfo b/devel/hyprlang/distinfo index 23a75e91f0a1..49bf44a1be2b 100644 --- a/devel/hyprlang/distinfo +++ b/devel/hyprlang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716458409 -SHA256 (hyprwm-hyprlang-v0.5.2_GH0.tar.gz) = 66a1f87634c8ecdeb67d7ccc499a3fc1c19b064a098b103be042751e7430b5cc -SIZE (hyprwm-hyprlang-v0.5.2_GH0.tar.gz) = 56383 +TIMESTAMP = 1728168612 +SHA256 (hyprwm-hyprlang-v0.5.3_GH0.tar.gz) = 9715311d6b31c18f1e83da999269c71a61c0862645795d2666fa1d7b20d5d0f6 +SIZE (hyprwm-hyprlang-v0.5.3_GH0.tar.gz) = 56761 diff --git a/devel/hyprlang/files/patch-CMakeLists.txt b/devel/hyprlang/files/patch-CMakeLists.txt deleted file mode 100644 index 908484955fd4..000000000000 --- a/devel/hyprlang/files/patch-CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -https://github.com/hyprwm/hyprlang/issues/46 - ---- CMakeLists.txt.orig 2024-05-23 10:00:09 UTC -+++ CMakeLists.txt -@@ -45,7 +45,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang") - # probably evil. Arch's clang is very outdated tho... - target_compile_options(hyprlang PUBLIC -std=gnu++2b -D__cpp_concepts=202002L -Wno-macro-redefined) - add_compile_options(-stdlib=libc++) -- add_link_options(-stdlib=libc++ -lc++abi) -+ add_link_options(-stdlib=libc++) - message(STATUS "Using clang++ to compile hyprlang") - endif() -