From ded2f25324378d8d72eac586cb1bf157b167b402 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Tue, 4 Dec 2012 09:10:47 +0000 Subject: [PATCH] - 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) --- irc/zircon/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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