Ticket #51937: Portfile-ldns.diff

File Portfile-ldns.diff, 1.4 KB (added by Jakker (Jaap Akkerhuis), 8 years ago)

unified diff to update

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                ldns
    6 version             1.6.16
     6version             1.6.17
    77revision            1
    88categories          net devel
    99platforms           darwin
     
    1717homepage            http://www.nlnetlabs.nl/projects/ldns/
    1818master_sites        http://www.nlnetlabs.nl/downloads/ldns/
    1919
    20 checksums           rmd160  e4281eb00275ae5700a4d601ee64faf9aa72f37c \
    21                     sha256  24b2f9cb05797170f2021ef0e0372d4b5225ee4199f0568a15589b5c524df695
     20checksums           rmd160  5382cfaafa7ec1fadcf390f804fbf14e04d7c03a \
     21                    sha256  8b88e059452118e8949a2752a55ce59bc71fa5bc414103e17f5b6b06f9bcc8cd
    2222
    2323depends_build       bin:glibtool:libtool
    2424depends_lib         path:lib/libssl.dylib:openssl
     
    2727configure.cppflags  -I${worksrcpath}/include
    2828build.type          gnu
    2929
     30pre-destroot {
     31    reinplace "s,defined(@\$also),@\$also," ${worksrcpath}/doc/doxyparse.pl
     32}
     33
    3034post-destroot {
    3135    # Install pkg-config files not installed by the Makefile
    3236    reinplace "s/-arch \[^ \]*//g" ${worksrcpath}/packaging/libldns.pc
     
    3640}
    3741
    3842livecheck.type      regex
     43livecheck.url       http://www.nlnetlabs.nl/projects/ldns/
    3944livecheck.regex     "The latest release is (\\d+(?:\\.\\d+)*)"