svn commit: r509728 - head/misc/dive

Yuri Victorovich yuri at FreeBSD.org
Sat Aug 24 16:03:19 UTC 2019


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


More information about the svn-ports-all mailing list