Index: branches/2019Q2/net/traefik/Makefile =================================================================== --- branches/2019Q2/net/traefik/Makefile (revision 499032) +++ branches/2019Q2/net/traefik/Makefile (revision 499033) @@ -1,68 +1,68 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 1.7.9 +PORTVERSION= 1.7.10 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME}:webui DISTFILES= ${PORTNAME}-webui-static-${PORTVERSION}${EXTRACT_SUFX}:webui MAINTAINER= riggs@FreeBSD.org COMMENT= High availability reverse proxy and load balancer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= go-bindata:devel/go-bindata USES= go USE_GITHUB= yes GH_ACCOUNT= containous GH_SUBDIR= src/github.com/containous/traefik USE_RC_SUBR= traefik USERS= traefik GROUPS= traefik PLIST_FILES= bin/traefik \ "@sample etc/traefik.toml.sample" TRAEFIK_BUILD_ENV= ${MAKE_ENV} \ CGO_ENABLED=0 TRAEFIK_LDARGS= -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'`" # Recipe for building the web UI # 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 #pre-build: # @cd ${WRKSRC}/webui; \ # yarn install && \ # yarn run build post-extract: @${MV} ${WRKDIR}/static ${WRKSRC} # Install a sample configuration file which works by default # without manual tweaking ${REINPLACE_CMD} -e 's|:80|:8088|' \ -e 's|\[docker|# \[docker|' ${WRKSRC}/traefik.sample.toml do-build: @cd ${WRKSRC}/src/github.com/containous/traefik; \ ${SETENV} ${BUILD_ENV} ${TRAEFIK_BUILD_ENV} GOPATH=${WRKSRC} go generate && \ ${SETENV} ${BUILD_ENV} ${TRAEFIK_BUILD_ENV} GOPATH=${WRKSRC} go build ${TRAEFIK_LDARGS} -v -x ./cmd/traefik do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/containous/traefik/traefik ${STAGEDIR}${PREFIX}/bin/traefik ${INSTALL_DATA} ${WRKSRC}/src/github.com/containous/traefik/traefik.sample.toml ${STAGEDIR}${PREFIX}/etc/traefik.toml.sample .include Index: branches/2019Q2/net/traefik/distinfo =================================================================== --- branches/2019Q2/net/traefik/distinfo (revision 499032) +++ branches/2019Q2/net/traefik/distinfo (revision 499033) @@ -1,5 +1,5 @@ -TIMESTAMP = 1550422157 -SHA256 (traefik-webui-static-1.7.9.tar.gz) = c0525da0eaaa606693f7cdc7dd67446087802a320e77245c38fa43b64e9c2e82 -SIZE (traefik-webui-static-1.7.9.tar.gz) = 922920 -SHA256 (containous-traefik-v1.7.9_GH0.tar.gz) = f8a09125b231345425b1a845b30eb6149be37783793c71ea6b3d2cd5832c0ce8 -SIZE (containous-traefik-v1.7.9_GH0.tar.gz) = 10707392 +TIMESTAMP = 1555339049 +SHA256 (traefik-webui-static-1.7.10.tar.gz) = 7bb110cf630521a7151202b984d4a899040eda4d89d0136b3d8ad0968bc0492d +SIZE (traefik-webui-static-1.7.10.tar.gz) = 922977 +SHA256 (containous-traefik-v1.7.10_GH0.tar.gz) = cf5d6ea452b1a96bf85ef816bb5c01ea72e04e55e2a1fc1a54d9d5c843ffd139 +SIZE (containous-traefik-v1.7.10_GH0.tar.gz) = 10780701 Index: branches/2019Q2 =================================================================== --- branches/2019Q2 (revision 499032) +++ branches/2019Q2 (revision 499033) Property changes on: branches/2019Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r499032