diff --git a/net/traefik/Makefile b/net/traefik/Makefile index c2f202b27a8a..29baa957f48b 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,51 +1,52 @@ PORTNAME= traefik -PORTVERSION= 3.7.5 +PORTVERSION= 3.7.6 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} DISTNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${BASE_SRC}${DISTVERSIONSUFFIX} PATCH_SITES= ${MASTER_SITES} -PATCHFILES= ${PORTNAME}-${BASE_SRC}-3.7.5.patch.xz:-p1 +PATCHFILES= ${PORTNAME}-${BASE_SRC}-3.7.5.patch.xz:-p1 \ + ${PORTNAME}-3.7.5-${PORTVERSION}.patch.xz:-p1 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 BASE_SRC= 3.7.1 WRKSRC= ${WRKDIR}/traefik-${BASE_SRC} 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 573a379cdfcb..37a6e4d77429 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1781350455 +TIMESTAMP = 1783164594 SHA256 (traefik-3.7.1.tar.xz) = eec16fb917306b27537ca3ab585182c058373eaf5c7fc8f42e95003ea94ab699 SIZE (traefik-3.7.1.tar.xz) = 25827640 SHA256 (traefik-3.7.1-3.7.5.patch.xz) = 86159c1523cab76444494c8e406ac8004b660280191bbdebce8b7a77a956aacb SIZE (traefik-3.7.1-3.7.5.patch.xz) = 502548 +SHA256 (traefik-3.7.5-3.7.6.patch.xz) = e811c2f9dc7cf7b0af1304a9380dfeb79b4e6647ee0a2e6f5a69ec671760b6a0 +SIZE (traefik-3.7.5-3.7.6.patch.xz) = 1772748