Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2020 15:31:39 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555987 - head/net/traefik
Message-ID:  <202011211531.0ALFVdpj047548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Nov 21 15:31:39 2020
New Revision: 555987
URL: https://svnweb.freebsd.org/changeset/ports/555987

Log:
  Update to upstream version 2.3.3.
  
  Details:
  * Bugfix release, see
    https://github.com/traefik/traefik/releases/tag/v2.3.3

Modified:
  head/net/traefik/Makefile
  head/net/traefik/distinfo

Modified: head/net/traefik/Makefile
==============================================================================
--- head/net/traefik/Makefile	Sat Nov 21 15:30:00 2020	(r555986)
+++ head/net/traefik/Makefile	Sat Nov 21 15:31:39 2020	(r555987)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	traefik
-PORTVERSION=	2.3.2
+PORTVERSION=	2.3.3
 CATEGORIES=	net
 MASTER_SITES=	LOCAL/riggs/${PORTNAME}
 
@@ -32,7 +32,7 @@ PLIST_FILES=	bin/traefik \
 		"@sample etc/traefik.yml.sample"
 
 # Preparing the vendor dir for a self-contained tarball now works by just
-# running 'go mod vendor' as a user and bundling the resulting
+# 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.
 

Modified: head/net/traefik/distinfo
==============================================================================
--- head/net/traefik/distinfo	Sat Nov 21 15:30:00 2020	(r555986)
+++ head/net/traefik/distinfo	Sat Nov 21 15:31:39 2020	(r555987)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603469984
-SHA256 (traefik-2.3.2.tar.xz) = 99a8fb607113e80cd317d4dd693601e35a910b60ec6cacbb6451241da53720b8
-SIZE (traefik-2.3.2.tar.xz) = 14088976
+TIMESTAMP = 1605969005
+SHA256 (traefik-2.3.3.tar.xz) = 8820ce7eb05c33440b804d1720dd5208376e33c05306e9124a924e88529199d1
+SIZE (traefik-2.3.3.tar.xz) = 14126024



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