From owner-svn-ports-head@freebsd.org Wed Sep 14 09:06:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E34C1BDACC1; Wed, 14 Sep 2016 09:06:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B44147F1; Wed, 14 Sep 2016 09:06:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8E96UPZ034176; Wed, 14 Sep 2016 09:06:30 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8E96Udg034175; Wed, 14 Sep 2016 09:06:30 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201609140906.u8E96Udg034175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 14 Sep 2016 09:06:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422120 - head/www/fabio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 09:06:32 -0000 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