Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2019 19:45:48 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497578 - head/security/vuls
Message-ID:  <201904021945.x32Jjmkd073105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Apr  2 19:45:48 2019
New Revision: 497578
URL: https://svnweb.freebsd.org/changeset/ports/497578

Log:
  security/vuls: USES=go does not take any arguments
  
  Submitted by:	Dmitri Goutnik <dg@syrec.org>
  Differential Revision:	https://reviews.freebsd.org/D19803

Modified:
  head/security/vuls/Makefile

Modified: head/security/vuls/Makefile
==============================================================================
--- head/security/vuls/Makefile	Tue Apr  2 19:28:29 2019	(r497577)
+++ head/security/vuls/Makefile	Tue Apr  2 19:45:48 2019	(r497578)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${LOCALBASE}/bin/go-cve-dictionary:security/go-cve-dictionary
 
-USES=	go:1.7.1+
+USES=	go
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	future-architect



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