Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 11:48:21 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491948 - head/devel/bingo
Message-ID:  <201902021148.x12BmLol058969@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Feb  2 11:48:21 2019
New Revision: 491948
URL: https://svnweb.freebsd.org/changeset/ports/491948

Log:
  devel/bingo: Fix go version spec

Modified:
  head/devel/bingo/Makefile

Modified: head/devel/bingo/Makefile
==============================================================================
--- head/devel/bingo/Makefile	Sat Feb  2 11:47:32 2019	(r491947)
+++ head/devel/bingo/Makefile	Sat Feb  2 11:48:21 2019	(r491948)
@@ -12,7 +12,7 @@ COMMENT=	Go language server
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	go>=1.11:lang/go
+BUILD_DEPENDS=	go>=1.11,1:lang/go
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	saibing



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