diff --git a/sysutils/stress/Makefile b/sysutils/stress/Makefile index 4a7793893b0f..4638dadcb72d 100644 --- a/sysutils/stress/Makefile +++ b/sysutils/stress/Makefile @@ -1,23 +1,23 @@ # Created by: Dmitri Nikulin PORTNAME= stress PORTVERSION= 1.0.4 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://repository.timesys.com/buildsources/s/stress/ +MASTER_SITES= http://repository.timesys.com/buildsources/s/stress/stress-${PORTVERSION}/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Tool to impose load on and stress test Unix-like systems LICENSE= GPLv3 GNU_CONFIGURE= yes INFO= stress PLIST_FILES= bin/stress man/man1/stress.1.gz post-patch: @${REINPLACE_CMD} -e 's|^\(CFLAGS\ \)=|\1 +=|; s|^\(CFLAGS.*\)-Wall|\1|' \ ${WRKSRC}/src/Makefile.in .include diff --git a/sysutils/stress/distinfo b/sysutils/stress/distinfo index 36af3f568df9..40a623e4770b 100644 --- a/sysutils/stress/distinfo +++ b/sysutils/stress/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1630090220 SHA256 (stress-1.0.4.tar.gz) = 369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0 SIZE (stress-1.0.4.tar.gz) = 201495 diff --git a/sysutils/stress/pkg-descr b/sysutils/stress/pkg-descr index 0f48f7636013..e318f83513ec 100644 --- a/sysutils/stress/pkg-descr +++ b/sysutils/stress/pkg-descr @@ -1,14 +1,12 @@ stress is a tool which imposes a configurable amount of CPU, memory, I/O, or disk stress on a POSIX-compliant operating system. It is written in portable ANSI C, and uses the GNU Autotools to compile on a great number of UNIX-like operating systems. stress is not a benchmark. It is a tool used by system administrators to evaluate how well their systems will scale, by kernel programmers to evaluate perceived performance characteristics, and by systems programmers to expose the classes of bugs which only or more frequently manifest themselves when the system is under heavy load. - -WWW: http://people.seas.harvard.edu/~apw/stress/