svn commit: r528733 - branches/2020Q1/www/gitea/files

Adam Weinberger adamw at FreeBSD.org
Thu Mar 19 16:24:06 UTC 2020


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; \


More information about the svn-ports-all mailing list