diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-04-24 21:00:02 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-10-23 11:36:20 +0200 |
commit | d99010b4d4278ec2cd6f3cfe8225d99fdf410e92 (patch) | |
tree | 41e8831daaf39fcf21989c6f1fac77beef775d24 /sysutils | |
parent | misc/py-huggingface-hub: update to 0.26.1 (diff) |
devel/sdbus-cpp: update to 2.0.0
Changes: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v2.0.0
Reported by: GitHub (watch releases)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pass-secrets/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/pass-secrets/Makefile b/sysutils/pass-secrets/Makefile index 5634a896e940..148726bafa65 100644 --- a/sysutils/pass-secrets/Makefile +++ b/sysutils/pass-secrets/Makefile @@ -9,6 +9,8 @@ WWW= https://github.com/nullobsi/pass-secrets LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= https://github.com/nullobsi/pass-secrets/issues/17 + LIB_DEPENDS= libsdbus-c++.so:devel/sdbus-cpp RUN_DEPENDS= pass:sysutils/password-store |