svn commit: r310016 - head/print/freetype

Glen Barber gjb at FreeBSD.org
Sun Jan 6 21:24:29 UTC 2013


Author: gjb
Date: Sun Jan  6 21:24:28 2013
New Revision: 310016
URL: http://svnweb.freebsd.org/changeset/ports/310016

Log:
  Remove deprecation of print/freetype.  This port is needed for the
  textproc/docproj build with CJK set.
  
  Assign maintainer to doceng@ until a suitable replacement is found.

Modified:
  head/print/freetype/Makefile

Modified: head/print/freetype/Makefile
==============================================================================
--- head/print/freetype/Makefile	Sun Jan  6 21:24:03 2013	(r310015)
+++ head/print/freetype/Makefile	Sun Jan  6 21:24:28 2013	(r310016)
@@ -16,11 +16,9 @@ MASTER_SITES=	SF \
 		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \
 		ftp://ftp.freetype.org/freetype/freetupe1/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	doceng 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


More information about the svn-ports-all mailing list