Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 11:47:32 +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: r491947 - head/devel/shfmt
Message-ID:  <201902021147.x12BlWR8058832@repo.freebsd.org>

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

Log:
  devel/shfmt: Fix go version spec

Modified:
  head/devel/shfmt/Makefile

Modified: head/devel/shfmt/Makefile
==============================================================================
--- head/devel/shfmt/Makefile	Sat Feb  2 11:46:04 2019	(r491946)
+++ head/devel/shfmt/Makefile	Sat Feb  2 11:47:32 2019	(r491947)
@@ -11,7 +11,7 @@ COMMENT=	Format shell scripts
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	go>=1.10:lang/go
+BUILD_DEPENDS=	go>=1.10,1:lang/go
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	mvdan



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