Ticket #1097: diff

File diff, 966 bytes (added by jcorley1@…, 21 years ago)

Portfile patch

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/www/apache2/Portfile,v
    retrieving revision 1.3
    diff -u -r1.3 Portfile
     
    22
    33PortSystem 1.0
    44name            apache2
    5 version         2.0.47
     5version         2.0.48
    66categories      www
    77platforms       darwin freebsd
    88maintainers     jcorley1@nc.rr.com
     
    2323                http://ftp.epix.net/apache/httpd/
    2424
    2525distname        httpd-${version}
    26 checksums       md5 63f16638c18b140b649fab32b54d7f9c
     26checksums       md5 466c63bb71b710d20a5c353df8c1a19c
    2727depends_lib     lib:libapr-0.0:apr lib:libaprutil-0.0:apr-util
    2828patchfiles      patch-httpd-std.conf.in
    29 configure.env   CC=/usr/bin/gcc CPP=/usr/bin/cpp
    3029configure.args  --with-layout=FreeBSD --with-apr=${prefix}/bin/apr-config \
    3130                --with-apr-util=${prefix}/bin --prefix=${prefix}/${name} \
    3231                --enable-mods-shared=all --enable-ssl --with-ssl \