Ticket #12645: apr-util-1.2.10.diff
File apr-util-1.2.10.diff, 1.5 KB (added by nox@…, 17 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name apr-util 5 version 1.2.8 6 revision 2 5 version 1.2.10 7 6 categories devel 8 7 maintainers dluke@geeklair.net 9 8 description utilities built with the apache group's portability library … … 14 13 homepage http://apr.apache.org/ 15 14 master_sites apache:apr 16 15 use_bzip2 yes 17 checksums md5 b122f35ee6883a216cd2e7d44504521e \18 sha1 cef58fe4c282e7b449cd49d568914c8f4ee7cdc9 \19 rmd160 97cad40eda8e08211f758c4796cacd040183a2b020 16 21 depends_lib lib:libapr-1:apr port:expat \ 17 checksums md5 9277c21fe41065bd359db98c474aa998 \ 18 sha1 2ef492de9c7d77b0b2d9b22b532c5e1256ebfd87 \ 19 rmd160 336b7405fa646588494e40397de4cabad6e0e48d 20 21 depends_lib port:apr port:expat \ 22 22 port:libiconv port:db44 \ 23 23 port:sqlite3 24 24 … … 30 30 test.target check 31 31 test.env DYLD_LIBRARY_PATH=${worksrcpath}/.libs 32 32 33 post-destroot { 34 set docdir ${prefix}/share/doc/${name}-${version} 35 xinstall -d ${destroot}${docdir} 36 xinstall -m 0644 -W ${worksrcpath} CHANGES LICENSE NOTICE ${destroot}${docdir} 37 } 38 33 39 variant no_bdb { 34 40 depends_lib-delete port:db44 35 41 configure.args-delete --with-berkeley-db=${prefix}/include:${prefix}/lib/db44 … … 57 63 livecheck.check regex 58 64 livecheck.url http://apache.org/dist/apr/ 59 65 livecheck.regex {<a href="#aprutil">APR-util (\d+(?:\.\d+)*) is the latest available version</a>} 66