svn commit: r528732 - head/www/gitea/files

Adam Weinberger adamw at FreeBSD.org
Thu Mar 19 16:23:21 UTC 2020


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


More information about the svn-ports-all mailing list