RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/apr-util/Portfile,v
retrieving revision 1.6
diff -u -r1.6 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name apr-util |
5 | | version APACHE_2_0_47 |
| 5 | version 0.9.4 |
6 | 6 | categories devel |
7 | 7 | maintainers jcorley1@nc.rr.com |
8 | 8 | description utilities built with the apache group's portability library |
9 | 9 | long_description apr-util is a library of useful utilities built with \ |
10 | 10 | and intended to be used with the Apache Portable Runtime. |
11 | 11 | homepage http://apr.apache.org/ |
12 | | master_sites http://distfiles.opendarwin.org/ |
| 12 | master_sites http://www.apache.org/dist/apr/ |
13 | 13 | distfiles ${distname}${extract.sufx} apr-${version}${extract.sufx} |
14 | 14 | patchfiles patch-configure |
15 | 15 | depends_lib lib:libapr-0.0:apr lib:libexpat.0:expat \ |
16 | 16 | lib:libiconv.2:libiconv |
17 | | checksums ${distname}${extract.sufx} md5 da333c985fbae8b76372752df330eee0 \ |
18 | | apr-${version}${extract.sufx} md5 a1bd1c36712d65b3cc1ef6aabfef37d5 |
| 17 | checksums ${distname}${extract.sufx} md5 909ff60d9efb3f158d33e4569af57874 \ |
| 18 | apr-${version}${extract.sufx} md5 0f1e6765532dd581a58d69b35adeecfe |
19 | 19 | |
20 | 20 | pre-patch { system "cd ${worksrcpath} && \ |
21 | 21 | ./buildconf --with-apr=../apr-${version}" } |