svn commit: r497578 - head/security/vuls

Tobias Kortkamp tobik at FreeBSD.org
Tue Apr 2 19:45:49 UTC 2019


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


More information about the svn-ports-all mailing list