svn commit: r477507 - head/sysutils/eksctl

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Aug 18 15:22:16 UTC 2018


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


More information about the svn-ports-all mailing list