New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11248: libxml2-2.6.27_Portfile.patch

File libxml2-2.6.27_Portfile.patch, 0.9 KB (added by cedric.luthi@…, 5 years ago)

Version 2.6.27 was actually out but not on all mirrors

  • Portfile

     
    33PortSystem      1.0 
    44 
    55name                  libxml2 
    6 version               2.6.23 
     6version               2.6.27 
    77categories            textproc 
    88description           gnome xml library 
    99platforms             darwin 
    10 maintainers           michaelm@opendarwin.org 
     10maintainers           michaelm@opendarwin.org, cedric.luthi@gmail.com 
    1111homepage              http://xmlsoft.org/index.html 
    12 master_sites          gnome:sources/libxml2/2.6/ ftp://xmlsoft.org/  
    13 checksums             rmd160 6cca60b81f56101e42c7f9a8529f5c6f34e4b49f 
    14 use_bzip2             yes 
     12master_sites          ftp://xmlsoft.org/libxml2/ 
     13checksums             rmd160 795efee7c91484eb11dd0b275744057d2c82719d 
    1514depends_lib           port:libiconv 
    1615configure.env         BASE_DIR=${prefix}/share/doc 
    1716configure.args        --mandir=${prefix}/share/man --with-iconv=${prefix} \