Index: head/www/tidy-html5/Makefile =================================================================== --- head/www/tidy-html5/Makefile (revision 402199) +++ head/www/tidy-html5/Makefile (revision 402200) @@ -1,38 +1,38 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= tidy-html5 -PORTVERSION= 5.1.9 +PORTVERSION= 5.1.24 CATEGORIES= www MAINTAINER= thierry@FreeBSD.org COMMENT= Tidy tidies HTML and XML documents LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.md +LICENSE_FILE= ${WRKSRC}/README/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= htacg GH_PROJECT= ${PORTNAME} -GH_TAGNAME= 9960f7c +GH_TAGNAME= 496c81c 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 post-install: # To avoid conflict ATM - to be removed later ${MV} ${STAGEDIR}${PREFIX}/bin/tidy ${STAGEDIR}${PREFIX}/bin/tidy5 ${MV} ${STAGEDIR}${PREFIX}/lib/libtidy.so ${STAGEDIR}${PREFIX}/lib/libtidy5.so regression-test: (cd ${WRKSRC}/test && ./testall.sh) .include Index: head/www/tidy-html5/distinfo =================================================================== --- head/www/tidy-html5/distinfo (revision 402199) +++ head/www/tidy-html5/distinfo (revision 402200) @@ -1,2 +1,2 @@ -SHA256 (htacg-tidy-html5-5.1.9-9960f7c_GH0.tar.gz) = 5552efa94e2e29e44874fb297d96bf4ed1d145ad7ff569901eff3775c14358d2 -SIZE (htacg-tidy-html5-5.1.9-9960f7c_GH0.tar.gz) = 691147 +SHA256 (htacg-tidy-html5-5.1.24-496c81c_GH0.tar.gz) = 6efed5615d60d81b63dd93f8407b28e47a9882313d200f5571c82ce0e08cccc3 +SIZE (htacg-tidy-html5-5.1.24-496c81c_GH0.tar.gz) = 644901 Index: head/www/tidy-html5/files/patch-CMakeLists.txt =================================================================== --- head/www/tidy-html5/files/patch-CMakeLists.txt (revision 402199) +++ head/www/tidy-html5/files/patch-CMakeLists.txt (revision 402200) @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2015-06-30 18:06:02 UTC +--- CMakeLists.txt.orig 2015-11-18 19:02:54 UTC +++ CMakeLists.txt @@ -42,7 +42,7 @@ option( BUILD_SHARED_LIB "Set OFF to NOT 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/files/patch-test_testall.sh =================================================================== --- head/www/tidy-html5/files/patch-test_testall.sh (nonexistent) +++ head/www/tidy-html5/files/patch-test_testall.sh (revision 402200) @@ -0,0 +1,11 @@ +--- test/testall.sh.orig 2015-11-18 19:02:54 UTC ++++ test/testall.sh +@@ -18,7 +18,7 @@ d_now() + # testone.sh uses tempall.txt, so + TMPLOG="tempall.txt" + # same EXE +-TMPTIDY=../build/cmake/tidy ++TMPTIDY=../tidy + + TMPNOW=`d_now` + TMPINP="testcases.txt" Property changes on: head/www/tidy-html5/files/patch-test_testall.sh ___________________________________________________________________ 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