Ticket #4578: Portfile.diff

File Portfile.diff, 924 bytes (added by andre@…, 19 years ago)

Diff of the Portfile

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                            gsoap
    6 version                         2.7.3
     6version                         2.7.6a
    77distfiles                       ${name}_${version}${extract.suffix}
    88categories                      devel
    99maintainers                     andre@splunk.com
     
    1717homepage                        http://www.cs.fsu.edu/~engelen/soap.html
    1818master_sites                    sourceforge
    1919master_sites.mirror_subdir      gsoap2
    20 checksums                       md5 fb0f5928cdcbc79586112f52fc9bf683
     20checksums                       md5 d74e85ca803f50d773ef99ea14fd5e9b
    2121
    2222worksrcdir                      ${name}-2.7
    23 patchfiles                      patch-configure.in patch-makemake \
    24                         patch-soapcpp2-Makefile.am patch-soapcpp2-wsdl-Makefile.am
     23patchfiles                      patch-configure.in patch-makemake patch-soapcpp2-Makefile.am patch-soapcpp2-wsdl-Makefile.am
    2524
    2625pre-configure {
    2726        system "cd ${worksrcpath} && ./makemake"
    2827}
    29