diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-06-01 23:40:22 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-06-01 23:40:46 +0000 |
commit | da4b23cf209006e1dae83e48f78466f1f5569a18 (patch) | |
tree | 1a5f57e9f79e5743ef8dc82cf93ded1b67735a49 | |
parent | b1321f7ee92b362462693040f339ea162b178511 (diff) |
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.
-rw-r--r-- | irc/eggdrop-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |