New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19923: Portfile-rb-libxml2.patch

File Portfile-rb-libxml2.patch, 1.7 KB (added by astricker@…, 3 years ago)

Patch for current portfile to update from 0.3.6 to 1.1.3

  • ruby/rb-libxml2/Portfile

    old new  
    22                        
    33PortSystem             1.0 
    44PortGroup              ruby 1.0 
    5 ruby.setup             libxml-ruby 0.3.6 extconf.rb {} rubyforge:8775 
     5ruby.setup             libxml-ruby 1.1.3 setup.rb {} rubyforge:53632 
    66name                   rb-libxml2 
     7extract.suffix         .tgz 
    78categories-append      ruby textproc  
    89maintainers            comcast.net:lharple 
    910platforms              darwin 
     
    1314                       library, supporting a wide range of XML technologies and offering very \ 
    1415                       competitive performance across the board. 
    1516                        
    16 checksums              md5    dc427ade84aca1f5fba8349340b8cbbd \ 
    17                        sha1   d137255eca7fe8e5457bc71012554b11f6351c54 \ 
    18                        rmd160 60d67674f28d3b538b21386fbe78d37fb5772378 
     17checksums              md5     007881e4a5a4ddc29ddf8a3b76edb8b0 \ 
     18                       sha1    575354bcff4dbd8d2e0f019384ddce8b654baa14 \ 
     19                       rmd160  03f79a4338b0d30a2b1921e14b502ae87bee8109 
    1920                        
    2021depends_lib-append     port:libxml2 \ 
    2122                       port:zlib \ 
    2223                       port:libiconv 
    23  
    24 patchfiles             extconf.rb.patch 
    25                         
    26 configure.cmd          ${ruby.bin} -rvendor-specific ext/xml/extconf.rb 
    27 configure.args-append  --with-zlib-dir=${prefix} \ 
    28                        --with-iconv-dir=${prefix} \ 
    29                        --with-xml2-include=${prefix}/include/libxml2 \ 
    30                        --with-xml2-lib=${prefix}/lib