svn commit: r477699 - head/dns/cli53

Koichiro Iwao meta at FreeBSD.org
Tue Aug 21 03:59:51 UTC 2018


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 at 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:


More information about the svn-ports-head mailing list