Index: head/www/tidy-html5/Makefile =================================================================== --- head/www/tidy-html5/Makefile (revision 384801) +++ head/www/tidy-html5/Makefile (revision 384802) @@ -1,31 +1,31 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= tidy-html5 -PORTVERSION= 4.9.25 +PORTVERSION= 4.9.26 CATEGORIES= www MAINTAINER= thierry@FreeBSD.org COMMENT= Tidy tidies HTML and XML documents LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USE_GITHUB= yes GH_ACCOUNT= htacg GH_PROJECT= ${PORTNAME} -GH_TAGNAME= a8e9841 +GH_TAGNAME= 4a4f209 USES= cmake USE_GNOME= libxslt USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_SHARED_LIB:BOOL=ON pre-configure: ${REINPLACE_CMD} -e 's|build/cmake/||' ${WRKSRC}/test/testone.sh regression-test: (cd ${WRKSRC}/test && ./testall.sh) .include Index: head/www/tidy-html5/distinfo =================================================================== --- head/www/tidy-html5/distinfo (revision 384801) +++ head/www/tidy-html5/distinfo (revision 384802) @@ -1,2 +1,2 @@ -SHA256 (htacg-tidy-html5-4.9.25-a8e9841_GH0.tar.gz) = 0b6d179603c8384a2cfb15f09d4dd08cde53dc86f57577a5715ccc14b75fd16f -SIZE (htacg-tidy-html5-4.9.25-a8e9841_GH0.tar.gz) = 508777 +SHA256 (htacg-tidy-html5-4.9.26-4a4f209_GH0.tar.gz) = 22b988387d74574666ec86bb425ad5373c8eef66579e17d23007756a3da65123 +SIZE (htacg-tidy-html5-4.9.26-4a4f209_GH0.tar.gz) = 509620 Index: head/www/tidy-html5/files/patch-CMakeLists.txt =================================================================== --- head/www/tidy-html5/files/patch-CMakeLists.txt (revision 384801) +++ head/www/tidy-html5/files/patch-CMakeLists.txt (revision 384802) @@ -1,11 +1,24 @@ ---- CMakeLists.txt.orig 2015-04-14 00:12:22 UTC +--- CMakeLists.txt.orig 2015-04-25 17:20:16 UTC +++ CMakeLists.txt -@@ -183,7 +183,7 @@ if (UNIX) +@@ -183,9 +183,9 @@ if (UNIX) ## also could use `manpath` command output to determine target install path message(STATUS "*** Generating man ***") set(TIDY_MANFILE ${LIB_NAME}.1) - set(TIDY1XSL ../documentation/tidy1.xsl) +- set(TIDYHELP ${CMAKE_BINARY_DIR}/tidy-help.xml) +- set(TIDYCONFIG ${CMAKE_BINARY_DIR}/tidy-config.xml) + set(TIDY1XSL build/documentation/tidy1.xsl) - set(TIDYHELP ${CMAKE_BINARY_DIR}/tidy-help.xml) - set(TIDYCONFIG ${CMAKE_BINARY_DIR}/tidy-config.xml) ++ set(TIDYHELP ./tidy-help.xml) ++ set(TIDYCONFIG ./tidy-config.xml) add_custom_target(man ALL DEPENDS "${CMAKE_BINARY_DIR}/${LIB_NAME}") + + # run built EXE to generate xml output +@@ -213,7 +213,7 @@ if (UNIX) + VERBATIM + ) + +- install(FILES ${CMAKE_BINARY_DIR}/${TIDY_MANFILE} DESTINATION share/man/man1) ++ install(FILES ${CMAKE_BINARY_DIR}/${TIDY_MANFILE} DESTINATION man/man1) + endif () + endif () + Index: head/www/tidy-html5/pkg-plist =================================================================== --- head/www/tidy-html5/pkg-plist (revision 384801) +++ head/www/tidy-html5/pkg-plist (revision 384802) @@ -1,9 +1,9 @@ bin/tidy5 include/buffio.h include/platform.h include/tidy.h include/tidyenum.h lib/libtidy5.so lib/libtidy5.so.4 -lib/libtidy5.so.4.9.25 +lib/libtidy5.so.4.9.26 man/man1/tidy5.1.gz