git: a01cf6815901 - main - sysutils/pass-secrets: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Mar 2025 16:19:44 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a01cf68159018135601885b7c508f23318ae2c6e commit a01cf68159018135601885b7c508f23318ae2c6e Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-03-01 16:19:38 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-03-01 16:19:38 +0000 sysutils/pass-secrets: Remove expired port 2025-02-28 sysutils/pass-secrets: Listed as BROKEN and unmaintained for months --- MOVED | 1 + sysutils/Makefile | 1 - sysutils/pass-secrets/Makefile | 29 ----------------------------- sysutils/pass-secrets/distinfo | 3 --- sysutils/pass-secrets/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 35 deletions(-) diff --git a/MOVED b/MOVED index 28d4b9d1a926..05ca25a824e1 100644 --- a/MOVED +++ b/MOVED @@ -4182,3 +4182,4 @@ graphics/peps||2025-03-01|Has expired: Ancient port, upstream gone www/glewlwyd||2025-03-01|Has expired: Upstream repo archived on Oct 20, 2024 databases/tarantool2||2025-03-01|Has expired java/cos||2025-03-01|Has expired: Upstream seems gone since 2024-08-22 +sysutils/pass-secrets||2025-03-01|Has expired: Listed as BROKEN and unmaintained for months diff --git a/sysutils/Makefile b/sysutils/Makefile index 4f31338ab490..75a60fd80ea3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -894,7 +894,6 @@ SUBDIR += parkverbot SUBDIR += pass-coffin SUBDIR += pass-otp - SUBDIR += pass-secrets SUBDIR += pass-update SUBDIR += password-store SUBDIR += passwordsafe diff --git a/sysutils/pass-secrets/Makefile b/sysutils/pass-secrets/Makefile deleted file mode 100644 index 627ab664c569..000000000000 --- a/sysutils/pass-secrets/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= pass-secrets -PORTVERSION= s20240404 -CATEGORIES= sysutils - -MAINTAINER= ports@FreeBSD.org -COMMENT= Freedesktop secrets provider that uses pass as a backend -WWW= https://github.com/nullobsi/pass-secrets - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN= https://github.com/nullobsi/pass-secrets/issues/17 -DEPRECATED= Listed as BROKEN and unmaintained for months -EXPIRATION_DATE=2025-02-28 - -LIB_DEPENDS= libsdbus-c++.so:devel/sdbus-cpp -RUN_DEPENDS= pass:sysutils/password-store - -USES= cmake compiler:c++17-lang -USE_GITHUB= yes -GH_ACCOUNT= nullobsi -GH_TAGNAME= e313297 -PLIST_FILES= bin/${PORTNAME} \ - share/dbus-1/services/si.nullob.pass-secrets.service - -post-patch: - @${REINPLACE_CMD} '/systemd/d' ${WRKSRC}/CMakeLists.txt - -.include <bsd.port.mk> diff --git a/sysutils/pass-secrets/distinfo b/sysutils/pass-secrets/distinfo deleted file mode 100644 index ec4199034ff9..000000000000 --- a/sysutils/pass-secrets/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1712258780 -SHA256 (nullobsi-pass-secrets-s20240404-e313297_GH0.tar.gz) = b44b85af24d82acc2b8e43841adff34d7c339b60eb0680d1dc1f02d08ae2e150 -SIZE (nullobsi-pass-secrets-s20240404-e313297_GH0.tar.gz) = 170568 diff --git a/sysutils/pass-secrets/pkg-descr b/sysutils/pass-secrets/pkg-descr deleted file mode 100644 index 9a043305756b..000000000000 --- a/sysutils/pass-secrets/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -CLI Application that provides the Freedesktop Secret Service using -Pass as its backend!