Date: Tue, 21 Aug 2018 03:59:50 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477699 - head/dns/cli53 Message-ID: <201808210359.w7L3xoui040384@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Tue Aug 21 03:59:49 2018 New Revision: 477699 URL: https://svnweb.freebsd.org/changeset/ports/477699 Log: dns/cli53: cosmetic fixes * add LICENSE * remove explicit BUILD_DEPENDS because USES=go sets it automatically * use tab after = Approved by: pi (mentor) Differential Revision: https://reviews.freebsd.org/D16809 Modified: head/dns/cli53/Makefile Modified: head/dns/cli53/Makefile ============================================================================== --- head/dns/cli53/Makefile Tue Aug 21 01:32:37 2018 (r477698) +++ head/dns/cli53/Makefile Tue Aug 21 03:59:49 2018 (r477699) @@ -3,21 +3,21 @@ PORTNAME= cli53 DISTVERSION= 0.8.12 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= meta@FreeBSD.org COMMENT= Command line management of Route53 domains LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= go>=1.5:lang/go - USES= go USE_GITHUB= yes GH_ACCOUNT= barnybug WRKSRC_SUBDIR= cmd/cli53 -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/cli53 +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/cli53 PLIST_FILES= bin/cli53 post-extract:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808210359.w7L3xoui040384>