aboutsummaryrefslogtreecommitdiff
path: root/www/gitea
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2020-03-19 16:23:19 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2020-03-19 16:23:19 +0000
commit37d2ca98d61612e9b0bce1725237c0fa88b5cce1 (patch)
tree8e62babb8eb0344e8bd852288e7bcdbd89035011 /www/gitea
parent5b908b115c61fda174cd80fcb0f4967775f04151 (diff)
downloadports-37d2ca98d61612e9b0bce1725237c0fa88b5cce1.tar.gz
ports-37d2ca98d61612e9b0bce1725237c0fa88b5cce1.zip
gitea: Remove test that snuck in (no functional change)
Notes
Notes: svn path=/head/; revision=528732
Diffstat (limited to 'www/gitea')
-rw-r--r--www/gitea/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gitea/files/patch-Makefile b/www/gitea/files/patch-Makefile
index ead1c6269b0c..dd9f92d363d4 100644
--- a/www/gitea/files/patch-Makefile
+++ b/www/gitea/files/patch-Makefile
@@ -5,7 +5,7 @@
.PHONY: go-check
go-check:
- $(eval GO_VERSION := $(shell printf "%03d%03d%03d" $(shell go version | grep -Eo '[0-9]+\.?[0-9]+?\.?[0-9]?[[:space:]]' | tr '.' ' ');))
-+ $(eval GO_VERSION := $(shell printf "%03d%03d%03d" $(shell go version | bsdgrep -Eo 'go[0-9\.]+' | tr -d go | tr '.' ' ');))
++ $(eval GO_VERSION := $(shell printf "%03d%03d%03d" $(shell go version | grep -Eo 'go[0-9\.]+' | tr -d go | tr '.' ' ');))
@if [ "$(GO_VERSION)" -lt "001011000" ]; then \
echo "Gitea requires Go 1.11.0 or greater to build. You can get it at https://golang.org/dl/"; \
exit 1; \