From owner-svn-ports-all@FreeBSD.ORG Fri Oct 19 14:13:07 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D8D557D; Fri, 19 Oct 2012 14:13:07 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 749808FC0A; Fri, 19 Oct 2012 14:13:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9JED7lj009675; Fri, 19 Oct 2012 14:13:07 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9JED7wF009672; Fri, 19 Oct 2012 14:13:07 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201210191413.q9JED7wF009672@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Fri, 19 Oct 2012 14:13:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306123 - in head/net-im: qutim-plugin-icq qutim-plugin-jabber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2012 14:13:07 -0000 Author: rm Date: Fri Oct 19 14:13:06 2012 New Revision: 306123 URL: http://svn.freebsd.org/changeset/ports/306123 Log: - Mark as deprecated. This plugins are not needed for latest qutim version. Qutim itself will be updated soon. Set expiration date to 2012-11-19. PR: 172879 Submitted by: Ilya Bakulin (maintainer) Feature safe: yes Modified: head/net-im/qutim-plugin-icq/Makefile head/net-im/qutim-plugin-jabber/Makefile Modified: head/net-im/qutim-plugin-icq/Makefile ============================================================================== --- head/net-im/qutim-plugin-icq/Makefile Fri Oct 19 13:45:57 2012 (r306122) +++ head/net-im/qutim-plugin-icq/Makefile Fri Oct 19 14:13:06 2012 (r306123) @@ -19,6 +19,9 @@ DISTNAME= qutim-icq_${PORTVERSION}_svn13 MAINTAINER= webmaster@kibab.com COMMENT= ICQ protocol plugin for qutIM +DEPRECATED= It is not needed for new QutIM +EXPIRATION_DATE=2012-11-19 + BUILD_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim RUN_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim Modified: head/net-im/qutim-plugin-jabber/Makefile ============================================================================== --- head/net-im/qutim-plugin-jabber/Makefile Fri Oct 19 13:45:57 2012 (r306122) +++ head/net-im/qutim-plugin-jabber/Makefile Fri Oct 19 14:13:06 2012 (r306123) @@ -19,6 +19,9 @@ DISTNAME= qutim-jabber_${PORTVERSION}_sv MAINTAINER= webmaster@kibab.com COMMENT= Jabber protocol plugin for qutIM +DEPRECATED= It is not needed for new QutIM +EXPIRATION_DATE=2012-11-19 + LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn BUILD_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim RUN_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim