New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80625


Ignore:
Timestamp:
07/15/11 17:53:26 (4 years ago)
Author:
kimuraw@…
Message:

ruby/rb-rabbit: upgrade to 1.0.2.

Location:
trunk/dports/ruby/rb-rabbit
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/ruby/rb-rabbit/Portfile

    r80319 r80625  
    44PortGroup               ruby 1.0 
    55 
    6 ruby.setup              rabbit 0.9.3 setup.rb {README sample misc} 
     6ruby.setup              rabbit 1.0.2 setup.rb {README sample misc} 
    77revision                0 
    88maintainers             kimuraw 
     
    2323 
    2424depends_lib-append      port:rb-gtk2 port:rb-rsvg port:rb-poppler \ 
    25                                         port:rb-htree port:rb-div \ 
     25                                        port:rb-nokogiri port:rb-coderay port:rb-div \ 
    2626                                        port:rb-rdtool port:rb-rttool 
    27 # rabbiter requires tweetstream and password 
    28 depends_lib-append      port:rb-tweetstream port:rb-password 
    29  
    30 # disable source rwiki to avoid crash with openssl-1.0.0. 
    31 # port:glib2 is linking /usr/lib/libcrypto.0.9.8.dylib via Carbon.framework. 
    32 # ruby is a flat namespace program. We face problems wheh ruby loads both of 
    33 # libcrypto.0.9.8.dylib from MacOSX and libcrypto.1.0.0.dylib from MacPorts. 
    34 patchfiles                      patch-lib-rabbit-source-rwiki.rb.diff 
    3527 
    3628post-build { 
     
    4638 
    4739master_sites    http://rabbit-shockers.org/download/ 
    48 checksums               md5 6c638269754a2a7c462df797522bb533 \ 
    49                                 rmd160 da54df20ae8731854ec41671daf5f8c5799d233a \ 
    50                                 sha1 c7e24a66de839fcc1e21bcf9f906672a0f0d9a7a 
     40checksums               md5 11086ae4c4042bc8dd9a89b08dd7bceb \ 
     41                                rmd160 89371fe80141c54a421969770ca7026255f1c250 \ 
     42                                sha1 916a5951a12ec7f6f1da2cfc5054040359fa8f6b 
    5143 
    5244livecheck.type  regex 
Note: See TracChangeset for help on using the changeset viewer.