git: 8035d6e3a1c2 - main - java/cryptix-jce: Deprecate and set expiration date to 2022-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jan 2022 22:57:39 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8035d6e3a1c205bf30b9c8eddefdb344b48e2961 commit 8035d6e3a1c205bf30b9c8eddefdb344b48e2961 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-01-18 22:38:27 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-01-18 22:38:30 +0000 java/cryptix-jce: Deprecate and set expiration date to 2022-03-31 Abandonware, last release in 2005 and listed as dead upstream PR: 260685 --- java/cryptix-jce/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/cryptix-jce/Makefile b/java/cryptix-jce/Makefile index 9a0bb86f53df..cb478e15baa6 100644 --- a/java/cryptix-jce/Makefile +++ b/java/cryptix-jce/Makefile @@ -8,6 +8,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-snap MAINTAINER= ports@FreeBSD.org COMMENT= JCE (Java Cryptography Extension) by Cryptix +DEPRECATED= Abandonware, last release in 2005 and listed as dead upstream +EXPIRATION_DATE=2022-03-31 + USES= zip USE_JAVA= yes NO_BUILD= yes