[135466] trunk/dports/www/tidy

ryandesign at macports.org ryandesign at macports.org
Thu Apr 23 18:46:24 PDT 2015


Revision: 135466
          https://trac.macports.org/changeset/135466
Author:   ryandesign at macports.org
Date:     2015-04-23 18:46:24 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
tidy: update to 4.9.26

Modified Paths:
--------------
    trunk/dports/www/tidy/Portfile
    trunk/dports/www/tidy/files/patch-CMakeLists.txt.diff

Modified: trunk/dports/www/tidy/Portfile
===================================================================
--- trunk/dports/www/tidy/Portfile	2015-04-23 23:41:16 UTC (rev 135465)
+++ trunk/dports/www/tidy/Portfile	2015-04-24 01:46:24 UTC (rev 135466)
@@ -5,10 +5,10 @@
 PortGroup               cmake 1.0
 PortGroup               github 1.0
 
-github.setup            htacg tidy-html5 f5eb2cf26a8b69b12f4918ca669bbe7a014e6470
+github.setup            htacg tidy-html5 6b66b65ec83b84ca1f2f0736cba06fe715d41bf2
 name                    tidy
 epoch                   1
-version                 4.9.25
+version                 4.9.26
 categories              www
 platforms               darwin
 maintainers             ryandesign openmaintainer
@@ -20,8 +20,8 @@
 
 homepage                http://${github.author}.github.io/${github.project}/
 
-checksums               rmd160  dc7b6996158bdbf500e822e07f60fa07b95c7db4 \
-                        sha256  9bcf7cf58ce643b64271291ec9545f5c63dfe777e72bc91c443e9514af7c2bd9
+checksums               rmd160  0af26a73fa7cef5549acdebf857a9d678e1daf1e \
+                        sha256  9dfd08720f1e8352b316ad1e2e0be4f8f7a120cdc0d2f9f36ee73e455e8efa18
 
 depends_build-append    port:libxslt
 

Modified: trunk/dports/www/tidy/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/www/tidy/files/patch-CMakeLists.txt.diff	2015-04-23 23:41:16 UTC (rev 135465)
+++ trunk/dports/www/tidy/files/patch-CMakeLists.txt.diff	2015-04-24 01:46:24 UTC (rev 135466)
@@ -1,11 +1,5 @@
 Change the name from tidy5 back to tidy.
 https://github.com/htacg/tidy-html5/issues/46
-
-Don't run bitness check which isn't needed except on Windows.
-https://github.com/htacg/tidy-html5/issues/192
-
-Change the mandir from man to share/man.
-https://github.com/htacg/tidy-html5/issues/193
 --- CMakeLists.txt.orig	2015-04-11 08:25:07.000000000 -0500
 +++ CMakeLists.txt	2015-04-13 07:29:39.000000000 -0500
 @@ -2,7 +2,7 @@
@@ -17,27 +11,3 @@
  
  project (${LIB_NAME})
  
-@@ -24,12 +24,14 @@
- option( BUILD_TAB2SPACE  "Set ON to build utility app, tab2space" OFF )
- option( BUILD_SAMPLE_CODE "Set ON to build the sample code"       OFF )
- 
-+if(WIN32 AND MSVC)
- if (CMAKE_SIZEOF_VOID_P EQUAL 8)
-     message(STATUS "*** Have SIZEOF void * = 8, so 64-bit")
-     set( IS_64_BIT 1 )
- else ()
-     message(STATUS "*** SIZEOF void * != 8, so not 64-bit")
- endif ()
-+endif()
- 
- if(CMAKE_COMPILER_IS_GNUCXX)
-     set( WARNING_FLAGS -Wall )
-@@ -223,7 +225,7 @@
-             VERBATIM
-         )
- 
--        install(FILES ${CMAKE_BINARY_DIR}/${TIDY_MANFILE} DESTINATION man/man1)
-+        install(FILES ${CMAKE_BINARY_DIR}/${TIDY_MANFILE} DESTINATION share/man/man1)
-     endif ()
- endif ()
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/079c15d6/attachment.html>


More information about the macports-changes mailing list