From owner-svn-ports-head@FreeBSD.ORG Sun Nov 17 21:54:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AEA0A3C; Sun, 17 Nov 2013 21:54:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49B672771; Sun, 17 Nov 2013 21:54:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAHLsqwx080869; Sun, 17 Nov 2013 21:54:52 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAHLspT9080867; Sun, 17 Nov 2013 21:54:51 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201311172154.rAHLspT9080867@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 17 Nov 2013 21:54:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334127 - in head/net-im: tapioca-qt telepathy-qt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2013 21:54:52 -0000 Author: rakuco Date: Sun Nov 17 21:54:51 2013 New Revision: 334127 URL: http://svnweb.freebsd.org/changeset/ports/334127 Log: Deprecate net-im/tapioca-qt and net-im/telepathy-qt. Both projects have been dead upstream since 2007, and no port depends on them. telepathy-qt is not to be confused with net-im/telepathy-qt4. Modified: head/net-im/tapioca-qt/Makefile head/net-im/telepathy-qt/Makefile Modified: head/net-im/tapioca-qt/Makefile ============================================================================== --- head/net-im/tapioca-qt/Makefile Sun Nov 17 21:49:37 2013 (r334126) +++ head/net-im/tapioca-qt/Makefile Sun Nov 17 21:54:51 2013 (r334127) @@ -15,6 +15,9 @@ LIB_DEPENDS= QtTelepathyCore.0:${PORTSDI LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/../COPYING +DEPRECATED= Unmaintained upstream since 2007, not used by anything +EXPIRATION_DATE= 2013-12-01 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build USES= cmake pkgconfig Modified: head/net-im/telepathy-qt/Makefile ============================================================================== --- head/net-im/telepathy-qt/Makefile Sun Nov 17 21:49:37 2013 (r334126) +++ head/net-im/telepathy-qt/Makefile Sun Nov 17 21:54:51 2013 (r334127) @@ -13,6 +13,9 @@ COMMENT= Framework for VoIP and IP appli LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/../COPYING +DEPRECATED= Unmaintained upstream since 2007, use net-im/telepathy-qt4 +EXPIRATION_DATE= 2013-12-01 + USES= cmake pkgconfig CMAKE_SOURCE_PATH= .. USE_QT4= corelib qmake_build uic_build moc_build rcc_build xml dbus