Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2019 18:49:34 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505769 - head/devel/git-lfs
Message-ID:  <201907031849.x63InYcK040708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: egypcio
Date: Wed Jul  3 18:49:33 2019
New Revision: 505769
URL: https://svnweb.freebsd.org/changeset/ports/505769

Log:
  devel/git-lfs: Switch to USES=go:modules, fix build with go1.13beta1
  
  PR:		238939
  Reported by:	Dmitri Goutnik <dg % syrec.org>

Modified:
  head/devel/git-lfs/Makefile

Modified: head/devel/git-lfs/Makefile
==============================================================================
--- head/devel/git-lfs/Makefile	Wed Jul  3 18:35:16 2019	(r505768)
+++ head/devel/git-lfs/Makefile	Wed Jul  3 18:49:33 2019	(r505769)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	git:devel/git
 
-USES=		go
+USES=		go:modules
 USE_GITHUB=	yes
 
 GO_PKGNAME=	github.com/${PORTNAME}/${PORTNAME}



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