Index: head/www/tidy-html5/Makefile =================================================================== --- head/www/tidy-html5/Makefile (revision 386952) +++ head/www/tidy-html5/Makefile (revision 386953) @@ -1,31 +1,33 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= tidy-html5 -PORTVERSION= 4.9.26 +PORTVERSION= 4.9.28 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= 4a4f209 +GH_TAGNAME= 8a2a5cc USES= cmake USE_GNOME= libxslt USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_SHARED_LIB:BOOL=ON + +PLIST_SUB= VER=${PORTVERSION} 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 386952) +++ head/www/tidy-html5/distinfo (revision 386953) @@ -1,2 +1,2 @@ -SHA256 (htacg-tidy-html5-4.9.26-4a4f209_GH0.tar.gz) = 22b988387d74574666ec86bb425ad5373c8eef66579e17d23007756a3da65123 -SIZE (htacg-tidy-html5-4.9.26-4a4f209_GH0.tar.gz) = 509620 +SHA256 (htacg-tidy-html5-4.9.28-8a2a5cc_GH0.tar.gz) = 66197e3583a2d873830349367ec219c8b170366a74819c874555bc2d2c0e6de4 +SIZE (htacg-tidy-html5-4.9.28-8a2a5cc_GH0.tar.gz) = 663403 Index: head/www/tidy-html5/files/patch-CMakeLists.txt =================================================================== --- head/www/tidy-html5/files/patch-CMakeLists.txt (revision 386952) +++ head/www/tidy-html5/files/patch-CMakeLists.txt (revision 386953) @@ -1,24 +1,11 @@ ---- CMakeLists.txt.orig 2015-04-25 17:20:16 UTC +--- CMakeLists.txt.orig 2015-05-20 18:09:57 UTC +++ CMakeLists.txt -@@ -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 ./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 () +@@ -24,7 +24,7 @@ option( BUILD_SHARED_LIB "Set ON to buil + option( BUILD_TAB2SPACE "Set ON to build utility app, tab2space" OFF ) + option( BUILD_SAMPLE_CODE "Set ON to build the sample code" OFF ) + if (NOT MAN_INSTALL_DIR) +- set(MAN_INSTALL_DIR share/man/man1) ++ set(MAN_INSTALL_DIR man/man1) endif () + option( BUILD_DOCUMENTATION "Set ON to build the documentation" OFF ) Index: head/www/tidy-html5/pkg-plist =================================================================== --- head/www/tidy-html5/pkg-plist (revision 386952) +++ head/www/tidy-html5/pkg-plist (revision 386953) @@ -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.26 +lib/libtidy5.so.%%VER%% man/man1/tidy5.1.gz