summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-26 05:26:08 +0000
committerrillig <rillig@pkgsrc.org>2020-01-26 05:26:08 +0000
commitd60259f7c0e8b05d29c2315f09df272822148a44 (patch)
treefcb0e8356f97e9d035dcfca1901406d59cee1eb9 /benchmarks
parent6b630e10a1139b331f99ffee8fea2b3db80623f4 (diff)
downloadpkgsrc-d60259f7c0e8b05d29c2315f09df272822148a44.tar.gz
all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html In the above commit, the homepage URLs were migrated from http to https, assuming that SourceForge would use the same host names for both http and https connections. This assumption was wrong. Their documentation at https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states that the https URLs use the domain sourceforge.io instead. To make the homepages from the above commit reachable again, pkglint has been extended to check for reachable homepages. This check is only enabled when the --network command line option is given. Each of the homepages that referred to https://$project.sourceforge.net before was migrated to https://$project.sourceforge.io (27), and if that was not reachable, to the fallback URL http://$project.sourceforge.net (163).
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/lmbench/Makefile4
-rw-r--r--benchmarks/randread/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index 814108a93a3..888ddce72a7 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2020/01/18 23:30:08 rillig Exp $
+# $NetBSD: Makefile,v 1.46 2020/01/26 05:26:14 rillig Exp $
DISTNAME= lmbench-2alpha11
PKGNAME= lmbench-2.11a
@@ -8,7 +8,7 @@ MASTER_SITES= # ftp://ftp.kreonet.re.kr/tools/benchmark/lmbench/old/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://lmbench.sourceforge.net/
+HOMEPAGE= http://lmbench.sourceforge.net/
COMMENT= Complete benchmark that gives a large amount of information
USE_TOOLS+= gmake perl:run
diff --git a/benchmarks/randread/Makefile b/benchmarks/randread/Makefile
index 3824d22ac55..2a097b24f72 100644
--- a/benchmarks/randread/Makefile
+++ b/benchmarks/randread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/01/18 23:30:08 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/26 05:26:14 rillig Exp $
#
DISTNAME= randread-0.2
@@ -6,7 +6,7 @@ CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=randread/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://randread.sourceforge.net/
+HOMEPAGE= http://randread.sourceforge.net/
COMMENT= Program to help benchmark random disk read performance
LICENSE= public-domain