Ticket #10889: rb-actionwebservice-1.1.6.patch

File rb-actionwebservice-1.1.6.patch, 1.1 KB (added by chris@…, 18 years ago)

Patch for rb-actionwebservice Portfile

  • Portfile

    old new  
    22
    33PortSystem        1.0
    44PortGroup         ruby 1.0
    5 ruby.setup        actionwebservice 1.1.4 gem {} rubyforge:11334
     5ruby.setup        actionwebservice 1.1.6 gem {} rubyforge:12319
    66categories-append devel
    77maintainers       rcavanaugh@gmail.com
    88description       Simple support for publishing Web Service APIs for Rails applications.
    99long_description  Simple support for publishing Web Service APIs for Rails \
    1010                  applications. Supports SOAP and XML-RPC, as well as \
    1111                  generating WSDL for SOAP bindings.
    12 checksums         md5 6a7c1bdaadf6407098cf93c3722f817e \
    13                   sha1 066af0a62ba319855ec8e533a2ddfa24851552c4 \
    14                   rmd160 26880967f1fbfb70cc0e461400927fa13805bc36
     12checksums         md5 007eed546c522692fbe88d47bb0d7934 \
     13                  sha1 d2710a67e48cff1c4cb46ad4ee406b015dd0dea2 \
     14                  rmd160 b3de396b7e670b7e93f9ed8fd9442f64cfe2ea13
    1515
    1616depends_lib-append  port:rb-activesupport \
    1717                    port:rb-actionpack \