git: 3bc11defc12e - main - security/libuecc: Mark BROKEN, deprecate and set expiration date to 2025-04-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Mar 2025 16:04:13 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3bc11defc12e171d9452ea2da1071e17bdcf7f9a commit 3bc11defc12e171d9452ea2da1071e17bdcf7f9a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-03-15 15:44:35 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-03-15 15:57:29 +0000 security/libuecc: Mark BROKEN, deprecate and set expiration date to 2025-04-30 Deprecated, only user was some never properly ported FreiFunk control plane software PR: 285268 Reviewed by: Jan Bramkamp <crest@rlwinm.de> (maintainer) --- security/libuecc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/libuecc/Makefile b/security/libuecc/Makefile index 5a1d7638a8f0..d8e5464afb75 100644 --- a/security/libuecc/Makefile +++ b/security/libuecc/Makefile @@ -12,6 +12,10 @@ WWW= https://git.universe-factory.net/libuecc LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +BROKEN= Unfetchable +DEPRECATED= Deprecated, only user was some never properly ported FreiFunk control plane software +EXPIRATION_DATE=2025-04-30 + LIB_DEPENDS= libsodium.so:security/libsodium USES= cmake pkgconfig tar