Date: Thu, 9 Jan 2014 21:13:33 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339280 - head/sysutils/stress Message-ID: <201401092113.s09LDXqp028309@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Thu Jan 9 21:13:33 2014 New Revision: 339280 URL: http://svnweb.freebsd.org/changeset/ports/339280 Log: Update MASTER_SITES Add staging support Define LICENSE Modified: head/sysutils/stress/Makefile head/sysutils/stress/pkg-descr Modified: head/sysutils/stress/Makefile ============================================================================== --- head/sysutils/stress/Makefile Thu Jan 9 21:13:02 2014 (r339279) +++ head/sysutils/stress/Makefile Thu Jan 9 21:13:33 2014 (r339280) @@ -4,19 +4,19 @@ PORTNAME= stress PORTVERSION= 1.0.4 CATEGORIES= sysutils -MASTER_SITES= http://weather.ou.edu/~apw/projects/stress/ \ - http://fresh.t-systems-sfr.com/unix/src/privat2/ +MASTER_SITES= http://people.seas.harvard.edu/~apw/stress/ \ + http://fossies.org/linux/privat/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Tool to impose load on and stress test Unix-like systems +LICENSE= GPLv3 + GNU_CONFIGURE= yes INFO= stress -MAN1= stress.1 -PLIST_FILES= bin/stress +PLIST_FILES= bin/stress man/man1/stress.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^\(CFLAGS\ \)=|\1 +=|; s|^\(CFLAGS.*\)-Wall|\1|' \ ${WRKSRC}/src/Makefile.in Modified: head/sysutils/stress/pkg-descr ============================================================================== --- head/sysutils/stress/pkg-descr Thu Jan 9 21:13:02 2014 (r339279) +++ head/sysutils/stress/pkg-descr Thu Jan 9 21:13:33 2014 (r339280) @@ -11,4 +11,4 @@ characteristics, and by systems programm classes of bugs which only or more frequently manifest themselves when the system is under heavy load. -WWW: http://weather.ou.edu/~apw/projects/stress/ +WWW: http://people.seas.harvard.edu/~apw/stress/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401092113.s09LDXqp028309>