svn commit: r516272 - branches/2019Q4/net/traefik

Thomas Zander riggs at FreeBSD.org
Fri Nov 1 22:33:40 UTC 2019


Author: riggs
Date: Fri Nov  1 22:33:39 2019
New Revision: 516272
URL: https://svnweb.freebsd.org/changeset/ports/516272

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

Modified:
  branches/2019Q4/net/traefik/Makefile
  branches/2019Q4/net/traefik/distinfo
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/net/traefik/Makefile
==============================================================================
--- branches/2019Q4/net/traefik/Makefile	Fri Nov  1 22:32:34 2019	(r516271)
+++ branches/2019Q4/net/traefik/Makefile	Fri Nov  1 22:33:39 2019	(r516272)
@@ -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: branches/2019Q4/net/traefik/distinfo
==============================================================================
--- branches/2019Q4/net/traefik/distinfo	Fri Nov  1 22:32:34 2019	(r516271)
+++ branches/2019Q4/net/traefik/distinfo	Fri Nov  1 22:33:39 2019	(r516272)
@@ -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


More information about the svn-ports-branches mailing list