git: da4b23cf2090 - main - irc/eggdrop-devel: Mark as deprecated and set an expiry date
Danilo G. Baio
dbaio at FreeBSD.org
Tue Jun 1 23:42:00 UTC 2021
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=da4b23cf209006e1dae83e48f78466f1f5569a18
commit da4b23cf209006e1dae83e48f78466f1f5569a18
Author: Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-06-01 23:40:22 +0000
Commit: Danilo G. Baio <dbaio at 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
More information about the dev-commits-ports-all
mailing list