summaryrefslogtreecommitdiff
path: root/comms
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 /comms
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 'comms')
-rw-r--r--comms/dfu-util/Makefile4
-rw-r--r--comms/efax-gtk/Makefile4
-rw-r--r--comms/fidogate/Makefile4
-rw-r--r--comms/pilotmgr/Makefile4
-rw-r--r--comms/qodem/Makefile4
-rw-r--r--comms/srtp/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile
index c679ed559ba..c50ec3e89f5 100644
--- a/comms/dfu-util/Makefile
+++ b/comms/dfu-util/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 23:30:12 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/26 05:26:17 rillig Exp $
#
DISTNAME= dfu-util-0.9
@@ -6,7 +6,7 @@ CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dfu-util/files/}
MAINTAINER= noud4@users.sourceforge.net
-HOMEPAGE= https://dfu-util.sourceforge.net/
+HOMEPAGE= http://dfu-util.sourceforge.net/
COMMENT= Host side implementation of the USB DFU protocol
LICENSE= gnu-gpl-v2
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile
index dfb76c9d71c..b2284955b74 100644
--- a/comms/efax-gtk/Makefile
+++ b/comms/efax-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2020/01/18 23:30:12 rillig Exp $
+# $NetBSD: Makefile,v 1.82 2020/01/26 05:26:17 rillig Exp $
DISTNAME= efax-gtk-3.2.13.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=efax-gtk/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://efax-gtk.sourceforge.net/
+HOMEPAGE= http://efax-gtk.sourceforge.net/
COMMENT= GTK frontend for efax
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile
index 3ca36d835c2..d2e50fd864f 100644
--- a/comms/fidogate/Makefile
+++ b/comms/fidogate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2020/01/18 23:30:12 rillig Exp $
+# $NetBSD: Makefile,v 1.79 2020/01/26 05:26:17 rillig Exp $
DISTNAME= fidogate-4.4.10
PKGREVISION= 12
@@ -6,7 +6,7 @@ CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fidogate/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://fidogate.sourceforge.net/
+HOMEPAGE= http://fidogate.sourceforge.net/
COMMENT= FidoNet (FTN) <-> Internet mail and news gateway
MAKE_JOBS_SAFE= no
diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile
index 0ae26155a76..0c88870ebfe 100644
--- a/comms/pilotmgr/Makefile
+++ b/comms/pilotmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2020/01/18 23:30:12 rillig Exp $
+# $NetBSD: Makefile,v 1.58 2020/01/26 05:26:17 rillig Exp $
DISTNAME= pilotmgr-1.109
PKGREVISION= 8
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pilotmanager/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://pilotmanager.sourceforge.net/
+HOMEPAGE= http://pilotmanager.sourceforge.net/
COMMENT= Synchronize databases on any 3Com Palm device
#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
diff --git a/comms/qodem/Makefile b/comms/qodem/Makefile
index ef0a3eb3991..d2d9056c90b 100644
--- a/comms/qodem/Makefile
+++ b/comms/qodem/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 23:30:13 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/26 05:26:18 rillig Exp $
DISTNAME= qodem-1.0.0
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qodem/}
MAINTAINER= fcambus@NetBSD.org
-HOMEPAGE= https://qodem.sourceforge.net/
+HOMEPAGE= http://qodem.sourceforge.net/
COMMENT= Re-implementation of the DOS-era Qmodem serial communications package
LICENSE= cc0-1.0-universal
diff --git a/comms/srtp/Makefile b/comms/srtp/Makefile
index ec42f180380..64f3bb86bff 100644
--- a/comms/srtp/Makefile
+++ b/comms/srtp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 23:30:13 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/26 05:26:18 rillig Exp $
DISTNAME= srtp-1.4.4
CATEGORIES= comms security
@@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=srtp/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://srtp.sourceforge.net/
+HOMEPAGE= http://srtp.sourceforge.net/
COMMENT= Secure Real-time Transport Protocol library
USE_TOOLS+= gmake