Revision: 71022 http://trac.macports.org/changeset/71022 Author: ryandesign@macports.org Date: 2010-08-29 21:58:54 -0700 (Sun, 29 Aug 2010) Log Message: ----------- zorba: update to 1.4.0 Modified Paths: -------------- trunk/dports/textproc/zorba/Portfile Removed Paths: ------------- trunk/dports/textproc/zorba/files/ Modified: trunk/dports/textproc/zorba/Portfile =================================================================== --- trunk/dports/textproc/zorba/Portfile 2010-08-30 03:24:41 UTC (rev 71021) +++ trunk/dports/textproc/zorba/Portfile 2010-08-30 04:58:54 UTC (rev 71022) @@ -5,7 +5,7 @@ PortGroup cmake 1.0 name zorba -version 1.0.0 +version 1.4.0 license Apache-2 categories textproc devel platforms darwin @@ -26,9 +26,9 @@ homepage http://www.zorba-xquery.com/ master_sites sourceforge -checksums md5 79c3ff5ae9016b0bc203c96175b3c281 \ - sha1 0d8ec92881a501f686f8ecd42d1546c6ff2f2b58 \ - rmd160 dd4ac37f0e19d9ae2988a6b3eab4b9385e8db634 +checksums md5 ee2130e52f9aa7b03b17a91acff33b83 \ + sha1 3444b1c82e1a149efc61769af1f8a0aa1a6c7a48 \ + rmd160 67fc76f41c9e31bb452edb9e942c7fbbb787596a # In-source-builds are not allowed worksrcdir ${distname}/build @@ -39,30 +39,19 @@ patch.dir ${worksrcpath}/.. -patchfiles \ - patch-SchemaValidatorFilter-resolveQName.diff \ - patch-XMLValid-NoSubforBlock.diff - post-patch { # Do not install dependencies' libraries reinplace s/APPLE/FALSE/ ${patch.dir}/src/CMakeLists.txt - # Disable erroneous Apple-specific flags - reinplace {s/( *APPLE *)/(FALSE)/} ${patch.dir}/CMakeCompiler.txt - # XMLScanner::loadGrammar's toCache argument is optional reinplace {s/toCache/toCache = false/} \ ${patch.dir}/src/types/schema/SchemaValidatorFilter.h - # Install documentation in a unversioned directory + # Install documentation in an unversioned directory reinplace {s/zorba-[^/)]*/zorba/} \ ${patch.dir}/doc/c/examples/CMakeLists.txt \ ${patch.dir}/doc/CMakeLists.txt \ ${patch.dir}/doc/cxx/examples/CMakeLists.txt - - # Disable SWIG bindings documentation - reinplace /FIND_PACKAGE(SWIG)/d \ - ${patch.dir}/doc/CMakeLists.txt } depends_build-append \