1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/apr/Portfile,v |
---|
4 | retrieving revision 1.17 |
---|
5 | diff -u -r1.17 Portfile |
---|
6 | --- Portfile 19 Aug 2003 01:24:12 -0000 1.17 |
---|
7 | +++ Portfile 23 Oct 2003 20:01:58 -0000 |
---|
8 | @@ -2,7 +2,7 @@ |
---|
9 | |
---|
10 | PortSystem 1.0 |
---|
11 | name apr |
---|
12 | -version APACHE_2_0_47 |
---|
13 | +version 0.9.4 |
---|
14 | categories devel |
---|
15 | maintainers jcorley1@nc.rr.com |
---|
16 | description the apache group's portability library |
---|
17 | @@ -13,7 +13,6 @@ |
---|
18 | possible, including Unices, Win32, BeOS, and OS/2. |
---|
19 | |
---|
20 | homepage http://apr.apache.org/ |
---|
21 | -master_sites http://distfiles.opendarwin.org/ |
---|
22 | -checksums md5 a1bd1c36712d65b3cc1ef6aabfef37d5 |
---|
23 | -pre-configure { system "cd ${worksrcpath} && ./buildconf" } |
---|
24 | +master_sites http://www.apache.org/dist/apr/ |
---|
25 | +checksums md5 0f1e6765532dd581a58d69b35adeecfe |
---|
26 | configure.args --with-installbuilddir=${prefix}/share/apr-0/build |
---|