Date: Thu, 29 Aug 2019 03:38:48 +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: r510134 - head/misc/lf Message-ID: <201908290338.x7T3cmNF027228@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908290338.x7T3cmNF027228>