Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2021 23:42:00 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: da4b23cf2090 - main - irc/eggdrop-devel: Mark as deprecated and set an expiry date
Message-ID:  <202106012342.151Ng0u2006193@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

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

commit da4b23cf209006e1dae83e48f78466f1f5569a18
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-06-01 23:40:22 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-06-01 23:40:46 +0000

    irc/eggdrop-devel: Mark as deprecated and set an expiry date
    
    There is no need for a -devel version anymore, stable version is
    following the development branch with constant updates.
---
 irc/eggdrop-devel/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile
index 9faf79c974c8..1c8e9995b24d 100644
--- a/irc/eggdrop-devel/Makefile
+++ b/irc/eggdrop-devel/Makefile
@@ -11,6 +11,9 @@ COMMENT=	Popular Internet Relay Chat (IRC) bot
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Use stable version instead, irc/eggdrop
+EXPIRATION_DATE=	2021-06-25
+
 USES=		tcl ssl
 USE_CSTD=	c99
 



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