Commits
Zero King authored 78bb381d0f9
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name getdns |
6 - | version 1.5.1 |
7 - | revision 2 |
6 + | version 1.5.2 |
7 + | revision 0 |
8 8 | categories devel |
9 9 | platforms darwin |
10 10 | maintainers {l2dy @l2dy} openmaintainer |
11 11 | license BSD |
12 12 | |
13 13 | description A modern asynchronous DNS API |
14 14 | |
15 15 | long_description getdns is a modern asynchronous DNS API. It implements DNS \ |
16 16 | entry points from a design developed and vetted by \ |
17 17 | application developers, in an API specification. The open \ |
18 18 | source C implementation of getdns is developed and \ |
19 19 | maintained in collaboration by NLnet Labs, Sinodun and No \ |
20 20 | Mountain Software. |
21 21 | |
22 22 | homepage https://getdnsapi.net/ |
23 23 | |
24 24 | master_sites ${homepage}dist/ |
25 25 | |
26 - | checksums rmd160 94aa50f60099fdb001da4903bba2be538d109c15 \ |
27 - | sha256 5686e61100599c309ce03535f9899a5a3d94a82cc08d10718e2cd73ad3dc28af \ |
28 - | size 1075728 |
26 + | checksums rmd160 85ce46a88273dbe6c38f73acc5a4d15a7c4a6392 \ |
27 + | sha256 1826a6a221ea9e9301f2c1f5d25f6f5588e841f08b967645bf50c53b970694c0 \ |
28 + | size 1091088 |
29 29 | |
30 30 | depends_lib path:lib/libssl.dylib:openssl \ |
31 31 | port:libevent \ |
32 32 | port:libidn2 |
33 33 | |
34 34 | configure.args --enable-stub-only \ |
35 35 | --with-libevent \ |
36 36 | --without-libidn |
37 37 | |
38 38 | livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)[quotemeta ${extract.suffix}] |