Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 19:26:54 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e24fdc2bda85 - main - security/pbc: Deprecate and set expiration date to 2024-02-29
Message-ID:  <202401231926.40NJQsFR047728@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e24fdc2bda851e7f34d5d122cb92a423542d5b54

commit e24fdc2bda851e7f34d5d122cb92a423542d5b54
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-23 18:48:14 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-23 19:25:45 +0000

    security/pbc: Deprecate and set expiration date to 2024-02-29
    
    Abandonware, last release in 2013 and no development since
---
 security/pbc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/pbc/Makefile b/security/pbc/Makefile
index 6863f2198adc..ffbac573fb3b 100644
--- a/security/pbc/Makefile
+++ b/security/pbc/Makefile
@@ -11,6 +11,9 @@ WWW=		https://crypto.stanford.edu/pbc/
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Abandonware, last release in 2013 and no development since
+EXPIRATION_DATE=2024-02-29
+
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		bison libtool



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231926.40NJQsFR047728>