Date: Wed, 14 Sep 2016 09:06:30 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422120 - head/www/fabio Message-ID: <201609140906.u8E96Udg034175@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Wed Sep 14 09:06:30 2016 New Revision: 422120 URL: https://svnweb.freebsd.org/changeset/ports/422120 Log: Remove uneeded parts. Submitted by: mat@ Modified: head/www/fabio/Makefile Modified: head/www/fabio/Makefile ============================================================================== --- head/www/fabio/Makefile Wed Sep 14 09:01:34 2016 (r422119) +++ head/www/fabio/Makefile Wed Sep 14 09:06:30 2016 (r422120) @@ -12,25 +12,13 @@ LICENSE= MIT USES= go USE_GITHUB= yes -GH_ACCOUNT= eBay:DEFAULT +GH_ACCOUNT= eBay GH_PROJECT= fabio +GH_SUBDIR= src/github.com/eBay/fabio USE_RC_SUBR= fabio -USERS= nobody -GROUPS= nobody - do-build: - @${MKDIR} ${WRKSRC}/src/github.com/eBay/fabio - -.for src in .gitignore .travis.yml CHANGELOG.md Dockerfile LICENSE Makefile \ - README.md Vagrantfile admin build cert config demo exit fabio.png \ - fabio.properties listen.go listen_test.go main.go metrics proxy \ - registry route routes.txt vendor - @${MV} ${WRKSRC}/${src} \ - ${WRKSRC}/src/github.com/eBay/fabio -.endfor - @cd ${WRKSRC}/src/github.com/eBay/fabio; \ ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ -ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/fabio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609140906.u8E96Udg034175>