Index: head/graphics/cptutils/Makefile =================================================================== --- head/graphics/cptutils/Makefile (revision 561517) +++ head/graphics/cptutils/Makefile (revision 561518) @@ -1,44 +1,43 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= cptutils -PORTVERSION= 1.72 +PORTVERSION= 1.73 CATEGORIES= graphics MASTER_SITES= http://soliton.vm.bytemark.co.uk/pub/jjg/src/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Convert and manipulate colour gradients LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gengetopt:devel/gengetopt \ gperf:devel/gperf \ docbook-xsl>0:textproc/docbook-xsl LIB_DEPENDS= libjansson.so:devel/jansson \ libpng.so:graphics/png -USES= autoreconf bison gmake gnome iconv localbase python shebangfix +USES= autoreconf bison gmake gnome iconv localbase python:3.7+ shebangfix SHEBANG_FILES= src/gradient-convert/gradient-convert.py GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} USE_GNOME= libxml2 libxslt PORTDOCS= CHANGELOG CREDITS README.md OPTIONS_DEFINE= DOCS TEST TEST_CONFIGURE_ENABLE= tests TEST_BUILD_DEPENDS= bash:shells/bash \ 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} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/graphics/cptutils/distinfo =================================================================== --- head/graphics/cptutils/distinfo (revision 561517) +++ head/graphics/cptutils/distinfo (revision 561518) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566241485 -SHA256 (cptutils-1.72.tar.gz) = 6fdacf344dafc3999ab183f369e91e62ae2d7cfc2dff8e20db258d6ba1a593ad -SIZE (cptutils-1.72.tar.gz) = 629672 +TIMESTAMP = 1594664109 +SHA256 (cptutils-1.73.tar.gz) = 8a6463971c40a18967defb62852177ed9c72ad2d8aabd7653e89aa1e40fca4e6 +SIZE (cptutils-1.73.tar.gz) = 628207 Index: head/graphics/cptutils/files/patch-configure.ac =================================================================== --- head/graphics/cptutils/files/patch-configure.ac (nonexistent) +++ head/graphics/cptutils/files/patch-configure.ac (revision 561518) @@ -0,0 +1,14 @@ +--- configure.ac.orig 2020-07-08 21:29:57 UTC ++++ configure.ac +@@ -117,11 +117,6 @@ if test $opt_enable_tests = yes; then + AC_SUBST(WITH_ACCEPT, 1) + fi + +- AC_PATH_PROG(XML2, xml2, no) +- if test "$XML2" = no ; then +- AC_MSG_ERROR(need xml2 program) +- fi +- + dnl The name "xmlstarlet" is used by Debian and derivatives since + dnl presumably, the upstream name of "xml" is already taken or is + dnl too generic -- we check for the formar first Property changes on: head/graphics/cptutils/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/cptutils/files/patch-src_test_equal-qgs =================================================================== --- head/graphics/cptutils/files/patch-src_test_equal-qgs (nonexistent) +++ head/graphics/cptutils/files/patch-src_test_equal-qgs (revision 561518) @@ -0,0 +1,11 @@ +--- src/test/equal-qgs.orig 2017-03-03 19:51:28 UTC ++++ src/test/equal-qgs +@@ -16,7 +16,7 @@ CSV2='/tmp/equal-svg-2.csv' + + create_filtered_csv() + { +- $XML2 < $1 | \ ++ cat < $1 | \ + grep -v created | \ + grep -v creator | \ + grep -v '\@id' | \ Property changes on: head/graphics/cptutils/files/patch-src_test_equal-qgs ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/cptutils/files/patch-src_test_equal-svg =================================================================== --- head/graphics/cptutils/files/patch-src_test_equal-svg (nonexistent) +++ head/graphics/cptutils/files/patch-src_test_equal-svg (revision 561518) @@ -0,0 +1,11 @@ +--- src/test/equal-svg.orig 2017-03-03 19:51:28 UTC ++++ src/test/equal-svg +@@ -14,7 +14,7 @@ CSV2='/tmp/equal-svg-2.csv' + + create_filtered_csv() + { +- $XML2 < $1 | \ ++ cat < $1 | \ + grep -v created | \ + grep -v creator | \ + grep -v '\@id' | \ Property changes on: head/graphics/cptutils/files/patch-src_test_equal-svg ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property