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

     
    22
    33PortSystem 1.0
    44name            apr-util
    5 version         1.2.8
    6 revision        2
     5version         1.2.10
    76categories      devel
    87maintainers     dluke@geeklair.net
    98description     utilities built with the apache group's portability library
     
    1413homepage        http://apr.apache.org/
    1514master_sites    apache:apr
    1615use_bzip2       yes
    17 checksums       md5 b122f35ee6883a216cd2e7d44504521e \
    18                 sha1 cef58fe4c282e7b449cd49d568914c8f4ee7cdc9 \
    19                 rmd160 97cad40eda8e08211f758c4796cacd040183a2b0
    2016
    21 depends_lib     lib:libapr-1:apr port:expat \
     17checksums       md5 9277c21fe41065bd359db98c474aa998 \
     18                        sha1 2ef492de9c7d77b0b2d9b22b532c5e1256ebfd87 \
     19                        rmd160 336b7405fa646588494e40397de4cabad6e0e48d
     20
     21depends_lib     port:apr port:expat \
    2222                port:libiconv port:db44 \
    2323                port:sqlite3
    2424
     
    3030test.target     check
    3131test.env        DYLD_LIBRARY_PATH=${worksrcpath}/.libs
    3232
     33post-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
    3339variant no_bdb  {
    3440                        depends_lib-delete port:db44
    3541                        configure.args-delete --with-berkeley-db=${prefix}/include:${prefix}/lib/db44
     
    5763livecheck.check regex
    5864livecheck.url   http://apache.org/dist/apr/
    5965livecheck.regex {<a href="#aprutil">APR-util (\d+(?:\.\d+)*) is the latest available version</a>}
     66