Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 2026 01:40:54 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Jordan Ostreff <jordan@ostreff.info>
Subject:   git: 4a2d20e30817 - main - devel/go-wire: Update 0.7.0 => 1.1.0, switch upstream
Message-ID:  <69f6a7a6.3d009.134b9a05@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a2d20e30817aec29febb388a6d26aad0c457678

commit 4a2d20e30817aec29febb388a6d26aad0c457678
Author:     Jordan Ostreff <jordan@ostreff.info>
AuthorDate: 2026-05-03 01:34:12 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-05-03 01:34:12 +0000

    devel/go-wire: Update 0.7.0 => 1.1.0, switch upstream
    
    Switch devel/go-wire from abandoned google/wire upstream to maintained
    goforj/wire fork.
    The fork preserves compatibility while providing ongoing maintenance.
    
    Changelogs:
    https://github.com/goforj/wire/releases/tag/v1.0.0
    https://github.com/goforj/wire/releases/tag/v1.1.0
    
    PR:             294949
    Sponsored by:   UNIS Labs
---
 devel/go-wire/Makefile |  7 +++----
 devel/go-wire/distinfo | 10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/devel/go-wire/Makefile b/devel/go-wire/Makefile
index ce9ccfb2af77..b97f0c540228 100644
--- a/devel/go-wire/Makefile
+++ b/devel/go-wire/Makefile
@@ -1,20 +1,19 @@
 PORTNAME=	wire
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.7.0
-PORTREVISION=	3
+DISTVERSION=	1.1.0
 CATEGORIES=	devel
 PKGNAMEPREFIX=	go-
 
 MAINTAINER=	jordan@ostreff.info
 COMMENT=	Compile-time Dependency Injection for Go
-WWW=		https://github.com/google/wire
+WWW=		https://github.com/goforj/wire/
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		go:modules
 
-GO_MODULE=	github.com/google/wire
+GO_MODULE=	github.com/goforj/wire
 GO_TARGET=	./cmd/wire
 
 PLIST_FILES=	bin/${PORTNAME}
diff --git a/devel/go-wire/distinfo b/devel/go-wire/distinfo
index 5dfb7b0dda63..a9e5f8c7439c 100644
--- a/devel/go-wire/distinfo
+++ b/devel/go-wire/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1770755327
-SHA256 (go/devel_go-wire/wire-v0.7.0/v0.7.0.mod) = 177ea8a26706ccf73b400398daec398a0e893567473d32db0945e5fc77d65409
-SIZE (go/devel_go-wire/wire-v0.7.0/v0.7.0.mod) = 278
-SHA256 (go/devel_go-wire/wire-v0.7.0/v0.7.0.zip) = 52caf8484835c9b71dba76963606ea4b801b6837422c3080f45a9e5f69b0f25d
-SIZE (go/devel_go-wire/wire-v0.7.0/v0.7.0.zip) = 256665
+TIMESTAMP = 1777713915
+SHA256 (go/devel_go-wire/wire-v1.1.0/v1.1.0.mod) = 0dd1469c88b26ed6e32d0d60e05dd66a2e05d26baaa9a008d38fd771a4b2a6b9
+SIZE (go/devel_go-wire/wire-v1.1.0/v1.1.0.mod) = 365
+SHA256 (go/devel_go-wire/wire-v1.1.0/v1.1.0.zip) = e32b55378282c0ad9a5b46b341eb87787b04e18d536fb753f3d225fadb9f98a1
+SIZE (go/devel_go-wire/wire-v1.1.0/v1.1.0.zip) = 1050224


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f6a7a6.3d009.134b9a05>