Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jun 2021 19:52:35 GMT
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9d4dbe4df231 - main - benchmarks/stress-ng: Update to 0.12.10
Message-ID:  <202106131952.15DJqZJK000195@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pizzamig:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d4dbe4df23177ec2324df1773a16575a6655919

commit 9d4dbe4df23177ec2324df1773a16575a6655919
Author:     Luca Pizzamiglio <pizzamig@FreeBSD.org>
AuthorDate: 2021-06-13 19:52:32 +0000
Commit:     Luca Pizzamiglio <pizzamig@FreeBSD.org>
CommitDate: 2021-06-13 19:52:32 +0000

    benchmarks/stress-ng: Update to 0.12.10
---
 benchmarks/stress-ng/Makefile             | 2 +-
 benchmarks/stress-ng/distinfo             | 6 +++---
 benchmarks/stress-ng/files/patch-Makefile | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile
index abcd6b8e2959..b50e6d26a194 100644
--- a/benchmarks/stress-ng/Makefile
+++ b/benchmarks/stress-ng/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	stress-ng
-DISTVERSION=	0.12.09
+DISTVERSION=	0.12.10
 PORTREVISION=	0
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://kernel.ubuntu.com/~cking/tarballs/stress-ng/
diff --git a/benchmarks/stress-ng/distinfo b/benchmarks/stress-ng/distinfo
index defc6679093b..ff3743609148 100644
--- a/benchmarks/stress-ng/distinfo
+++ b/benchmarks/stress-ng/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621785154
-SHA256 (stress-ng-0.12.09.tar.xz) = cffac091082c7adbfec649be3c66941c3d622f8b96795656bcce2e20d669cfeb
-SIZE (stress-ng-0.12.09.tar.xz) = 545756
+TIMESTAMP = 1623610551
+SHA256 (stress-ng-0.12.10.tar.xz) = bd167b6559fa8a28680371b1defd3ffe2344eb550129d58dd7d5e2d568f2786e
+SIZE (stress-ng-0.12.10.tar.xz) = 547912
diff --git a/benchmarks/stress-ng/files/patch-Makefile b/benchmarks/stress-ng/files/patch-Makefile
index c9753ea6239e..5bbd73a69660 100644
--- a/benchmarks/stress-ng/files/patch-Makefile
+++ b/benchmarks/stress-ng/files/patch-Makefile
@@ -1,10 +1,10 @@
---- Makefile.orig	2018-11-14 13:17:08 UTC
+--- Makefile.orig	2021-06-07 12:26:04 UTC
 +++ Makefile
-@@ -21,7 +21,7 @@ VERSION=0.09.46
- # Codename "portable pressure producer"
+@@ -21,7 +21,7 @@ VERSION=0.12.10
+ # Codename "keen kernel killer"
  #
  
--CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99
+-CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99 -g
 +CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu11 -pipe
  
  #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106131952.15DJqZJK000195>