Index: head/www/tidy-html5/Makefile =================================================================== --- head/www/tidy-html5/Makefile (revision 493429) +++ head/www/tidy-html5/Makefile (revision 493430) @@ -1,32 +1,33 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= tidy-html5 PORTVERSION= 5.6.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= thierry@FreeBSD.org COMMENT= Tidy tidies HTML and XML documents LICENSE= MIT LICENSE_FILE= ${WRKSRC}/README/LICENSE.md USE_GITHUB= yes GH_ACCOUNT= htacg -USES= cmake +USES= cmake gnome USE_GNOME= libxslt USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_SHARED_LIB:BOOL=ON \ -DTIDY_CONSOLE_SHARED:BOOL=ON PLIST_SUB= VER=${PORTVERSION} 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 ${MV} ${STAGEDIR}${MANPREFIX}/man/man1/tidy.1 ${STAGEDIR}${MANPREFIX}/man/man1/tidy5.1 .include Index: head/www/tidy-html5/files/patch-CMakeLists.txt =================================================================== --- head/www/tidy-html5/files/patch-CMakeLists.txt (revision 493429) +++ head/www/tidy-html5/files/patch-CMakeLists.txt (revision 493430) @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2015-11-18 19:02:54 UTC +--- CMakeLists.txt.orig 2017-11-25 13:54:41 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 ) +@@ -102,7 +102,7 @@ option( TIDY_COMPAT_HEADERS "Set ON to include compati + # Allow building with non-default man page directory. + #------------------------------------------------------------------------ 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-tidy.pc.cmake.in =================================================================== --- head/www/tidy-html5/files/patch-tidy.pc.cmake.in (nonexistent) +++ head/www/tidy-html5/files/patch-tidy.pc.cmake.in (revision 493430) @@ -0,0 +1,9 @@ +--- tidy.pc.cmake.in.orig 2017-11-25 13:54:41 UTC ++++ tidy.pc.cmake.in +@@ -7,5 +7,5 @@ Name: @LIB_NAME@ + Description: @LIBTIDY_DESCRIPTION@ + URL: @LIBTIDY_URL@ + Version: @LIBTIDY_VERSION@ +-Libs: -L${libdir} -l@LIB_NAME@ ++Libs: -L${libdir} -l@LIB_NAME@5 + Cflags: -I${includedir} Property changes on: head/www/tidy-html5/files/patch-tidy.pc.cmake.in ___________________________________________________________________ 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