Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2020 16:24:06 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r528733 - branches/2020Q1/www/gitea/files
Message-ID:  <202003191624.02JGO68o012020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Mar 19 16:24:05 2020
New Revision: 528733
URL: https://svnweb.freebsd.org/changeset/ports/528733

Log:
  MFH: r528732
  
  gitea: Remove test that snuck in (no functional change)
  
  Approved by:	portmgr (with hat)

Modified:
  branches/2020Q1/www/gitea/files/patch-Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/www/gitea/files/patch-Makefile
==============================================================================
--- branches/2020Q1/www/gitea/files/patch-Makefile	Thu Mar 19 16:23:19 2020	(r528732)
+++ branches/2020Q1/www/gitea/files/patch-Makefile	Thu Mar 19 16:24:05 2020	(r528733)
@@ -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?202003191624.02JGO68o012020>