diff options
author | rillig <rillig@pkgsrc.org> | 2020-01-26 05:26:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-01-26 05:26:08 +0000 |
commit | d60259f7c0e8b05d29c2315f09df272822148a44 (patch) | |
tree | fcb0e8356f97e9d035dcfca1901406d59cee1eb9 /net/bwping | |
parent | 6b630e10a1139b331f99ffee8fea2b3db80623f4 (diff) | |
download | pkgsrc-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 'net/bwping')
-rw-r--r-- | net/bwping/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bwping/Makefile b/net/bwping/Makefile index 93d14d5d9af..440a2889dc0 100644 --- a/net/bwping/Makefile +++ b/net/bwping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/01/18 23:33:13 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2020/01/26 05:26:25 rillig Exp $ # DISTNAME= bwping-1.7 @@ -6,7 +6,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bwping/} MAINTAINER= ryoon@NetBSD.org -HOMEPAGE= https://bwping.sourceforge.net/ +HOMEPAGE= https://bwping.sourceforge.io/ COMMENT= Tool to measure bandwidth and RTT between two hosts using ICMP LICENSE= 2-clause-bsd |