Ticket #1072: diff

File diff, 1.4 KB (added by jcorley1@…, 21 years ago)

update to official 0.9.4

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/apr-util/Portfile,v
    retrieving revision 1.6
    diff -u -r1.6 Portfile
     
    22
    33PortSystem 1.0
    44name            apr-util
    5 version         APACHE_2_0_47
     5version         0.9.4
    66categories      devel
    77maintainers     jcorley1@nc.rr.com
    88description     utilities built with the apache group's portability library
    99long_description        apr-util is a library of useful utilities built with \
    1010                        and intended to be used with the Apache Portable Runtime.
    1111homepage        http://apr.apache.org/
    12 master_sites    http://distfiles.opendarwin.org/
     12master_sites    http://www.apache.org/dist/apr/
    1313distfiles       ${distname}${extract.sufx} apr-${version}${extract.sufx}
    1414patchfiles      patch-configure
    1515depends_lib     lib:libapr-0.0:apr lib:libexpat.0:expat \
    1616                lib:libiconv.2:libiconv
    17 checksums       ${distname}${extract.sufx} md5 da333c985fbae8b76372752df330eee0 \
    18                 apr-${version}${extract.sufx} md5 a1bd1c36712d65b3cc1ef6aabfef37d5
     17checksums       ${distname}${extract.sufx} md5 909ff60d9efb3f158d33e4569af57874 \
     18                apr-${version}${extract.sufx} md5 0f1e6765532dd581a58d69b35adeecfe
    1919
    2020pre-patch {     system "cd ${worksrcpath} && \
    2121                      ./buildconf --with-apr=../apr-${version}" }