diff options
author | meta <meta@FreeBSD.org> | 2019-03-22 12:39:14 +0800 |
---|---|---|
committer | meta <meta@FreeBSD.org> | 2019-03-22 12:39:14 +0800 |
commit | ba61368c6a97b1a40006825ada915cb6eb88bc11 (patch) | |
tree | 6d20219b07117252825f6db49f4cc5bc1b9564e6 /dns/cli53/Makefile | |
parent | 26cf4b6185449d33ddc9e86c59c277e4468f8c11 (diff) | |
download | freebsd-ports-gnome-ba61368c6a97b1a40006825ada915cb6eb88bc11.tar.gz freebsd-ports-gnome-ba61368c6a97b1a40006825ada915cb6eb88bc11.tar.zst freebsd-ports-gnome-ba61368c6a97b1a40006825ada915cb6eb88bc11.zip |
dns/cli53: Update to 0.8.15
This release fixes the issue importing not updating aliases.
Relnotes: https://github.com/barnybug/cli53/releases/tag/0.8.15
Sponsored by: HAW International, Inc.
Diffstat (limited to 'dns/cli53/Makefile')
-rw-r--r-- | dns/cli53/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/cli53/Makefile b/dns/cli53/Makefile index ab0ddbf6a4a7..1d8193c4b7ec 100644 --- a/dns/cli53/Makefile +++ b/dns/cli53/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= cli53 -DISTVERSION= 0.8.14 +DISTVERSION= 0.8.15 CATEGORIES= dns MAINTAINER= meta@FreeBSD.org -COMMENT= Command line management of Route53 domains +COMMENT= Command line tool for Amazon Route 53 LICENSE= MIT LICENSE_FILE= ${WRKSRC:H:H}/LICENSE |