Ticket #13222: rb-mongrel.diff

File rb-mongrel.diff, 972 bytes (added by blb@…, 16 years ago)

diff to rb-mongrel Portfile to upgrade to 1.1.5

  • Portfile

    old new  
    22
    33PortSystem                      1.0
    44PortGroup                       ruby 1.0
    5 ruby.setup                      mongrel 1.0.1 gem {} rubyforge_gem
     5ruby.setup                      mongrel 1.1.5 gem {} rubyforge_gem
    66maintainers                     pguyot@kallisys.net
    77description                     Fast HTTP Library and server for Ruby
    88long_description        Mongrel is a fast HTTP library and server for Ruby that \
     
    1010                                        using plain HTTP rather than FastCGI or SCGI. It is \
    1111                                        framework agnostic and already supports Ruby On Rails, \
    1212                                        Og+Nitro, and Camping frameworks.
    13 checksums                       md5 e3caa5d827d0d4bf03acc7245b71694f \
    14                                         sha1 9efda5fd0f989cba6ebf342985bf8a6b4c5fd056 \
    15                                         rmd160 ac30135e517c20ccd220e63e26a0d6cf0600bbd2
     13checksums                       md5 a37617eb48f0932cc32143b2d76c0d12 \
     14                                        sha1 ce2393a56d49c5fcf726c744917b9a37b6daa743 \
     15                                        rmd160 d678d5a07e4ae61c28d0174f1c591a261a335056
    1616
    1717depends_lib-append \
    1818                                        port:rb-daemons \