git: 1aab114b483f - main - finance/vanitygen: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 May 2023 11:20:58 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1aab114b483fe335b16ee23522d8cdc3e8484f03 commit 1aab114b483fe335b16ee23522d8cdc3e8484f03 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-01 01:24:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-01 11:20:47 +0000 finance/vanitygen: Mark DEPRECATED - Broken for more than a year and upstream last release was 11 years ago - Set EXPIRATION_DATE 2023-05-31 --- finance/vanitygen/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/finance/vanitygen/Makefile b/finance/vanitygen/Makefile index 93227be5e2cc..8f06799f2e95 100644 --- a/finance/vanitygen/Makefile +++ b/finance/vanitygen/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/samr7/vanitygen LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Broken for more than a year and upstream last release was 11 years ago +EXPIRATION_DATE= 2023-05-31 + LIB_DEPENDS= libpcre.so:devel/pcre USE_GITHUB= yes