19 Commits

Author SHA1 Message Date
paco
ef1a40f9e3 update net/dnscontrol to 3.15.0
ok sthen@
2022-04-23 08:33:02 +00:00
abieber
6303047844 Update dnscontrol to 3.14.0
LGTM sthen@, diff from portno12. Thanks!
2022-03-10 00:18:19 +00:00
paco
9ddb6cc7db update net/dnscontrol to 3.12.0
take maintainer while here.

ok rsadowski@ sthen@
2021-10-04 18:39:00 +00:00
sthen
b5a5b1cf18 update to dnscontrol-3.11.0, based on diff from Karlis Mikelsons 2021-08-25 22:05:14 +00:00
sthen
33ca01984d dnscontrol: set FIX_CLEANUP_PERMISSIONS 2021-03-19 11:58:07 +00:00
sthen
3046e0772e bump the golang ports so that pkg_add -u knows to update them 2021-03-08 13:59:23 +00:00
sthen
91953cc8dc Repair COMMENT, thanks portgen. Pointed out by Karlis Mikelson. 2021-02-21 10:39:47 +00:00
sthen
598df62ecb update to dnscontrol-3.7.0 2021-02-20 16:24:23 +00:00
pvk
18ee250737 Fix TTL for DefaultTTL() and SOA records
https://github.com/StackExchange/dnscontrol/issues/802
2020-08-27 10:06:52 +00:00
pvk
67fb79eb23 Update dnscontrol 3.1.1 -> 3.2.0
Release notes: https://github.com/StackExchange/dnscontrol/releases/tag/v3.2.0
2020-08-03 06:20:18 +00:00
paco
162c1c51d0 update net/dnscontrol to 3.1.1
Diff from Karlis Mikelsons.  Thank you !

Tested by me against GANDI and R53 providers.

ok jca@ and me
2020-05-30 17:00:32 +00:00
kn
095b07e564 Ship docs
This lets new users start from scratch with what our package
provides so HOMEPAGE does not have to be consulted after
installation.

Feedback OK sthen
2020-04-11 12:45:30 +00:00
sthen
67d15cdffe update to dnscontrol-3.0.0, from Karlis Mikelsons, ok paco@ 2020-03-26 20:33:00 +00:00
sthen
9620e02a6b update to dnscontrol-2.11 2020-02-15 15:44:21 +00:00
sthen
7b79b85892 dnscontrol tweaks:
- add aarch64 to ONLY_FOR_ARCHS now that it has golang

- drop "MODGO_FLAGS= -tags nosystemd", it was only being passed in for
tests which it didn't change, and didn't do anything else.

- add the default MODGO_FLAGS from go.port.mk to the custom build commands,
to honour MAKE_JOBS/debug settings, and display source files being built
2020-01-20 21:41:02 +00:00
sthen
423d27c9bb update to dnscontrol-2.10.0, from Karlis Mikelson, thanks Paco Esteban for tests/feedback 2020-01-20 21:39:06 +00:00
sthen
29a43d43c3 my fancy setting of ONLY_FOR_ARCHS to the intersection of GO_ARCHS and
LP64_ARCHS didn't work (GO_ARCHS/LP64_ARCHS aren't available until after
the mk files are pulled in which cause ONLY_FOR_ARCHS to be checked) so
just hardcode amd64 instead.
2019-06-12 14:58:15 +00:00
sthen
c7a99100b0 restrict to LP64 arches (done in an awkward way, but will pick up any
future lp64 additions to GO_ARCHS)
2019-06-08 12:02:01 +00:00
sthen
078eaf64dc import net/dnscontrol, from Karlis Mikelsons, much tidying and ok from kn@
DNSControl is a system for maintaining DNS zones. It has two parts: a
domain specific language (DSL) for describing DNS zones plus software
that processes the DSL and pushes the resulting zones to DNS providers
such as Route53, CloudFlare, and Gandi. It can talk to Microsoft
ActiveDirectory and it generates the most beautiful BIND zone files
ever.
2019-06-05 11:43:21 +00:00