Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 18:18:47 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: 9ce21f8373b9 - main - net-mgmt/nagircbot: Mark DEPRECATED
Message-ID:  <202305011818.341IIlP1071579@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=9ce21f8373b9931c02ebee391d434e1579800af0

commit 9ce21f8373b9931c02ebee391d434e1579800af0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-01 13:07:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-01 18:18:38 +0000

    net-mgmt/nagircbot: Mark DEPRECATED
    
    - Broken for more than a year
    - Fails to build on any supported release
    - Upstream site is unreachable
    - Set EXPIRATION_DATE to 2023-06-01
---
 net-mgmt/nagircbot/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-mgmt/nagircbot/Makefile b/net-mgmt/nagircbot/Makefile
index 2874e5f43ce1..d65bcf986fb4 100644
--- a/net-mgmt/nagircbot/Makefile
+++ b/net-mgmt/nagircbot/Makefile
@@ -8,8 +8,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	IRC bot for Nagios
 WWW=		http://www.vanheusden.com/nagircbot/
 
-BROKEN_FreeBSD_13=	ld: error: duplicate symbol: pfh
-BROKEN_FreeBSD_14=	ld: error: duplicate symbol: pfh
+DEPRECATED=	Broken for more than a year and fails to build on all supported release
+EXPIRATION_DATE=	2023-06-01
+BROKEN=	ld: error: duplicate symbol: pfh
 
 USES=		gmake ssl tar:tgz
 USE_RC_SUBR=	nagircbot



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