svn commit: r497579 - head/security/go-cve-dictionary

Tobias Kortkamp tobik at FreeBSD.org
Tue Apr 2 19:50:01 UTC 2019


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


More information about the svn-ports-all mailing list