diff --git a/net/traefik/Makefile b/net/traefik/Makefile index e917d04c5549..8321b44d81fd 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,46 +1,45 @@ PORTNAME= traefik -PORTVERSION= 3.6.9 -PORTREVISION= 1 +PORTVERSION= 3.6.10 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} MAINTAINER= riggs@FreeBSD.org COMMENT= High availability reverse proxy and load balancer WWW= https://traefik.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= go-bindata:devel/go-bindata USES= cpe go:1.25+,modules tar:xz USE_RC_SUBR= traefik GO_BUILDFLAGS= -ldflags "-s -w \ -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 USERS= traefik GROUPS= traefik PLIST_FILES= bin/traefik \ "@sample etc/traefik.toml.sample" \ "@sample etc/traefik.yml.sample" # Preparing the vendor dir for a self-contained tarball now works by just # running 'go generate && go mod vendor' as a user and bundling the resulting # ${WRKSRC}/vendor directory. # Building the UI with node + yarn is no longer necessary. pre-build: cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} generate post-install: ${INSTALL_DATA} ${WRKSRC}/traefik.sample.toml ${STAGEDIR}${PREFIX}/etc/traefik.toml.sample ${INSTALL_DATA} ${WRKSRC}/traefik.sample.yml ${STAGEDIR}${PREFIX}/etc/traefik.yml.sample .include diff --git a/net/traefik/distinfo b/net/traefik/distinfo index b901655fcfe9..58e44001df0f 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772276023 -SHA256 (traefik-3.6.9.tar.xz) = cd880951039578256567a78ff47684fa384cf9a97358112f533804394ee56b63 -SIZE (traefik-3.6.9.tar.xz) = 26433352 +TIMESTAMP = 1772964084 +SHA256 (traefik-3.6.10.tar.xz) = dbe859d36ff19651de32ebb8b754ae459de7f8419a3013e1cec7a94a37a1f969 +SIZE (traefik-3.6.10.tar.xz) = 26481628