Date: Sun, 15 Dec 2019 09:37:02 +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: r520163 - head/net/traefik Message-ID: <201912150937.xBF9b2xL017011@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Dec 15 09:37:02 2019 New Revision: 520163 URL: https://svnweb.freebsd.org/changeset/ports/520163 Log: Update to upstream version 1.7.20 Details: - Bugfix details, see https://github.com/containous/traefik/releases/tag/v1.7.20 MFH: 2019Q4 (hat: ports-secteam) Modified: head/net/traefik/Makefile head/net/traefik/distinfo Modified: head/net/traefik/Makefile ============================================================================== --- head/net/traefik/Makefile Sun Dec 15 09:24:44 2019 (r520162) +++ head/net/traefik/Makefile Sun Dec 15 09:37:02 2019 (r520163) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 1.7.19 +PORTVERSION= 1.7.20 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME}:webui @@ -41,7 +41,7 @@ PLIST_FILES= bin/traefik \ # Instead, we use the pre-generated from LOCAL. # (20180510: the upath module requires node < 10) # BUILD_DEPENDS+= npm:www/npm-node8 \ -# yarnpkg:www/yarn +# yarnpkg:www/yarn-node8 #USES+= python:2.7,build #build-ui: # @cd ${WRKSRC}/webui; \ Modified: head/net/traefik/distinfo ============================================================================== --- head/net/traefik/distinfo Sun Dec 15 09:24:44 2019 (r520162) +++ head/net/traefik/distinfo Sun Dec 15 09:37:02 2019 (r520163) @@ -1,5 +1,5 @@ -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 +TIMESTAMP = 1576354823 +SHA256 (traefik-webui-static-1.7.20.tar.gz) = 4fe8db6298308dd854864935cb50320d3aeeacc74de2edee03d304fe7c582a0a +SIZE (traefik-webui-static-1.7.20.tar.gz) = 920807 +SHA256 (containous-traefik-v1.7.20_GH0.tar.gz) = c5a94ec3ab4d323dced9911e86bbebc97fdd4ae546bb4e2595ab3058fe7fddd5 +SIZE (containous-traefik-v1.7.20_GH0.tar.gz) = 11388092
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912150937.xBF9b2xL017011>