Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2020 21:33:17 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522280 - head/graphics/cptutils
Message-ID:  <202001062133.006LXHs7083024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jan  6 21:33:17 2020
New Revision: 522280
URL: https://svnweb.freebsd.org/changeset/ports/522280

Log:
  Resurrect graphics/cptutils
  
  Pointyhat to:

Added:
  head/graphics/cptutils/
     - copied from r521644, head/graphics/cptutils/
Modified:
  head/graphics/cptutils/Makefile

Modified: head/graphics/cptutils/Makefile
==============================================================================
--- head/graphics/cptutils/Makefile	Tue Dec 31 16:53:30 2019	(r521644)
+++ head/graphics/cptutils/Makefile	Mon Jan  6 21:33:17 2020	(r522280)
@@ -12,9 +12,6 @@ COMMENT=	Convert and manipulate colour gradients
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	depends on expired textproc/xml2
-EXPIRATION_DATE=2019-12-31
-
 BUILD_DEPENDS=	gengetopt:devel/gengetopt \
 		gperf:devel/gperf \
 		docbook-xsl>0:textproc/docbook-xsl
@@ -33,10 +30,10 @@ OPTIONS_DEFINE=		DOCS TEST
 
 TEST_CONFIGURE_ENABLE=	tests
 TEST_BUILD_DEPENDS=	bash:shells/bash \
-			xml2:textproc/xml2 \
 			xml:textproc/xmlstarlet
 TEST_LIB_DEPENDS=	libcunit.so:devel/cunit
 TEST_TEST_TARGET=	test unit
+TEST_BROKEN=		depends on expired xml2
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001062133.006LXHs7083024>