Date: Fri, 7 Dec 2012 13:35:53 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308422 - head/devel/titano Message-ID: <201212071335.qB7DZrRE005520@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212071335.qB7DZrRE005520>