Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2019 16:03:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509728 - head/misc/dive
Message-ID:  <201908241603.x7OG3IGr049402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Aug 24 16:03:18 2019
New Revision: 509728
URL: https://svnweb.freebsd.org/changeset/ports/509728

Log:
  misc/dive: Switch to USES=go:modules, fix build with go1.13
  
  PR:		240074
  Reported by:	Dmitri Goutnik <dg@syrec.org>

Modified:
  head/misc/dive/Makefile

Modified: head/misc/dive/Makefile
==============================================================================
--- head/misc/dive/Makefile	Sat Aug 24 15:19:20 2019	(r509727)
+++ head/misc/dive/Makefile	Sat Aug 24 16:03:18 2019	(r509728)
@@ -11,7 +11,7 @@ COMMENT=	Tool for exploring each layer in a docker ima
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go
+USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	wagoodman
 GH_TUPLE=	\
@@ -59,8 +59,6 @@ GH_TUPLE=	\
 		spf13:pflag:v1.0.2:spf13_pflag/vendor/github.com/spf13/pflag \
 		spf13:viper:v1.2.1:spf13_viper/vendor/github.com/spf13/viper \
 		wagoodman:keybinding:6a824da6df05:wagoodman_keybinding/vendor/github.com/wagoodman/keybinding
-
-GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 
 PLIST_FILES=	bin/${PORTNAME}
 



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