Ticket #35339: zorba.2.diff
File zorba.2.diff, 1.3 KB (added by cezar.andrei@…, 12 years ago) |
---|
-
Portfile
old new 5 5 PortGroup cmake 1.0 6 6 7 7 name zorba 8 version 2. 2.08 version 2.5.0 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 license Apache-2 11 11 categories textproc devel … … 26 26 27 27 homepage http://www.zorba-xquery.com/ 28 28 master_sites https://launchpad.net/zorba/trunk/${branch}/+download 29 extract.suffix .gz 29 30 30 checksums rmd160 976147777830a883d6a459b818a67d3279540045\31 sha256 124929aa0dbf2ec444667c83067b5b27921d8f8043dbdde83674b981c6fb244e31 checksums rmd160 473f9a76e1b9cd33e72a326a7c3c43a43de148a1 \ 32 sha256 3b6abfe7c393e472a5abe3e3fa0c95261a94a4dfb317ad29a632d1a374baf8ba 32 33 33 34 # In-source-builds are not allowed 34 35 configure.dir ${worksrcpath}/build 36 35 37 build.dir ${configure.dir} 36 38 37 39 post-extract { … … 39 41 } 40 42 41 43 patchfiles patch-docdir.diff \ 42 patch-src-types-schema-SchemaValidatorFilter.h.diff 44 patch-src-types-schema-SchemaValidatorFilter.h.diff \ 45 patch-test-rbkt-testdriver_mt.cpp.diff 43 46 44 47 depends_build-append \ 45 48 port:bison \ 46 port:flex 49 port:flex 47 50 48 51 depends_lib \ 49 52 port:boost \