Ticket #35728: Portfile.diff

File Portfile.diff, 1.1 KB (added by ajdudman, 12 years ago)

gsoap Portfile changes in diff -u format

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                gsoap
    7 version             2.8.8
     7version             2.8.9
    88set branch          [join [lrange [split ${version} .] 0 1] .]
    9 platforms           darwin
    109categories          devel
     10license             GPL-2+
     11platforms           darwin
    1112maintainers         nomaintainer
    1213
    1314description         offers an XML to C/C++ language binding to ease the \
     
    2627distname            ${name}_${version}
    2728worksrcdir          ${name}-${branch}
    2829
    29 checksums           rmd160  cc33c81cf316bee7e42ab01149262acdfc4db31a \
    30                     sha256  8b1ad1cbd521bd5f85ff4c038bfd5a17a2530610c1ce8bf7318725bc568465cc
     30checksums           rmd160  aa15776a6d3a7078bbec5036abe2994d58263de7 \
     31                    sha256  24ff4a4c3b2470149febfd9d2d22127a267e9e92f4a5dd1ad2b16d07da62a7d5
    3132
    3233depends_lib         port:openssl
    3334
    34 patchfiles          patch-configure.diff
     35patchfiles          patch-configure.diff patch-stdsoap2.h.diff
    3536
    3637use_parallel_build  no
    3738