Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2018 12:37:17 +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: r469534 - head/net/traefik
Message-ID:  <201805101237.w4ACbHD6064154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Thu May 10 12:37:16 2018
New Revision: 469534
URL: https://svnweb.freebsd.org/changeset/ports/469534

Log:
  Update to upstream version 1.6.0
  
  Detailed changelog:
  https://github.com/containous/traefik/releases/tag/v1.6.0
  
  MFH:		2018Q2

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

Modified: head/net/traefik/Makefile
==============================================================================
--- head/net/traefik/Makefile	Thu May 10 11:30:13 2018	(r469533)
+++ head/net/traefik/Makefile	Thu May 10 12:37:16 2018	(r469534)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	traefik
-PORTVERSION=	1.5.4
+PORTVERSION=	1.6.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 MASTER_SITES=	LOCAL/riggs/${PORTNAME}:webui
@@ -40,6 +40,7 @@ TRAEFIK_LDARGS=	-ldflags "-s -w \
 # Note this is not done during a standard port build as
 # it downloads node modules from the internet during build.
 # Instead, we use the pre-generated from LOCAL.
+# (20180510: the upath module requires node < 10)
 # BUILD_DEPENDS+=	npm:www/npm \
 #		yarnpkg:www/yarn
 #USES+=		python:2.7,build

Modified: head/net/traefik/distinfo
==============================================================================
--- head/net/traefik/distinfo	Thu May 10 11:30:13 2018	(r469533)
+++ head/net/traefik/distinfo	Thu May 10 12:37:16 2018	(r469534)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1523094469
-SHA256 (traefik-webui-static-1.5.4.tar.gz) = 879b95fd31ef6813155a90903e2bc6be6d1266e8bf7a76c45f00679890c719c3
-SIZE (traefik-webui-static-1.5.4.tar.gz) = 649631
-SHA256 (containous-traefik-v1.5.4_GH0.tar.gz) = d07999a03fb2732945d10d4f476db0cccd5c0df53020c5988cf99318936fe79e
-SIZE (containous-traefik-v1.5.4_GH0.tar.gz) = 7978182
+TIMESTAMP = 1525954042
+SHA256 (traefik-webui-static-1.6.0.tar.gz) = 59bea40f91b87330b46e5d73ebd1b7332051be73d853af51cef8c5e421c4a821
+SIZE (traefik-webui-static-1.6.0.tar.gz) = 2118528
+SHA256 (containous-traefik-v1.6.0_GH0.tar.gz) = 216cfe308f2dae4f9413ae7f2f09c14487856a452e6061dcca813dc5c0810ad8
+SIZE (containous-traefik-v1.6.0_GH0.tar.gz) = 9676810



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