svn commit: r339280 - head/sysutils/stress

Steven Kreuzer skreuzer at FreeBSD.org
Thu Jan 9 21:13:34 UTC 2014


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 at 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/


More information about the svn-ports-all mailing list