Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2017 13:06:28 +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: r437657 - head/sysutils/stress
Message-ID:  <201704031306.v33D6SBe089655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Mon Apr  3 13:06:28 2017
New Revision: 437657
URL: https://svnweb.freebsd.org/changeset/ports/437657

Log:
  Remove fossies.org from MASTER_SITES as the distfile they are distributing is
  fails to match the checksum in distinfo
  
  PR:		217890
  Reported by:	Kurt Jaeger <pi@FreeBSD.org>

Modified:
  head/sysutils/stress/Makefile

Modified: head/sysutils/stress/Makefile
==============================================================================
--- head/sysutils/stress/Makefile	Mon Apr  3 13:02:20 2017	(r437656)
+++ head/sysutils/stress/Makefile	Mon Apr  3 13:06:28 2017	(r437657)
@@ -4,8 +4,7 @@
 PORTNAME=	stress
 PORTVERSION=	1.0.4
 CATEGORIES=	sysutils
-MASTER_SITES=	http://people.seas.harvard.edu/~apw/stress/ \
-		http://fossies.org/linux/privat/
+MASTER_SITES=	https://people.seas.harvard.edu/~apw/stress/
 
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Tool to impose load on and stress test Unix-like systems



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704031306.v33D6SBe089655>