Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2019 22:32:35 +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: r516271 - head/net/traefik
Message-ID:  <201911012232.xA1MWZiQ080316@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Fri Nov  1 22:32:34 2019
New Revision: 516271
URL: https://svnweb.freebsd.org/changeset/ports/516271

Log:
  Update to upstream version 1.7.19
  
  Details:
  - Bugfix release, see
    https://github.com/containous/traefik/releases/tag/v1.7.19
  
  MFH:		2019Q4 (hat: ports-secteam)

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

Modified: head/net/traefik/Makefile
==============================================================================
--- head/net/traefik/Makefile	Fri Nov  1 21:51:36 2019	(r516270)
+++ head/net/traefik/Makefile	Fri Nov  1 22:32:34 2019	(r516271)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	traefik
-PORTVERSION=	1.7.18
+PORTVERSION=	1.7.19
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 MASTER_SITES=	LOCAL/riggs/${PORTNAME}:webui
@@ -40,10 +40,10 @@ PLIST_FILES=	bin/traefik \
 # 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 \
+# BUILD_DEPENDS+=	npm:www/npm-node8 \
 #		yarnpkg:www/yarn
 #USES+=		python:2.7,build
-#pre-build:
+#build-ui:
 #	@cd ${WRKSRC}/webui; \
 #	yarn install && \
 #	yarn run build

Modified: head/net/traefik/distinfo
==============================================================================
--- head/net/traefik/distinfo	Fri Nov  1 21:51:36 2019	(r516270)
+++ head/net/traefik/distinfo	Fri Nov  1 22:32:34 2019	(r516271)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1569675862
-SHA256 (traefik-webui-static-1.7.18.tar.gz) = 59c92fd26618a7d135f58b0041c41544624c36b33392a55cb2e8d6a770b604f0
-SIZE (traefik-webui-static-1.7.18.tar.gz) = 921733
-SHA256 (containous-traefik-v1.7.18_GH0.tar.gz) = 3c4951d98f32347c6b1ceeb2358ef3c5d7085a71b28580acf1e19622683c1b1d
-SIZE (containous-traefik-v1.7.18_GH0.tar.gz) = 11366814
+TIMESTAMP = 1572647093
+SHA256 (traefik-webui-static-1.7.19.tar.gz) = 7c614b7d754eb6bc8181dcb0e5c206bb00c0feaa7e225c124f351fecf90d56c1
+SIZE (traefik-webui-static-1.7.19.tar.gz) = 924195
+SHA256 (containous-traefik-v1.7.19_GH0.tar.gz) = e47b4a2bc66ac89e556333cf7bdde6b7c5afc835fd6824d5af7d1bd016058c26
+SIZE (containous-traefik-v1.7.19_GH0.tar.gz) = 11386696



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