svn commit: r491947 - head/devel/shfmt

Tobias Kortkamp tobik at FreeBSD.org
Sat Feb 2 11:47:33 UTC 2019


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


More information about the svn-ports-all mailing list