git: 15f30ccca3fe - main - finance/vanitygen: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 May 2023 20:59:32 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=15f30ccca3feebc2b9563c049282e3225d5f603a
commit 15f30ccca3feebc2b9563c049282e3225d5f603a
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-05-31 20:59:13 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-05-31 20:59:13 +0000
finance/vanitygen: Remove expired port:
2023-05-31 finance/vanitygen: Broken for more than a year and upstream last release was 11 years ago
---
MOVED | 1 +
finance/Makefile | 1 -
finance/vanitygen/Makefile | 46 ---------------------------------------------
finance/vanitygen/distinfo | 2 --
finance/vanitygen/pkg-descr | 2 --
5 files changed, 1 insertion(+), 51 deletions(-)
diff --git a/MOVED b/MOVED
index 6ea167d01b5e..d4443ff5e77b 100644
--- a/MOVED
+++ b/MOVED
@@ -7586,3 +7586,4 @@ security/esteidfirefoxplugin||2023-05-28|Has expired: Upstream last release in 2
devel/py-pyxb|devel/py-pyxb-x|2023-05-31|Has expired: Upstream issued End-of-Life notice. Use devel/py-pyxb-x instead
devel/arm-none-eabi-gcc492|devel/arm-none-eabi-gcc|2023-05-31|Has expired: Long time unsupported upstream
multimedia/nordlicht||2023-05-31|Has expired: Unmaintained for years upstream and fails to build with FFmpeg 6
+finance/vanitygen||2023-05-31|Has expired: Broken for more than a year and upstream last release was 11 years ago
diff --git a/finance/Makefile b/finance/Makefile
index d06896d98b3d..fef7a067b6c2 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -138,7 +138,6 @@
SUBDIR += sql-ledger
SUBDIR += ticker
SUBDIR += tickrs
- SUBDIR += vanitygen
SUBDIR += venice
SUBDIR += weberp
SUBDIR += xtrader
diff --git a/finance/vanitygen/Makefile b/finance/vanitygen/Makefile
deleted file mode 100644
index 8f06799f2e95..000000000000
--- a/finance/vanitygen/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-PORTNAME= vanitygen
-PORTVERSION= 0.22
-PORTREVISION= 1
-CATEGORIES= finance
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Standalone vanity address generator for bitcoin
-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
-GH_ACCOUNT= samr7
-GH_TAGNAME= cd1a728
-
-USES= gmake ssl
-ALL_TARGET= most
-
-PLIST_FILES= bin/keyconv bin/vanitygen
-
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT} == base
-BROKEN_FreeBSD_12= field has incomplete type 'BIGNUM' (aka 'struct bignum_st')
-BROKEN_FreeBSD_13= field has incomplete type 'BIGNUM' (aka 'struct bignum_st')
-BROKEN_FreeBSD_14= field has incomplete type 'BIGNUM' (aka 'struct bignum_st')
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|-lpcre|$$(shell pcre-config --libs)| ; \
- s|-lpthread|-pthread $$(LDFLAGS)| ; \
- s|^\(CFLAGS\).*|\1+=$$(shell pcre-config --cflags)|' \
- ${WRKSRC}/Makefile
-
-do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} keyconv vanitygen \
- ${STAGEDIR}${PREFIX}/bin)
-
-.include <bsd.port.post.mk>
diff --git a/finance/vanitygen/distinfo b/finance/vanitygen/distinfo
deleted file mode 100644
index 12ee0ffd96e9..000000000000
--- a/finance/vanitygen/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (samr7-vanitygen-0.22-cd1a728_GH0.tar.gz) = 4e0f90637abfe1b314aca10a650cfe344ec7ab5585e557bee2b846babb82e154
-SIZE (samr7-vanitygen-0.22-cd1a728_GH0.tar.gz) = 77813
diff --git a/finance/vanitygen/pkg-descr b/finance/vanitygen/pkg-descr
deleted file mode 100644
index 9a91cfdbff65..000000000000
--- a/finance/vanitygen/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Vanitygen can generate regular bitcoin addresses, namecoin addresses,
-and testnet addresses.