Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2021 10:37:09 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: 548a97515166 - main - benchmarks/stress-ng: Update to 0.12.11
Message-ID:  <202106271037.15RAb9Vd087411@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=548a9751516642a4d0e1a690bcd988f439422640

commit 548a9751516642a4d0e1a690bcd988f439422640
Author:     Luca Pizzamiglio <pizzamig@FreeBSD.org>
AuthorDate: 2021-06-27 10:35:57 +0000
Commit:     Luca Pizzamiglio <pizzamig@FreeBSD.org>
CommitDate: 2021-06-27 10:35:57 +0000

    benchmarks/stress-ng: Update to 0.12.11
    
    Changes:
    https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
---
 benchmarks/stress-ng/Makefile             | 2 +-
 benchmarks/stress-ng/distinfo             | 6 +++---
 benchmarks/stress-ng/files/patch-Makefile | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile
index b50e6d26a194..14ec244e3864 100644
--- a/benchmarks/stress-ng/Makefile
+++ b/benchmarks/stress-ng/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	stress-ng
-DISTVERSION=	0.12.10
+DISTVERSION=	0.12.11
 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 ff3743609148..f9038feafc39 100644
--- a/benchmarks/stress-ng/distinfo
+++ b/benchmarks/stress-ng/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623610551
-SHA256 (stress-ng-0.12.10.tar.xz) = bd167b6559fa8a28680371b1defd3ffe2344eb550129d58dd7d5e2d568f2786e
-SIZE (stress-ng-0.12.10.tar.xz) = 547912
+TIMESTAMP = 1624789669
+SHA256 (stress-ng-0.12.11.tar.xz) = 971393075321c24c3d5769acfabb705911d1f411ced5937b7cfea58528c1b4e6
+SIZE (stress-ng-0.12.11.tar.xz) = 550336
diff --git a/benchmarks/stress-ng/files/patch-Makefile b/benchmarks/stress-ng/files/patch-Makefile
index 5bbd73a69660..d1e236b3f187 100644
--- a/benchmarks/stress-ng/files/patch-Makefile
+++ b/benchmarks/stress-ng/files/patch-Makefile
@@ -4,7 +4,7 @@
  # Codename "keen kernel killer"
  #
  
--CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99 -g
+-CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99
 +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?202106271037.15RAb9Vd087411>