diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-04 09:10:47 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-04 09:10:47 +0000 |
commit | ded2f25324378d8d72eac586cb1bf157b167b402 (patch) | |
tree | e48a5b6ca3dbfca70757eaeb3797e2f8b350f556 /irc/zircon | |
parent | eb7e008975d540747d24f7da895b2bdc734b2ed9 (diff) |
- Mark as DEPRECATED
* development has ceased 10 years ago
* needs Tcl/Tk 8.3 (which are bound to be removed soon) to work properly
- Set EXPIRATION_DATE to 2013-02-01
- Pass maintainership to tcltk@
Feature safe: yes
Approved by: c.petrik.sosa@gmail.com (former maintainer)
Notes
Notes:
svn path=/head/; revision=308216
Diffstat (limited to 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 6d84a5c8975f..97c85f27efcb 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -9,7 +9,10 @@ MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dinoex -MAINTAINER= c.petrik.sosa@gmail.com +DEPRECATED= Development has ceased 10 years ago +EXPIRATION_DATE=2013-02-01 + +MAINTAINER= tcltk@FreeBSD.org COMMENT= An X11 interface to Internet Relay Chat LICENSE= BSD |