Ticket #2277: oldfile.diff
File oldfile.diff, 897 bytes (added by jperkins@…, 20 years ago) |
---|
-
Portfile
old new 1 1 PortSystem 1.0 2 2 name php5 3 version 5.0. 13 version 5.0.2 4 4 categories lang www 5 5 maintainers benoitc@opendarwin.org 6 6 description PHP: Hypertext Preprocessor … … 23 23 distname php-${version} 24 24 distfiles ${distname}.tar.gz:release 25 25 worksrcdir php-${version} 26 checksums ${distname}.tar.gz md5 15c9f5a9848a9e8f32002c6731a31ca826 checksums ${distname}.tar.gz md5 5467327e0cab6de76a90266933322b59 27 27 28 28 #patchfiles patch-configure 29 29 … … 137 137 depends_lib-append lib:c-client:cclient 138 138 configure.env-append CFLAGS=-I${prefix}/include/c-client 139 139 configure.args-append --with-imap=${prefix} --with-imap-ssl=/usr 140 } 141 142 variant tidy { 143 depends_lib-append lib:libtidy:tidy 144 configure.args-append --with-tidy=${prefix} 140 145 } 141 146 142 147 variant xsl {