Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2018 15:28:02 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486095 - in head/benchmarks/stress-ng: . files
Message-ID:  <201811281528.wASFS2tJ047603@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Wed Nov 28 15:28:02 2018
New Revision: 486095
URL: https://svnweb.freebsd.org/changeset/ports/486095

Log:
  benchmarks/stress-ng: Update to 0.09.47
  
  Changes: http://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=c556b8531df3bc6706f23856cd7ffa526142364b

Modified:
  head/benchmarks/stress-ng/Makefile
  head/benchmarks/stress-ng/distinfo
  head/benchmarks/stress-ng/files/patch-Makefile

Modified: head/benchmarks/stress-ng/Makefile
==============================================================================
--- head/benchmarks/stress-ng/Makefile	Wed Nov 28 14:34:44 2018	(r486094)
+++ head/benchmarks/stress-ng/Makefile	Wed Nov 28 15:28:02 2018	(r486095)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	stress-ng
-PORTVERSION=	0.09.45
+PORTVERSION=	0.09.47
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://kernel.ubuntu.com/~cking/tarballs/stress-ng/
 

Modified: head/benchmarks/stress-ng/distinfo
==============================================================================
--- head/benchmarks/stress-ng/distinfo	Wed Nov 28 14:34:44 2018	(r486094)
+++ head/benchmarks/stress-ng/distinfo	Wed Nov 28 15:28:02 2018	(r486095)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542058719
-SHA256 (stress-ng-0.09.45.tar.xz) = 0741e3004bf590bb7af3db979a46fe89bee7aaad6065cd1d87d0b7fa49046cb2
-SIZE (stress-ng-0.09.45.tar.xz) = 362680
+TIMESTAMP = 1543356560
+SHA256 (stress-ng-0.09.47.tar.xz) = ed888f5192297855f3ce39b4591b1decc9c580c9753f2cc9c86449f50d23aeb0
+SIZE (stress-ng-0.09.47.tar.xz) = 366308

Modified: head/benchmarks/stress-ng/files/patch-Makefile
==============================================================================
--- head/benchmarks/stress-ng/files/patch-Makefile	Wed Nov 28 14:34:44 2018	(r486094)
+++ head/benchmarks/stress-ng/files/patch-Makefile	Wed Nov 28 15:28:02 2018	(r486095)
@@ -1,10 +1,10 @@
---- Makefile.orig	2018-11-09 10:44:59 UTC
+--- Makefile.orig	2018-11-14 13:17:08 UTC
 +++ Makefile
-@@ -21,7 +21,7 @@ VERSION=0.09.45
+@@ -21,7 +21,7 @@ VERSION=0.09.46
  # Codename "portable pressure producer"
  #
  
--CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99 -pipe -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?201811281528.wASFS2tJ047603>