Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2018 15:22:15 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477507 - head/sysutils/eksctl
Message-ID:  <201808181522.w7IFMFj9042196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Aug 18 15:22:15 2018
New Revision: 477507
URL: https://svnweb.freebsd.org/changeset/ports/477507

Log:
  - Use PORTSCOUT to avoid notifications of new versions like this: 'latest_release'

Modified:
  head/sysutils/eksctl/Makefile

Modified: head/sysutils/eksctl/Makefile
==============================================================================
--- head/sysutils/eksctl/Makefile	Sat Aug 18 15:16:50 2018	(r477506)
+++ head/sysutils/eksctl/Makefile	Sat Aug 18 15:22:15 2018	(r477507)
@@ -13,6 +13,8 @@ LICENSE=	APACHE20
 RUN_DEPENDS=	kubectl:sysutils/kubectl \
 		aws-iam-authenticator:security/aws-iam-authenticator
 
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 USES=		go
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808181522.w7IFMFj9042196>