Commits

Toby Peterson authored 345ad168919
apache 1.3.32, security fix.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@8990 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

www/apache/Portfile

Modified
1 -# $Id: Portfile,v 1.40 2004/05/17 09:57:51 michaelm Exp $
1 +# $Id: Portfile,v 1.41 2004/10/28 15:21:56 toby Exp $
2 2
3 3 PortSystem 1.0
4 4 name apache
5 -version 1.3.31
5 +version 1.3.32
6 6 categories www
7 7 platforms darwin freebsd
8 8 maintainers michaelm@opendarwin.org
9 9 description The extremely popular Apache http server
10 10 homepage http://httpd.apache.org/
11 11 master_sites apache:httpd/ \
12 12 http://archive.apache.org/dist/httpd/old/
13 13
14 14
15 15 distname ${name}_${version}
16 -checksums ${distname}${extract.suffix} md5 bd548a06ac48dda496b4e613572bb020
16 +checksums ${distname}${extract.suffix} md5 45164531fb57bfa18af4b9efd0850dd3
17 17
18 18 variant darwin {
19 19 if { ![variant_isset apache_layout] } {
20 20 configure.args-append --with-layout=FreeBSD --logfiledir=${prefix}/var/log/httpd --runtimedir=${prefix}/var/run
21 21 }
22 22 }
23 23
24 24 variant freebsd {
25 25 if { ![variant_isset apache_layout] } {
26 26 configure.args-append --with-layout=FreeBSD --logfiledir=${prefix}/var/log/httpd --runtimedir=${prefix}/var/run

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut