Ticket #2277: oldfile.diff

File oldfile.diff, 897 bytes (added by jperkins@…, 20 years ago)

patch file to update php5 to version 5.0.2 and add tidy variant

  • Portfile

    old new  
    11PortSystem 1.0
    22name            php5
    3 version         5.0.1
     3version         5.0.2
    44categories      lang www
    55maintainers     benoitc@opendarwin.org 
    66description     PHP: Hypertext Preprocessor
     
    2323distname        php-${version}
    2424distfiles       ${distname}.tar.gz:release
    2525worksrcdir      php-${version}
    26 checksums       ${distname}.tar.gz md5 15c9f5a9848a9e8f32002c6731a31ca8             
     26checksums       ${distname}.tar.gz md5 5467327e0cab6de76a90266933322b59
    2727
    2828#patchfiles     patch-configure
    2929
     
    137137        depends_lib-append              lib:c-client:cclient
    138138        configure.env-append     CFLAGS=-I${prefix}/include/c-client
    139139        configure.args-append   --with-imap=${prefix} --with-imap-ssl=/usr
     140}
     141
     142variant tidy {
     143        depends_lib-append      lib:libtidy:tidy
     144        configure.args-append   --with-tidy=${prefix}
    140145}
    141146
    142147variant xsl {