svn commit: r530893 - head/net/traefik2

Mikael Urankar mikael at FreeBSD.org
Mon Apr 6 17:21:22 UTC 2020


Author: mikael
Date: Mon Apr  6 17:21:21 2020
New Revision: 530893
URL: https://svnweb.freebsd.org/changeset/ports/530893

Log:
  net/traefik2: update to 2.2.0
  
  PR:		245400 245149
  Submitted by:	Christopher Beppler (maitainer)

Modified:
  head/net/traefik2/Makefile
  head/net/traefik2/distinfo

Modified: head/net/traefik2/Makefile
==============================================================================
--- head/net/traefik2/Makefile	Mon Apr  6 17:04:43 2020	(r530892)
+++ head/net/traefik2/Makefile	Mon Apr  6 17:21:21 2020	(r530893)
@@ -2,7 +2,7 @@
 
 PORTNAME=	traefik2
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.1.8
+DISTVERSION=	2.2.0
 DISTVERSIONSUFFIX=	-vendor
 CATEGORIES=	net
 
@@ -22,8 +22,9 @@ GH_SUBDIR=	src/github.com/containous/traefik
 USE_RC_SUBR=	traefik
 
 GO_BUILDFLAGS=	-ldflags "-s -w \
-		-X github.com/containous/traefik/version.Version=${DISTVERSION} \
-		-X github.com/containous/traefik/version.BuildDate=`date -u '+%Y-%m-%d_%I:%M:%S%p'`"
+		-X github.com/containous/traefik/v2/pkg/version.Version=${DISTVERSION} \
+		-X github.com/containous/traefik/v2/pkg/version.Codename=chevrotin \
+		-X github.com/containous/traefik/v2/pkg/version.BuildDate=`date -u '+%Y-%m-%d_%I:%M:%S%p'`"
 GO_TARGET=	./cmd/traefik
 CGO_ENABLED=	0
 

Modified: head/net/traefik2/distinfo
==============================================================================
--- head/net/traefik2/distinfo	Mon Apr  6 17:04:43 2020	(r530892)
+++ head/net/traefik2/distinfo	Mon Apr  6 17:21:21 2020	(r530893)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584705603
-SHA256 (Funzinator-traefik-v2.1.8-vendor_GH0.tar.gz) = b18397fbec5fd1948a3ecf3b111b25ca2712683298792ed2aebd4cfbfe5c21ab
-SIZE (Funzinator-traefik-v2.1.8-vendor_GH0.tar.gz) = 19161792
+TIMESTAMP = 1586190057
+SHA256 (Funzinator-traefik-v2.2.0-vendor_GH0.tar.gz) = ae01a3d771a41944850c242f756a7edc6124969cbdc2d217039581514a085611
+SIZE (Funzinator-traefik-v2.2.0-vendor_GH0.tar.gz) = 20733835


More information about the svn-ports-all mailing list