Ticket #51937: Portfile-ldns.diff
File Portfile-ldns.diff, 1.4 KB (added by Jakker (Jaap Akkerhuis), 8 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name ldns 6 version 1.6.1 66 version 1.6.17 7 7 revision 1 8 8 categories net devel 9 9 platforms darwin … … 17 17 homepage http://www.nlnetlabs.nl/projects/ldns/ 18 18 master_sites http://www.nlnetlabs.nl/downloads/ldns/ 19 19 20 checksums rmd160 e4281eb00275ae5700a4d601ee64faf9aa72f37c\21 sha256 24b2f9cb05797170f2021ef0e0372d4b5225ee4199f0568a15589b5c524df69520 checksums rmd160 5382cfaafa7ec1fadcf390f804fbf14e04d7c03a \ 21 sha256 8b88e059452118e8949a2752a55ce59bc71fa5bc414103e17f5b6b06f9bcc8cd 22 22 23 23 depends_build bin:glibtool:libtool 24 24 depends_lib path:lib/libssl.dylib:openssl … … 27 27 configure.cppflags -I${worksrcpath}/include 28 28 build.type gnu 29 29 30 pre-destroot { 31 reinplace "s,defined(@\$also),@\$also," ${worksrcpath}/doc/doxyparse.pl 32 } 33 30 34 post-destroot { 31 35 # Install pkg-config files not installed by the Makefile 32 36 reinplace "s/-arch \[^ \]*//g" ${worksrcpath}/packaging/libldns.pc … … 36 40 } 37 41 38 42 livecheck.type regex 43 livecheck.url http://www.nlnetlabs.nl/projects/ldns/ 39 44 livecheck.regex "The latest release is (\\d+(?:\\.\\d+)*)"