From owner-svn-ports-all@FreeBSD.ORG Fri Dec 7 13:35:53 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 AE37D94A; Fri, 7 Dec 2012 13:35:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 91A828FC0C; Fri, 7 Dec 2012 13:35:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB7DZrv2005521; Fri, 7 Dec 2012 13:35:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB7DZrRE005520; Fri, 7 Dec 2012 13:35:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212071335.qB7DZrRE005520@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 7 Dec 2012 13:35:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308422 - head/devel/titano 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, 07 Dec 2012 13:35:53 -0000 Author: bapt Date: Fri Dec 7 13:35:52 2012 New Revision: 308422 URL: http://svnweb.freebsd.org/changeset/ports/308422 Log: Deprecate as the project is dead upstream since 2001 and it is blocking the planned decommision of libxml1 and freetype1. Feature safe: yes Modified: head/devel/titano/Makefile Modified: head/devel/titano/Makefile ============================================================================== --- head/devel/titano/Makefile Fri Dec 7 13:23:22 2012 (r308421) +++ head/devel/titano/Makefile Fri Dec 7 13:35:52 2012 (r308422) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Titano -# Date created: 25 September 2000 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= titano PORTVERSION= 0.0.7 @@ -14,7 +10,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= An IDE for GNOME desktop -LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode +DEPRECATED= Dead upstream since 2001 +EXPIRATION_DATE= 2013-01-07 + +LIB_DEPENDS= unicode:${PORTSDIR}/devel/libunicode USE_GNOME= gnomelibs libglade USE_GMAKE= yes