Commits
Toby Peterson authored 345ad168919
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 |