svn commit: r518694 - head/sysutils/stress

Steven Kreuzer skreuzer at FreeBSD.org
Sat Nov 30 02:17:44 UTC 2019


Author: skreuzer
Date: Sat Nov 30 02:17:44 2019
New Revision: 518694
URL: https://svnweb.freebsd.org/changeset/ports/518694

Log:
  Update MASTER_SITES
  
  Make the port fetchable again by updating MASTER_SITES to point to a new
  mirror of the tarball

Modified:
  head/sysutils/stress/Makefile

Modified: head/sysutils/stress/Makefile
==============================================================================
--- head/sysutils/stress/Makefile	Sat Nov 30 02:13:18 2019	(r518693)
+++ head/sysutils/stress/Makefile	Sat Nov 30 02:17:44 2019	(r518694)
@@ -5,12 +5,10 @@ PORTNAME=	stress
 PORTVERSION=	1.0.4
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	https://people.seas.harvard.edu/~apw/stress/
+MASTER_SITES=	http://repository.timesys.com/buildsources/s/stress/
 
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Tool to impose load on and stress test Unix-like systems
-
-BROKEN=		unfetchable
 
 LICENSE=	GPLv3
 


More information about the svn-ports-all mailing list