git: 1fb33f03ce9f - main - net-p2p/zetacoin: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 01 May 2023 11:21:07 UTC
The branch main has been updated by bofh:

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

commit 1fb33f03ce9fc3c251c6a5aa286a90e17f531793
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-01 11:19:47 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-01 11:20:48 +0000

    net-p2p/zetacoin: Mark DEPRECATED
    
    - Broken for nearly a year
    - Set EXPIRATION_DATE to 2023-06-01
    
    Approved by:    portmgr (blanket)
---
 net-p2p/zetacoin/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile
index 0ca9f0e14374..ed4768e34acf 100644
--- a/net-p2p/zetacoin/Makefile
+++ b/net-p2p/zetacoin/Makefile
@@ -10,11 +10,13 @@ WWW=		https://github.com/zetacoin/zetacoin
 
 LICENSE=	MIT
 
+BROKEN=		error: use of undeclared identifier '_1'
+DEPRECATED=	Broken for nearly a year
+EXPIRATION_DATE=	2023-06-01
+
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
 		libevent.so:devel/libevent
 
-BROKEN=		error: use of undeclared identifier '_1'
-
 USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl
 
 USE_GITHUB=	yes