Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2019 23:28:01 +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: r505717 - head/deskutils/pet
Message-ID:  <201907022328.x62NS1cX030317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Jul  2 23:28:01 2019
New Revision: 505717
URL: https://svnweb.freebsd.org/changeset/ports/505717

Log:
  deskutils/pet: Switch to USES=go:modules, fix build with go1.13beta1
  
  PR:		238947
  Submitted by:	Dmitri Goutnik <dg@syrec.org>

Modified:
  head/deskutils/pet/Makefile

Modified: head/deskutils/pet/Makefile
==============================================================================
--- head/deskutils/pet/Makefile	Tue Jul  2 23:15:13 2019	(r505716)
+++ head/deskutils/pet/Makefile	Tue Jul  2 23:28:01 2019	(r505717)
@@ -11,7 +11,7 @@ COMMENT=	Simple command-line snippet manager, written 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go
+USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	knqyf263
 GH_TUPLE=	\



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