svn commit: r308422 - head/devel/titano

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 7 13:35:53 UTC 2012


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 at FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	titano
 PORTVERSION=	0.0.7
@@ -14,7 +10,10 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list