git: 6067166f0a33 - main - security/nextcloud-passman: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 12:13:31 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6067166f0a33d820b967d9137c33e14f83cc0a5b
commit 6067166f0a33d820b967d9137c33e14f83cc0a5b
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 12:13:23 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 12:13:23 +0000
security/nextcloud-passman: Remove expired port
2025-12-31 security/nextcloud-passman: Upstream unmaintained
---
MOVED | 1 +
security/Makefile | 1 -
security/nextcloud-passman/Makefile | 20 --------------------
security/nextcloud-passman/distinfo | 3 ---
security/nextcloud-passman/pkg-descr | 7 -------
5 files changed, 1 insertion(+), 31 deletions(-)
diff --git a/MOVED b/MOVED
index f7a5a6c797ab..7e6cd170edf0 100644
--- a/MOVED
+++ b/MOVED
@@ -4982,3 +4982,4 @@ www/unit||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
archivers/py-borgbackup12|archivers/py-borgbackup|2025-12-31|Has expired: Likely the final 1.2.x release, please migrate to using 1.4.x (it is quite similar)
devel/fastcrc||2025-12-31|Has expired: dead upstream
graphics/osgearth||2025-12-31|Has expired: fails to build
+security/nextcloud-passman||2025-12-31|Has expired: Upstream unmaintained
diff --git a/security/Makefile b/security/Makefile
index fcd36a1cd104..9d6dd5af833b 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -404,7 +404,6 @@
SUBDIR += netbird
SUBDIR += nettle
SUBDIR += nextcloud-end_to_end_encryption
- SUBDIR += nextcloud-passman
SUBDIR += nextcloud-twofactor_admin
SUBDIR += nextcloud-twofactor_webauthn
SUBDIR += nflib
diff --git a/security/nextcloud-passman/Makefile b/security/nextcloud-passman/Makefile
deleted file mode 100644
index 2617c3720557..000000000000
--- a/security/nextcloud-passman/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME= passman
-PORTVERSION= 2.4.12
-CATEGORIES= security
-MASTER_SITES= https://releases.passman.cc/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= brnrd@FreeBSD.org
-COMMENT= Full featured password manager for Nextcloud
-WWW= https://passman.cc
-
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Upstream unmaintained
-EXPIRATION_DATE=2025-12-31
-
-NEXTCLOUD_RUN_DEPENDS= 26
-
-USES= nextcloud php:flavors
-
-.include <bsd.port.mk>
diff --git a/security/nextcloud-passman/distinfo b/security/nextcloud-passman/distinfo
deleted file mode 100644
index cf379d3760cc..000000000000
--- a/security/nextcloud-passman/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1744140733
-SHA256 (nextcloud/passman_2.4.12.tar.gz) = 9cbc1debbc3ff1dad8fd5fda3d6663d9b553b98989a4d357d21eaa9c6f94426e
-SIZE (nextcloud/passman_2.4.12.tar.gz) = 2064877
diff --git a/security/nextcloud-passman/pkg-descr b/security/nextcloud-passman/pkg-descr
deleted file mode 100644
index b136cb06e488..000000000000
--- a/security/nextcloud-passman/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Open Source Password Manager
-
-Passman allows you to host your passwords and credentials on your own
-Nextcloud instance. Independently and open source.
-
-The encryption is done on the client and server side with AES256 bit
-encryption, to ensure the safety of your credentials.