[64728] trunk/dports/textproc/zorba/Portfile

nox at macports.org nox at macports.org
Mon Mar 15 06:12:00 PDT 2010


Revision: 64728
          http://trac.macports.org/changeset/64728
Author:   nox at macports.org
Date:     2010-03-15 06:12:00 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
Update zorba to 1.0.0

Modified Paths:
--------------
    trunk/dports/textproc/zorba/Portfile

Modified: trunk/dports/textproc/zorba/Portfile
===================================================================
--- trunk/dports/textproc/zorba/Portfile	2010-03-15 13:11:48 UTC (rev 64727)
+++ trunk/dports/textproc/zorba/Portfile	2010-03-15 13:12:00 UTC (rev 64728)
@@ -5,8 +5,7 @@
 PortGroup       cmake 1.0
 
 name            zorba
-version         0.9.8
-revision        1
+version         1.0.0
 license         Apache-2
 categories      textproc devel
 platforms       darwin
@@ -27,9 +26,9 @@
 homepage        http://www.zorba-xquery.com/
 master_sites    sourceforge
 
-checksums       md5     0fef95ab0fec15c5e3f8f1a35e7f27c3 \
-                sha1    2cc40498e55ac495c056354391c70bf71f6c8cbc \
-                rmd160  31416d4d0d437128e7bcd0ef92ba4b6a186d805e
+checksums       md5     79c3ff5ae9016b0bc203c96175b3c281 \
+                sha1    0d8ec92881a501f686f8ecd42d1546c6ff2f2b58 \
+                rmd160  dd4ac37f0e19d9ae2988a6b3eab4b9385e8db634
 
 # In-source-builds are not allowed
 worksrcdir      ${distname}/build
@@ -51,23 +50,6 @@
     # Disable erroneous Apple-specific flags
     reinplace {s/( *APPLE *)/(FALSE)/} ${patch.dir}/CMakeCompiler.txt
 
-    # Disable email functionality
-    reinplace /FIND_PACKAGE(CClient)/d ${patch.dir}/CMakeLists.txt
-
-    # error: extra qualification 'zorba::RCLock::'
-    reinplace s/RCLock::// ${patch.dir}/src/zorbatypes/rchandle.h
-
-    # error: xercesc/internal/XMLGrammarPoolImpl.hpp: No such file or directory
-    reinplace /XMLGrammarPoolImpl/s/internal/framework/ \
-        ${patch.dir}/src/types/schema/xercesIncludes.h
-
-    # XMLSize_t is different of unsigned int on x86_64
-    reinplace {s/const unsigned int length/const XMLSize_t length/} \
-        ${patch.dir}/src/types/schema/SchemaValidatorFilter.cpp \
-        ${patch.dir}/src/types/schema/SchemaValidatorFilter.h
-    reinplace {/attrCount/s/unsigned int/XMLSize_t/} \
-        ${patch.dir}/src/types/schema/SchemaValidatorFilter.h
-
     # XMLScanner::loadGrammar's toCache argument is optional
     reinplace {s/toCache/toCache = false/} \
         ${patch.dir}/src/types/schema/SchemaValidatorFilter.h
@@ -117,14 +99,9 @@
     -DZORBA_USE_SWIG=NO \
     -DZORBA_XQUERYX=YES
 
-build.args ..
-use_parallel_build yes
-
 test.env DYLD_LIBRARY_PATH=${worksrcpath}/src
 test.run yes
 
-destroot.args ..
-
 livecheck.type  regex
 livecheck.url   ${homepage}index.php/download/
 livecheck.regex {zorba-(\d+(?:\.\d+)*)\.}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/7ab934d4/attachment.html>


More information about the macports-changes mailing list