Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2019 19:50:00 +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: r497579 - head/security/go-cve-dictionary
Message-ID:  <201904021950.x32Jo0bs073399@repo.freebsd.org>

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

Log:
  security/go-cve-dictionary: USES=go does not take any arguments
  
  - Prepare for D19570
  
  Submitted by:	Dmitri Goutnik <dg@syrec.org>
  Approved by:	portmgr blanket
  Differential Revision:	https://reviews.freebsd.org/D19802

Modified:
  head/security/go-cve-dictionary/Makefile
  head/security/go-cve-dictionary/pkg-plist

Modified: head/security/go-cve-dictionary/Makefile
==============================================================================
--- head/security/go-cve-dictionary/Makefile	Tue Apr  2 19:45:48 2019	(r497578)
+++ head/security/go-cve-dictionary/Makefile	Tue Apr  2 19:49:59 2019	(r497579)
@@ -12,7 +12,7 @@ LICENSE=	APACHE20
 
 RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
 
-USES=	go:1.7.1+
+USES=	go
 
 USE_RC_SUBR=	${PORTNAME}
 

Modified: head/security/go-cve-dictionary/pkg-plist
==============================================================================
--- head/security/go-cve-dictionary/pkg-plist	Tue Apr  2 19:45:48 2019	(r497578)
+++ head/security/go-cve-dictionary/pkg-plist	Tue Apr  2 19:49:59 2019	(r497579)
@@ -1,3 +1,3 @@
-bin/%%GO_PKGNAME%%
+bin/go-cve-dictionary
 @dir(vuls,vuls,0775) /var/db/vuls
 @dir(vuls,vuls,0775) /var/log/vuls



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