Ticket #16655: libxslt.diff

File libxslt.diff, 1.2 KB (added by blb@…, 16 years ago)

diff to Portfile

  • Portfile

     
    33PortSystem      1.0
    44
    55name            libxslt
    6 version         1.1.23
    7 revision        1
     6version         1.1.24
    87categories      textproc
    98platforms       darwin
    109maintainers     nox openmaintainer
     
    2423                ftp://gd.tuwien.ac.at/pub/libxml/ \
    2524                gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
    2625
    27 checksums       md5     0650b23650b70ad7ce2447ee16f445a3 \
    28                 sha1    9b6bb279808893643d9116e514eafecb22eff76c \
    29                 rmd160  fcecbaddd9b35e4d5e44670f6bd6d9d5fff327bc
     26checksums       md5     e83ec5d27fc4c10c6f612879bea9a153 \
     27                sha1    b5402e24abff5545ed76f6a55049cbebc664bd58 \
     28                rmd160  41e7721eeed722c45310877d045422b47ab32973
    3029
    31 depends_build   port:autoconf \
    32                 port:automake \
    33                 port:libtool
    3430depends_lib     port:libiconv \
    3531                port:libxml2 \
    3632                port:zlib
    3733
    38 use_autoconf    yes
    39 autoconf.cmd    autoreconf
    40 
    4134configure.args  --mandir=${prefix}/share/man \
    4235                --enable-static=no \
    4336                --with-libxml-prefix=${prefix} \