Subject: CVS commit: pkgsrc/net/ddns-route53
From: Masatake Daimon
Date: 2024-05-12 14:41:58
Message id: 20240512124158.4BFC0FA2C@cvs.NetBSD.org

Log Message:
net/ddns-route53: import ddns-route53-2.12.0

ddns-route53 is a CLI application written in Go and delivered as a single
executable that lets you run your own dynamic DNS service with Amazon Route
53 on a time-based schedule.

This package does not install rc.d(8) scripts. To use it, place a
configuration file at `/etc/ddns-route53/ddns-route53.yaml' and add the
following line to crontab(5):

	*/30 * * * * ddns-route53 --log-nocolor | logger -t ddns-route53

Files:
RevisionActionfile
1.1addpkgsrc/net/ddns-route53/DESCR
1.1addpkgsrc/net/ddns-route53/Makefile
1.1addpkgsrc/net/ddns-route53/PLIST
1.1addpkgsrc/net/ddns-route53/distinfo
1.1addpkgsrc/net/ddns-route53/go-modules.mk
1.1addpkgsrc/net/ddns-route53/patches/patch-internal_logging_logger.go