diff options
author | rillig <rillig@pkgsrc.org> | 2020-01-26 17:30:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-01-26 17:30:40 +0000 |
commit | 0267807f87c64f31dfd0e699ddbab19e55e61df4 (patch) | |
tree | d0a3f84c95c120b8b0804700a18681e739dece61 /benchmarks/flops | |
parent | 8d627c555cb4fdc633e2d2ab8056558c863ea6da (diff) | |
download | pkgsrc-0267807f87c64f31dfd0e699ddbab19e55e61df4.tar.gz |
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
Diffstat (limited to 'benchmarks/flops')
-rw-r--r-- | benchmarks/flops/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile index 8b3e0b82828..522d9582572 100644 --- a/benchmarks/flops/Makefile +++ b/benchmarks/flops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/04/24 10:34:43 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2020/01/26 17:30:46 rillig Exp $ DISTNAME= flops PKGNAME= flops-2.0 @@ -7,7 +7,7 @@ MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/flops/ DISTFILES= ${DISTNAME}.c ${DISTNAME}.doc MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://performance.netlib.org/performance/html/flops.html +HOMEPAGE= https://performance.netlib.org/performance/html/flops.html COMMENT= Floating point benchmark to give your MFLOPS rating WRKSRC= ${WRKDIR} |