From d60259f7c0e8b05d29c2315f09df272822148a44 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 26 Jan 2020 05:26:08 +0000 Subject: 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). --- audio/mpg321/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/mpg321') diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index b7c3403ef77..67f5703723b 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2020/01/18 23:30:03 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2020/01/26 05:26:12 rillig Exp $ DISTNAME= mpg321_0.3.2.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpg321/} MAINTAINER= rxg@NetBSD.org -HOMEPAGE= https://mpg321.sourceforge.net/ +HOMEPAGE= http://mpg321.sourceforge.net/ COMMENT= Free replacement for mpg123 LICENSE= gnu-gpl-v2 -- cgit v1.2.3