svn commit: r510134 - head/misc/lf
Yuri Victorovich
yuri at FreeBSD.org
Thu Aug 29 03:38:49 UTC 2019
Author: yuri
Date: Thu Aug 29 03:38:48 2019
New Revision: 510134
URL: https://svnweb.freebsd.org/changeset/ports/510134
Log:
misc/lf: Switch to USES=go:modules, fix build with go1.13
PR: 240168
Submitted by: Dmitri Goutnik <dg at syrec.org>
Modified:
head/misc/lf/Makefile
Modified: head/misc/lf/Makefile
==============================================================================
--- head/misc/lf/Makefile Thu Aug 29 03:29:40 2019 (r510133)
+++ head/misc/lf/Makefile Thu Aug 29 03:38:48 2019 (r510134)
@@ -11,12 +11,11 @@ COMMENT= Terminal file manager
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go
+USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= gokcehan
GH_TUPLE= mattn:go-runewidth:703b5e6:runewidth/vendor/github.com/mattn/go-runewidth \
nsf:termbox-go:288510b:termbox/vendor/github.com/nsf/termbox-go
-GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/lf
More information about the svn-ports-all
mailing list