Date: Sat, 28 Sep 2024 05:48:07 GMT 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: c1b880d4ccf9 - main - net/traefik: Update to upstream release 3.1.4 Message-ID: <202409280548.48S5m7Cf003117@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1b880d4ccf9a604621d90a019a20e1351993d30 commit c1b880d4ccf9a604621d90a019a20e1351993d30 Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2024-09-28 05:37:55 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2024-09-28 05:48:05 +0000 net/traefik: Update to upstream release 3.1.4 Details: - Update the traefik port to the 3.x branch. The details for this release can be found at: https://github.com/traefik/traefik/releases/tag/v3.1.4 - The authors made sure that most of the settings are identical, hence the v3 branch of traefik will accept configuration files without any changes in most of the cases. For edge cases, the migration guide at https://doc.traefik.io/traefik/migration/v2-to-v3/ explains the way forward. --- net/traefik/Makefile | 10 +++++----- net/traefik/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net/traefik/Makefile b/net/traefik/Makefile index 938e5131000f..014eb56ff2d0 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,5 +1,5 @@ PORTNAME= traefik -PORTVERSION= 2.11.8 +PORTVERSION= 3.1.4 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} @@ -12,14 +12,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= go-bindata:devel/go-bindata -USES= cpe go:1.22,modules tar:xz +USES= cpe go:1.23,modules tar:xz USE_RC_SUBR= traefik GO_BUILDFLAGS= -ldflags "-s -w \ - -X github.com/traefik/traefik/v2/pkg/version.Version=${DISTVERSION} \ - -X github.com/traefik/traefik/v2/pkg/version.Codename=portbuild \ - -X github.com/traefik/traefik/v2/pkg/version.BuildDate=`date -u '+%Y-%m-%d_%I:%M:%S%p'`" + -X github.com/traefik/traefik/v3/pkg/version.Version=${DISTVERSION} \ + -X github.com/traefik/traefik/v3/pkg/version.Codename=portbuild \ + -X github.com/traefik/traefik/v3/pkg/version.BuildDate=`date -u '+%Y-%m-%d_%I:%M:%S%p'`" GO_TARGET= ./cmd/traefik CGO_ENABLED= 0 diff --git a/net/traefik/distinfo b/net/traefik/distinfo index 87c9498f673b..c5a30f53517c 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723360118 -SHA256 (traefik-2.11.8.tar.xz) = 707a27d502cce8221d73ac5c7fd2a93aa4af38729b8f0b190056ef439492753b -SIZE (traefik-2.11.8.tar.xz) = 21943340 +TIMESTAMP = 1727472280 +SHA256 (traefik-3.1.4.tar.xz) = e280a9e7b42a3b421e994fb3360b79c360c3162cbedc44567176958208e5ab9e +SIZE (traefik-3.1.4.tar.xz) = 21578328
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409280548.48S5m7Cf003117>