Skip to content

Commit

Permalink
benchmarks/tsung: Update to 1.8.0
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/processone/tsung/blob/develop/CHANGELOG.md

Reporter becomes maintainer. Already maintainer of several ports.

PR:		269916
Reported by:	Clockwork6400@protonmail.com
  • Loading branch information
Clockwork6400 authored and Fernando Apesteguía committed Mar 5, 2023
1 parent 15c592c commit c31a247
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
12 changes: 6 additions & 6 deletions benchmarks/tsung/Makefile
@@ -1,9 +1,9 @@
PORTNAME= tsung
DISTVERSION= 1.7.0
DISTVERSION= 1.8.0
CATEGORIES= benchmarks sysutils
MASTER_SITES= http://tsung.erlang-projects.org/dist/

MAINTAINER= ports@FreeBSD.org
MAINTAINER= Clockwork6400@protonmail.com
COMMENT= Multi-protocol distributed load testing tool
WWW= http://tsung.erlang-projects.org/

Expand All @@ -15,17 +15,17 @@ RUN_DEPENDS= erl:lang/erlang
USES= gmake perl5 python:run shebangfix
USE_PERL5= run

SHEBANG_FILES= src/*.pl.in src/tsung-plotter/tsung/tsung.py \
src/tsung-plotter/tsplot.py.in
SHEBANG_FILES= src/*.pl.in src/tsung-plotter/tsplot.py.in \
src/tsung-plotter/tsung/tsung.py

GNU_CONFIGURE= yes

PLIST_SUB= PORTVERSION=${PORTVERSION}

OPTIONS_DEFINE= EXAMPLES

PORTEXAMPLES= *

OPTIONS_DEFINE= EXAMPLES

post-patch:
@${REINPLACE_CMD} -e 's|MAN_DIR = $$(datadir)/man/man1/|MAN_DIR = $$(prefix)/man/man1/| ; \
s|CONFDIR = $$(docdir)/examples|CONFDIR = $$(prefix)/share/examples/tsung| ; \
Expand Down
6 changes: 3 additions & 3 deletions benchmarks/tsung/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1561226919
SHA256 (tsung-1.7.0.tar.gz) = 6394445860ef34faedf8c46da95a3cb206bc17301145bc920151107ffa2ce52a
SIZE (tsung-1.7.0.tar.gz) = 1572265
TIMESTAMP = 1677775547
SHA256 (tsung-1.8.0.tar.gz) = 91e8643026017e3d0088a6710fb11c4f617477e826ebe4c5fe586aa63147fc92
SIZE (tsung-1.8.0.tar.gz) = 1662056
2 changes: 2 additions & 0 deletions benchmarks/tsung/pkg-plist
Expand Up @@ -5,6 +5,8 @@ lib/tsung/bin/log2tsung.pl
lib/tsung/bin/tsung-rrd.pl
lib/tsung/bin/tsung_percentile.pl
lib/tsung/bin/tsung_stats.pl
lib/tsung/tsung_controller-%%PORTVERSION%%/ebin/ts_local_file_server.beam
lib/tsung/tsung_controller-%%PORTVERSION%%/src/ts_local_file_server.erl
lib/tsung/tsung-%%PORTVERSION%%/ebin/gen_ts_transport.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochijson2.beam
lib/tsung/tsung-%%PORTVERSION%%/ebin/mochinum.beam
Expand Down

0 comments on commit c31a247

Please sign in to comment.