svn commit: r505769 - head/devel/git-lfs
Vinícius Zavam
egypcio at FreeBSD.org
Wed Jul 3 18:49:34 UTC 2019
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}
More information about the svn-ports-head
mailing list