aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/vegeta/Makefile
diff options
context:
space:
mode:
authorVinícius Zavam <egypcio@FreeBSD.org>2020-03-11 13:23:01 +0000
committerVinícius Zavam <egypcio@FreeBSD.org>2020-03-11 13:23:01 +0000
commitc97c081793364900bd970ae7b7736162a7e42c9f (patch)
tree605ba46a38f8f771c0e7a542ec8d4d7ff29d29ec /benchmarks/vegeta/Makefile
parent9bc6c169a309fd4ad54b5e3308d56c3650d86c2d (diff)
downloadports-c97c081793364900bd970ae7b7736162a7e42c9f.tar.gz
ports-c97c081793364900bd970ae7b7736162a7e42c9f.zip
benchmarks/vegeta: update 12.7.0 to 12.8.0
Notes
Notes: svn path=/head/; revision=528230
Diffstat (limited to 'benchmarks/vegeta/Makefile')
-rw-r--r--benchmarks/vegeta/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/vegeta/Makefile b/benchmarks/vegeta/Makefile
index c738cd2fa8d7..aac3272219d1 100644
--- a/benchmarks/vegeta/Makefile
+++ b/benchmarks/vegeta/Makefile
@@ -2,7 +2,7 @@
PORTNAME= vegeta
DISTVERSIONPREFIX= v
-DISTVERSION= 12.7.0
+DISTVERSION= 12.8.0
CATEGORIES= benchmarks www
MAINTAINER= egypcio@FreeBSD.org
@@ -11,7 +11,7 @@ COMMENT= HTTP load testing tool and library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go
+USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= tsenart