diff options
Diffstat (limited to '')
-rw-r--r-- | benchmarks/ali/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/bombardier/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/ddosify/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/hey/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/plow/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/py-locust-cloud/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/py-locust/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/vegeta/Makefile | 2 |
8 files changed, 10 insertions, 8 deletions
diff --git a/benchmarks/ali/Makefile b/benchmarks/ali/Makefile index 647993346d9c..31836ce243b3 100644 --- a/benchmarks/ali/Makefile +++ b/benchmarks/ali/Makefile @@ -1,7 +1,7 @@ PORTNAME= ali PORTVERSION= 0.7.5 DISTVERSIONPREFIX= v -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= benchmarks MAINTAINER= olgeni@FreeBSD.org diff --git a/benchmarks/bombardier/Makefile b/benchmarks/bombardier/Makefile index a0643e3502d7..d3f6854de338 100644 --- a/benchmarks/bombardier/Makefile +++ b/benchmarks/bombardier/Makefile @@ -1,7 +1,7 @@ PORTNAME= bombardier PORTVERSION= 1.2.6 DISTVERSIONPREFIX= v -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= benchmarks MAINTAINER= danilo@FreeBSD.org diff --git a/benchmarks/ddosify/Makefile b/benchmarks/ddosify/Makefile index d6cf7d77340d..89a47ce8afae 100644 --- a/benchmarks/ddosify/Makefile +++ b/benchmarks/ddosify/Makefile @@ -1,7 +1,7 @@ PORTNAME= ddosify DISTVERSIONPREFIX= v DISTVERSION= 2.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= benchmarks MAINTAINER= grembo@FreeBSD.org diff --git a/benchmarks/hey/Makefile b/benchmarks/hey/Makefile index c8e5788c42ba..c840014e6939 100644 --- a/benchmarks/hey/Makefile +++ b/benchmarks/hey/Makefile @@ -1,7 +1,7 @@ PORTNAME= hey PORTVERSION= 0.1.4 DISTVERSIONPREFIX= v -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= benchmarks MAINTAINER= adamw@FreeBSD.org diff --git a/benchmarks/plow/Makefile b/benchmarks/plow/Makefile index 2a58dc00b4ec..ca2abac9da59 100644 --- a/benchmarks/plow/Makefile +++ b/benchmarks/plow/Makefile @@ -1,7 +1,7 @@ PORTNAME= plow DISTVERSIONPREFIX= v DISTVERSION= 1.3.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= benchmarks MAINTAINER= dutra@FreeBSD.org diff --git a/benchmarks/py-locust-cloud/Makefile b/benchmarks/py-locust-cloud/Makefile index ca944675a4fc..69831ecafc43 100644 --- a/benchmarks/py-locust-cloud/Makefile +++ b/benchmarks/py-locust-cloud/Makefile @@ -1,5 +1,6 @@ PORTNAME= locust-cloud DISTVERSION= 1.26.3 +PORTREVISION= 1 CATEGORIES= benchmarks www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configargparse>=0:devel/py-configargparse@${ ${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>=0:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-socketio>=0:devel/py-python-socketio@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} \ + ${PY_TOMLI} \ ${PYTHON_PKGNAMEPREFIX}python-engineio>=0:devel/py-python-engineio@${PY_FLAVOR} USES= python diff --git a/benchmarks/py-locust/Makefile b/benchmarks/py-locust/Makefile index 02004755443e..66e57de038ed 100644 --- a/benchmarks/py-locust/Makefile +++ b/benchmarks/py-locust/Makefile @@ -1,5 +1,6 @@ PORTNAME= locust DISTVERSION= 2.37.10 +PORTREVISION= 1 CATEGORIES= benchmarks www python MASTER_SITES= PYPI \ https://github.com/locustio/locust/archive/refs/tags/:EXTRA @@ -31,7 +32,7 @@ RUN_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=0:net/py-pyzmq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} \ + ${PY_TOMLI} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>=0:www/py-werkzeug@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ diff --git a/benchmarks/vegeta/Makefile b/benchmarks/vegeta/Makefile index 3549b4544425..361665a8df82 100644 --- a/benchmarks/vegeta/Makefile +++ b/benchmarks/vegeta/Makefile @@ -1,7 +1,7 @@ PORTNAME= vegeta DISTVERSIONPREFIX= v DISTVERSION= 12.11.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= benchmarks www MAINTAINER= egypcio@FreeBSD.org |