Index: branches/2018Q4/net/traefik/Makefile =================================================================== --- branches/2018Q4/net/traefik/Makefile (revision 487625) +++ branches/2018Q4/net/traefik/Makefile (revision 487626) @@ -1,68 +1,68 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 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/2018Q4/net/traefik/distinfo =================================================================== --- branches/2018Q4/net/traefik/distinfo (revision 487625) +++ branches/2018Q4/net/traefik/distinfo (revision 487626) @@ -1,5 +1,5 @@ -TIMESTAMP = 1544259265 -SHA256 (traefik-webui-static-1.7.5.tar.gz) = eefb035cf20ed27580dea178b271c0fa35714222408c327b5f7281973c48b53c -SIZE (traefik-webui-static-1.7.5.tar.gz) = 922653 -SHA256 (containous-traefik-v1.7.5_GH0.tar.gz) = ccd451f19dddc4c3076b37445e13fdb9471ac3e903d9ef217386b4581051dbc7 -SIZE (containous-traefik-v1.7.5_GH0.tar.gz) = 10580235 +TIMESTAMP = 1544970225 +SHA256 (traefik-webui-static-1.7.6.tar.gz) = 3efe7e20212d5c7c3503bfd409fa9f15b129b5830b671d368027c03191c2eb23 +SIZE (traefik-webui-static-1.7.6.tar.gz) = 923135 +SHA256 (containous-traefik-v1.7.6_GH0.tar.gz) = b44555348526cb94da539a5e2f17b904842dd77eba1736735bd4eb45e8f365b3 +SIZE (containous-traefik-v1.7.6_GH0.tar.gz) = 10580708 Index: branches/2018Q4 =================================================================== --- branches/2018Q4 (revision 487625) +++ branches/2018Q4 (revision 487626) Property changes on: branches/2018Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r487625