Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 09:25:22 GMT
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f61715ff5a83 - 2023Q2 - net/traefik: Update to upstream release 2.10.1
Message-ID:  <202304300925.33U9PM7A019960@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by riggs:

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

commit f61715ff5a830f5147eec61387b47a2c298fec1a
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2023-04-29 11:49:26 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2023-04-30 09:09:40 +0000

    net/traefik: Update to upstream release 2.10.1
    
    Details:
    - Build with go 1.20
    - New release from the 2.10.x branch. Details:
      https://github.com/traefik/traefik/releases/tag/v2.10.1
    - No major changes in config format, but minor adaptations of the config
      are necessary for Nomad, Kubernetes and Traefik Hub, see:
      https://doc.traefik.io/traefik/migration/v2/#v210
    
    MFH:            2023Q2
    (cherry picked from commit 49adb53a09fa1eba70e6e520f40940e248cb72a5)
---
 net/traefik/Makefile | 5 ++---
 net/traefik/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/net/traefik/Makefile b/net/traefik/Makefile
index a1fb3039ca72..af5a62f0a9bf 100644
--- a/net/traefik/Makefile
+++ b/net/traefik/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	traefik
-PORTVERSION=	2.9.9
-PORTREVISION=	1
+PORTVERSION=	2.10.1
 CATEGORIES=	net
 MASTER_SITES=	LOCAL/riggs/${PORTNAME}
 
@@ -13,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BUILD_DEPENDS=	go-bindata:devel/go-bindata
 
-USES=		cpe go:1.19,modules tar:xz
+USES=		cpe go:modules tar:xz
 
 USE_RC_SUBR=	traefik
 
diff --git a/net/traefik/distinfo b/net/traefik/distinfo
index 5de3e848c1d8..4b620d7f2d27 100644
--- a/net/traefik/distinfo
+++ b/net/traefik/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680511997
-SHA256 (traefik-2.9.9.tar.xz) = d23703334559395e77f62bb02a66a81272e613edad776dbe10b068553a476bba
-SIZE (traefik-2.9.9.tar.xz) = 23494992
+TIMESTAMP = 1682765804
+SHA256 (traefik-2.10.1.tar.xz) = 297bd430bef0275013f7e519bcde242c0a622ee2b8bf89fc3ab840e8f1d99d8e
+SIZE (traefik-2.10.1.tar.xz) = 23817128



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304300925.33U9PM7A019960>