Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 2026 07:17:18 +0000
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0f27e4aa1518 - main - net/traefik: Update to upstream release 3.6.15
Message-ID:  <69f6f67e.40228.2ece58cd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by riggs:

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

commit 0f27e4aa1518525840c2a6b48022298b85d9147d
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2026-05-03 07:15:30 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2026-05-03 07:17:16 +0000

    net/traefik: Update to upstream release 3.6.15
    
    Details:
    - Bugfix release, see:
      https://github.com/traefik/traefik/releases/tag/v3.6.15
    
    MFH:            2026Q2
---
 net/traefik/Makefile | 9 ++++++++-
 net/traefik/distinfo | 4 +++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/net/traefik/Makefile b/net/traefik/Makefile
index 0fcf95ecbb75..f28ab4ce8ea3 100644
--- a/net/traefik/Makefile
+++ b/net/traefik/Makefile
@@ -1,7 +1,11 @@
 PORTNAME=	traefik
-PORTVERSION=	3.6.13
+PORTVERSION=	3.6.15
 CATEGORIES=	net
 MASTER_SITES=	LOCAL/riggs/${PORTNAME}
+DISTNAME=	${PORTNAME}-${DISTVERSIONPREFIX}${BASE_SRC}${DISTVERSIONSUFFIX}
+
+PATCH_SITES=	${MASTER_SITES}
+PATCHFILES=	${PORTNAME}-${BASE_SRC}-${PORTVERSION}.patch.xz:-p1
 
 MAINTAINER=	riggs@FreeBSD.org
 COMMENT=	High availability reverse proxy and load balancer
@@ -14,6 +18,9 @@ BUILD_DEPENDS=	go-bindata:devel/go-bindata
 
 USES=		cpe go:1.25+,modules tar:xz
 
+BASE_SRC=	3.6.13
+WRKSRC=		${WRKDIR}/traefik-${BASE_SRC}
+
 USE_RC_SUBR=	traefik
 
 GO_BUILDFLAGS=	-ldflags "-s -w \
diff --git a/net/traefik/distinfo b/net/traefik/distinfo
index 7e8ab7ad7d8c..f74c6f684643 100644
--- a/net/traefik/distinfo
+++ b/net/traefik/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1776017659
+TIMESTAMP = 1777702240
 SHA256 (traefik-3.6.13.tar.xz) = 4fd2ec3e18fdd3a568defa1ecdb293c49b39b68477fb91b60b05c00eade5983b
 SIZE (traefik-3.6.13.tar.xz) = 26388616
+SHA256 (traefik-3.6.13-3.6.15.patch.xz) = 9518a36490193326b9751fa377b721d5dc741456eba36b69a8bc2c80507d8e93
+SIZE (traefik-3.6.13-3.6.15.patch.xz) = 732956


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f6f67e.40228.2ece58cd>