svn commit: r505717 - head/deskutils/pet

Yuri Victorovich yuri at FreeBSD.org
Tue Jul 2 23:28:02 UTC 2019


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


More information about the svn-ports-all mailing list