From owner-svn-ports-all@FreeBSD.ORG Thu Jan 9 21:13:34 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 606DDE05; Thu, 9 Jan 2014 21:13:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4CA561F6F; Thu, 9 Jan 2014 21:13:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s09LDYh0028311; Thu, 9 Jan 2014 21:13:34 GMT (envelope-from skreuzer@svn.freebsd.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s09LDXqp028309; Thu, 9 Jan 2014 21:13:33 GMT (envelope-from skreuzer@svn.freebsd.org) Message-Id: <201401092113.s09LDXqp028309@svn.freebsd.org> From: Steven Kreuzer Date: Thu, 9 Jan 2014 21:13:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339280 - head/sysutils/stress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2014 21:13:34 -0000 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/