Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 11:21:07 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1fb33f03ce9f - main - net-p2p/zetacoin: Mark DEPRECATED
Message-ID:  <202305011121.341BL7Or085713@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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