git: 4f3347409019 - main - sysutils/stress: Fix MASTER_SITE
Steven Kreuzer
skreuzer at FreeBSD.org
Fri Aug 27 19:02:20 UTC 2021
The branch main has been updated by skreuzer:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4f3347409019bce428669e06180e643e66feb7ee
commit 4f3347409019bce428669e06180e643e66feb7ee
Author: Steven Kreuzer <skreuzer at FreeBSD.org>
AuthorDate: 2021-08-27 19:00:12 +0000
Commit: Steven Kreuzer <skreuzer at FreeBSD.org>
CommitDate: 2021-08-27 19:01:38 +0000
sysutils/stress: Fix MASTER_SITE
Update MASTER_SITE so the tarball is fetchable
Remove WWW from pkg-descr as the site is no longer online
PR: 258099
Reported by: Graham Perrin <grahamperrin at gmail.com>
---
sysutils/stress/Makefile | 2 +-
sysutils/stress/distinfo | 1 +
sysutils/stress/pkg-descr | 2 --
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/sysutils/stress/Makefile b/sysutils/stress/Makefile
index 4a7793893b0f..4638dadcb72d 100644
--- a/sysutils/stress/Makefile
+++ b/sysutils/stress/Makefile
@@ -4,7 +4,7 @@ PORTNAME= stress
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= http://repository.timesys.com/buildsources/s/stress/
+MASTER_SITES= http://repository.timesys.com/buildsources/s/stress/stress-${PORTVERSION}/
MAINTAINER= skreuzer at FreeBSD.org
COMMENT= Tool to impose load on and stress test Unix-like systems
diff --git a/sysutils/stress/distinfo b/sysutils/stress/distinfo
index 36af3f568df9..40a623e4770b 100644
--- a/sysutils/stress/distinfo
+++ b/sysutils/stress/distinfo
@@ -1,2 +1,3 @@
+TIMESTAMP = 1630090220
SHA256 (stress-1.0.4.tar.gz) = 369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0
SIZE (stress-1.0.4.tar.gz) = 201495
diff --git a/sysutils/stress/pkg-descr b/sysutils/stress/pkg-descr
index 0f48f7636013..e318f83513ec 100644
--- a/sysutils/stress/pkg-descr
+++ b/sysutils/stress/pkg-descr
@@ -10,5 +10,3 @@ by kernel programmers to evaluate perceived performance
characteristics, and by systems programmers to expose the
classes of bugs which only or more frequently manifest
themselves when the system is under heavy load.
-
-WWW: http://people.seas.harvard.edu/~apw/stress/
More information about the dev-commits-ports-all
mailing list