Date: Thu, 19 Mar 2020 16:23:19 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528732 - head/www/gitea/files Message-ID: <202003191623.02JGNJee011844@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Mar 19 16:23:19 2020 New Revision: 528732 URL: https://svnweb.freebsd.org/changeset/ports/528732 Log: gitea: Remove test that snuck in (no functional change) Modified: head/www/gitea/files/patch-Makefile Modified: head/www/gitea/files/patch-Makefile ============================================================================== --- head/www/gitea/files/patch-Makefile Thu Mar 19 16:18:47 2020 (r528731) +++ head/www/gitea/files/patch-Makefile Thu Mar 19 16:23:19 2020 (r528732) @@ -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; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003191623.02JGNJee011844>