svn commit: r491948 - head/devel/bingo

Tobias Kortkamp tobik at FreeBSD.org
Sat Feb 2 11:48:22 UTC 2019


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


More information about the svn-ports-all mailing list