svn commit: r308329 - in head: print/freetype textproc/libxml

Koop Mast kwm at FreeBSD.org
Wed Dec 5 12:52:34 UTC 2012


Author: kwm
Date: Wed Dec  5 12:52:33 2012
New Revision: 308329
URL: http://svnweb.freebsd.org/changeset/ports/308329

Log:
  Mark textproc/libxml and print/freetype deprecated.
  Last releases in 2002 and 2000, and unsupported by upstream.
  
  Feature safe:	yes

Modified:
  head/print/freetype/Makefile
  head/textproc/libxml/Makefile

Modified: head/print/freetype/Makefile
==============================================================================
--- head/print/freetype/Makefile	Wed Dec  5 12:32:56 2012	(r308328)
+++ head/print/freetype/Makefile	Wed Dec  5 12:52:33 2012	(r308329)
@@ -19,6 +19,8 @@ MASTER_SITES=	SF \
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A free and portable TrueType font rendering engine
 
+DEPRECATED=	Last release in 2000, unsupported by developers
+
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-nls --enable-static --enable-shared

Modified: head/textproc/libxml/Makefile
==============================================================================
--- head/textproc/libxml/Makefile	Wed Dec  5 12:32:56 2012	(r308328)
+++ head/textproc/libxml/Makefile	Wed Dec  5 12:52:33 2012	(r308329)
@@ -14,6 +14,8 @@ MASTER_SITES=	GNOME
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	XML parser library for GNOME
 
+DEPRECATED=	Last release in 2002, unsupported by developers
+
 USE_AUTOTOOLS=	libtool
 USE_GMAKE=	yes
 USE_GNOME=	pkgconfig


More information about the svn-ports-all mailing list