Ticket #35728: Portfile.diff
File Portfile.diff, 1.1 KB (added by ajdudman, 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name gsoap 7 version 2.8. 87 version 2.8.9 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 platforms darwin10 9 categories devel 10 license GPL-2+ 11 platforms darwin 11 12 maintainers nomaintainer 12 13 13 14 description offers an XML to C/C++ language binding to ease the \ … … 26 27 distname ${name}_${version} 27 28 worksrcdir ${name}-${branch} 28 29 29 checksums rmd160 cc33c81cf316bee7e42ab01149262acdfc4db31a\30 sha256 8b1ad1cbd521bd5f85ff4c038bfd5a17a2530610c1ce8bf7318725bc568465cc30 checksums rmd160 aa15776a6d3a7078bbec5036abe2994d58263de7 \ 31 sha256 24ff4a4c3b2470149febfd9d2d22127a267e9e92f4a5dd1ad2b16d07da62a7d5 31 32 32 33 depends_lib port:openssl 33 34 34 patchfiles patch-configure.diff 35 patchfiles patch-configure.diff patch-stdsoap2.h.diff 35 36 36 37 use_parallel_build no 37 38