Date: Sun, 19 Oct 2025 08:05:18 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 28f4be294baf - main - devel/gocritic: rename to devel/go-critic Message-ID: <202510190805.59J85Iss002598@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=28f4be294baf6d750def1651ecaa8646da143112 commit 28f4be294baf6d750def1651ecaa8646da143112 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2025-10-14 22:37:04 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-10-19 08:03:24 +0000 devel/gocritic: rename to devel/go-critic See also: https://github.com/go-critic/go-critic/pull/1482 --- MOVED | 1 + devel/Makefile | 2 +- devel/{gocritic => go-critic}/Makefile | 2 +- devel/go-critic/distinfo | 5 +++++ devel/{gocritic => go-critic}/pkg-descr | 0 devel/gocritic/distinfo | 5 ----- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/MOVED b/MOVED index 68480de7ff9e..09331fb4fa48 100644 --- a/MOVED +++ b/MOVED @@ -4824,3 +4824,4 @@ net/rubygem-fog-aws328|net/rubygem-fog-aws|2025-10-18|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin27|textproc/rubygem-cucumber-gherkin|2025-10-18|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead textproc/rubygem-cucumber-gherkin30|textproc/rubygem-cucumber-gherkin|2025-10-18|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead textproc/rubygem-cucumber-gherkin32|textproc/rubygem-cucumber-gherkin|2025-10-18|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead +devel/gocritic|devel/go-critic|2025-10-19|Commands renamed up stream diff --git a/devel/Makefile b/devel/Makefile index 2ea201d6f3b5..e9ba3016a790 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -910,6 +910,7 @@ SUBDIR += go-bindata SUBDIR += go-bindata-assetfs SUBDIR += go-git + SUBDIR += go-critic SUBDIR += go-mode.el SUBDIR += go-perf SUBDIR += go-tools @@ -917,7 +918,6 @@ SUBDIR += gob2 SUBDIR += gobject-introspection SUBDIR += gocheese - SUBDIR += gocritic SUBDIR += godot SUBDIR += godot-tools SUBDIR += godot35 diff --git a/devel/gocritic/Makefile b/devel/go-critic/Makefile similarity index 95% rename from devel/gocritic/Makefile rename to devel/go-critic/Makefile index 50ccc2a23ecc..1428e2b9a7aa 100644 --- a/devel/gocritic/Makefile +++ b/devel/go-critic/Makefile @@ -1,4 +1,4 @@ -PORTNAME= gocritic +PORTNAME= go-critic DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 CATEGORIES= devel diff --git a/devel/go-critic/distinfo b/devel/go-critic/distinfo new file mode 100644 index 000000000000..54dd30873b98 --- /dev/null +++ b/devel/go-critic/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1760522239 +SHA256 (go/devel_go-critic/go-critic-v0.14.0/v0.14.0.mod) = d30424118109ad8c0b8658ad77e1f30fe5b902dadb8aff846f5438ce5177ae13 +SIZE (go/devel_go-critic/go-critic-v0.14.0/v0.14.0.mod) = 944 +SHA256 (go/devel_go-critic/go-critic-v0.14.0/v0.14.0.zip) = 15e512dbd877ed7200ff256c08e2064df18a4f9f0de9bc16814e10d392733355 +SIZE (go/devel_go-critic/go-critic-v0.14.0/v0.14.0.zip) = 338032 diff --git a/devel/gocritic/pkg-descr b/devel/go-critic/pkg-descr similarity index 100% rename from devel/gocritic/pkg-descr rename to devel/go-critic/pkg-descr diff --git a/devel/gocritic/distinfo b/devel/gocritic/distinfo deleted file mode 100644 index 6df0439be580..000000000000 --- a/devel/gocritic/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1760481169 -SHA256 (go/devel_gocritic/gocritic-v0.14.0/v0.14.0.mod) = d30424118109ad8c0b8658ad77e1f30fe5b902dadb8aff846f5438ce5177ae13 -SIZE (go/devel_gocritic/gocritic-v0.14.0/v0.14.0.mod) = 944 -SHA256 (go/devel_gocritic/gocritic-v0.14.0/v0.14.0.zip) = 15e512dbd877ed7200ff256c08e2064df18a4f9f0de9bc16814e10d392733355 -SIZE (go/devel_gocritic/gocritic-v0.14.0/v0.14.0.zip) = 338032home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510190805.59J85Iss002598>
