diff options
author | rillig <rillig@pkgsrc.org> | 2020-01-18 23:30:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-01-18 23:30:05 +0000 |
commit | b831c01fc9da1c5001588ec465faa98afe3bf1c8 (patch) | |
tree | bc9d7f24b9a4d046704f52f30922bbfce87279a2 /benchmarks | |
parent | 5cc0fec1a826d6c92df3c3e772b38bd28114cab0 (diff) | |
download | pkgsrc-b831c01fc9da1c5001588ec465faa98afe3bf1c8.tar.gz |
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/filebench/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/lmbench/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/randread/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/thrulay/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/benchmarks/filebench/Makefile b/benchmarks/filebench/Makefile index 6abf58fae36..271041642b6 100644 --- a/benchmarks/filebench/Makefile +++ b/benchmarks/filebench/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2018/01/01 01:12:10 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2020/01/18 23:30:08 rillig Exp $ DISTNAME= filebench-1.4.9.1 CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filebench/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://filebench.sf.net/ +HOMEPAGE= https://filebench.sf.net/ COMMENT= File system and storage benchmark GNU_CONFIGURE= yes diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index 90f0b9b3f01..814108a93a3 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2019/08/11 13:17:59 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2020/01/18 23:30:08 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= http://lmbench.sourceforge.net/ +HOMEPAGE= https://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 5692885e12b..3824d22ac55 100644 --- a/benchmarks/randread/Makefile +++ b/benchmarks/randread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/01/01 09:22:23 dholland Exp $ +# $NetBSD: Makefile,v 1.16 2020/01/18 23:30:08 rillig Exp $ # DISTNAME= randread-0.2 @@ -6,7 +6,7 @@ CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=randread/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://randread.sourceforge.net/ +HOMEPAGE= https://randread.sourceforge.net/ COMMENT= Program to help benchmark random disk read performance LICENSE= public-domain diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile index dd14da6f458..d66c92c8a8f 100644 --- a/benchmarks/thrulay/Makefile +++ b/benchmarks/thrulay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/10/09 14:06:00 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2020/01/18 23:30:08 rillig Exp $ DISTNAME= thrulay-0.9 CATEGORIES= benchmarks net @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=thrulay/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://thrulay.sourceforge.net/ +HOMEPAGE= https://thrulay.sourceforge.net/ COMMENT= TCP and UDP network capacity tester LICENSE= modified-bsd |