From owner-svn-ports-head@freebsd.org Mon Oct 15 09:02:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 546D410D458B; Mon, 15 Oct 2018 09:02:46 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 09BB28B614; Mon, 15 Oct 2018 09:02:46 +0000 (UTC) (envelope-from egypcio@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 04AE62DF4; Mon, 15 Oct 2018 09:02:46 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9F92jTw026482; Mon, 15 Oct 2018 09:02:45 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9F92jL2026481; Mon, 15 Oct 2018 09:02:45 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201810150902.w9F92jL2026481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Mon, 15 Oct 2018 09:02:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482141 - head/benchmarks/vegeta X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/benchmarks/vegeta X-SVN-Commit-Revision: 482141 X-SVN-Commit-Repository: ports 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.27 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: Mon, 15 Oct 2018 09:02:46 -0000 Author: egypcio Date: Mon Oct 15 09:02:45 2018 New Revision: 482141 URL: https://svnweb.freebsd.org/changeset/ports/482141 Log: updating to version 12.0.0 took a look into upstream's Gopkg.lock, checking for modifications; changed 2 depencies to use version instead of revision; google:go-cmp and golang:text get QA done right; thanks to portlint; moved PLIST_FILES to appear after USES. Approved by: araujo (mentor), rene (mentor) Differential Revision: https://reviews.freebsd.org/D17530 Modified: head/benchmarks/vegeta/Makefile head/benchmarks/vegeta/distinfo Modified: head/benchmarks/vegeta/Makefile ============================================================================== --- head/benchmarks/vegeta/Makefile Mon Oct 15 08:58:30 2018 (r482140) +++ head/benchmarks/vegeta/Makefile Mon Oct 15 09:02:45 2018 (r482141) @@ -2,7 +2,7 @@ PORTNAME= vegeta DISTVERSIONPREFIX= cli/v -DISTVERSION= 11.3.0 +DISTVERSION= 12.0.0 CATEGORIES= benchmarks www MAINTAINER= egypcio@googlemail.com @@ -11,8 +11,6 @@ COMMENT= HTTP load testing tool and library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -PLIST_FILES= bin/${PORTNAME} - USES= go USE_GITHUB= yes @@ -22,7 +20,7 @@ GH_TUPLE= alecthomas:jsonschema:f2c9385:jsonschema/git bmizerany:perks:d9a9656:perks/github.com/bmizerany/perks \ dgryski:go-gk:201884a:gogk/github.com/dgryski/go-gk \ dgryski:go-lttb:318fcdf:golttb/github.com/dgryski/go-lttb \ - google:go-cmp:3af367b:gocmp/github.com/google/go-cmp \ + google:go-cmp:v0.2.0:gocmp/github.com/google/go-cmp \ influxdata:tdigest:a7d76c6:tdigest/github.com/influxdata/tdigest \ mailru:easyjson:60711f1:easyjson/github.com/mailru/easyjson \ shurcooL:httpfs:809bece:httpfs/github.com/shurcooL/httpfs \ @@ -30,7 +28,9 @@ GH_TUPLE= alecthomas:jsonschema:f2c9385:jsonschema/git streadway:quantile:b0c5887:quantile/github.com/streadway/quantile \ tsenart:go-tsz:cdeb9e1:gotsz/github.com/tsenart/go-tsz \ golang:net:c394268:net/golang.org/x/net \ - golang:text:f21a4df:text/golang.org/x/text + golang:text:v0.3.0:text/golang.org/x/text + +PLIST_FILES= bin/${PORTNAME} do-build: @${MKDIR} ${WRKSRC}/github.com/${GH_ACCOUNT} Modified: head/benchmarks/vegeta/distinfo ============================================================================== --- head/benchmarks/vegeta/distinfo Mon Oct 15 08:58:30 2018 (r482140) +++ head/benchmarks/vegeta/distinfo Mon Oct 15 09:02:45 2018 (r482141) @@ -1,6 +1,6 @@ -TIMESTAMP = 1535818242 -SHA256 (tsenart-vegeta-cli-v11.3.0_GH0.tar.gz) = 37c37f8ea03f3a952c40fd3530a4454ea5c9dbd62fe9b1427032249e6d80c45b -SIZE (tsenart-vegeta-cli-v11.3.0_GH0.tar.gz) = 478664 +TIMESTAMP = 1539334010 +SHA256 (tsenart-vegeta-cli-v12.0.0_GH0.tar.gz) = 808266795af26cfb05d29da3823fdb2e82514a2a1bc36a102fff83bc0e1476b9 +SIZE (tsenart-vegeta-cli-v12.0.0_GH0.tar.gz) = 478781 SHA256 (alecthomas-jsonschema-f2c9385_GH0.tar.gz) = e95ce4279470c9da271c494ac9b00fc6c3c8975c9e685ca4ae926a6201deaab1 SIZE (alecthomas-jsonschema-f2c9385_GH0.tar.gz) = 7341 SHA256 (c2h5oh-datasize-4eba002_GH0.tar.gz) = c0e504d28864f6c25eb09afcf292aea5a7499df3b2d3e13a9ddecd3bc5ef98ae @@ -11,8 +11,8 @@ SHA256 (dgryski-go-gk-201884a_GH0.tar.gz) = 63c4d18cc9 SIZE (dgryski-go-gk-201884a_GH0.tar.gz) = 2733 SHA256 (dgryski-go-lttb-318fcdf_GH0.tar.gz) = 46a44a5c5098d39b7d8299ceb5d3f0226713cfe3d0afeb7db1f0c2faab1cb3f1 SIZE (dgryski-go-lttb-318fcdf_GH0.tar.gz) = 98314 -SHA256 (google-go-cmp-3af367b_GH0.tar.gz) = a95656f396bd9f27df422aa4ba802c36c65e4598438fe5fe7e7492d3a99c31ac -SIZE (google-go-cmp-3af367b_GH0.tar.gz) = 57876 +SHA256 (google-go-cmp-v0.2.0_GH0.tar.gz) = 3c4e5aca9a707eb19f5ef54b13171f3d36466f4cab73918d111bd93c88b62eed +SIZE (google-go-cmp-v0.2.0_GH0.tar.gz) = 57862 SHA256 (influxdata-tdigest-a7d76c6_GH0.tar.gz) = 96e4da462ba27e316a6e07ae48ea63032a042411119c03c18806bf252c86632c SIZE (influxdata-tdigest-a7d76c6_GH0.tar.gz) = 15706 SHA256 (mailru-easyjson-60711f1_GH0.tar.gz) = 8fd44e1503cb852cc6dd98d1b7646ad8d3abdb739754cc2254e5057b0a947ca6 @@ -27,5 +27,5 @@ SHA256 (tsenart-go-tsz-cdeb9e1_GH0.tar.gz) = 8a94fbd29 SIZE (tsenart-go-tsz-cdeb9e1_GH0.tar.gz) = 260644 SHA256 (golang-net-c394268_GH0.tar.gz) = b3592668b46bfd15cecea395c3efd2124abce92f08b857cec3a4012d5a33151a SIZE (golang-net-c394268_GH0.tar.gz) = 968640 -SHA256 (golang-text-f21a4df_GH0.tar.gz) = 1964956fab6356e201ace777f0e221334a9023777373768a853efc300df2219c -SIZE (golang-text-f21a4df_GH0.tar.gz) = 6102640 +SHA256 (golang-text-v0.3.0_GH0.tar.gz) = 8f4c9a048345befc7beccd09267737ee1f55c7b35e5ff80f344ec9e0aa90febb +SIZE (golang-text-v0.3.0_GH0.tar.gz) = 6102619