summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-18 23:30:05 +0000
committerrillig <rillig@pkgsrc.org>2020-01-18 23:30:05 +0000
commitb831c01fc9da1c5001588ec465faa98afe3bf1c8 (patch)
treebc9d7f24b9a4d046704f52f30922bbfce87279a2
parent5cc0fec1a826d6c92df3c3e772b38bd28114cab0 (diff)
downloadpkgsrc-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.
-rw-r--r--audio/py-id3lib/Makefile4
-rw-r--r--audio/py-karaoke/Makefile4
-rw-r--r--audio/qjackctl/Makefile4
-rw-r--r--audio/rio500/Makefile4
-rw-r--r--audio/rip/Makefile4
-rw-r--r--audio/ruby-taglib/Makefile4
-rw-r--r--audio/sidplay2/Makefile4
-rw-r--r--audio/sound-theme-freedesktop/Makefile4
-rw-r--r--audio/sox/Makefile4
-rw-r--r--audio/sphinx3/Makefile4
-rw-r--r--audio/sphinxbase/Makefile4
-rw-r--r--audio/sphinxtrain/Makefile4
-rw-r--r--audio/splay/Makefile4
-rw-r--r--audio/sptk/Makefile4
-rw-r--r--audio/streamripper/Makefile4
-rw-r--r--audio/streamtuner/Makefile4
-rw-r--r--audio/taglib/Makefile4
-rw-r--r--audio/tap-plugins/Makefile4
-rw-r--r--audio/tcd/Makefile4
-rw-r--r--audio/timidity/Makefile4
-rw-r--r--audio/tunapie/Makefile4
-rw-r--r--audio/xhippo/Makefile4
-rw-r--r--audio/xjadeo/Makefile4
-rw-r--r--audio/xmms-flac/Makefile4
-rw-r--r--benchmarks/filebench/Makefile4
-rw-r--r--benchmarks/lmbench/Makefile4
-rw-r--r--benchmarks/randread/Makefile4
-rw-r--r--benchmarks/thrulay/Makefile4
-rw-r--r--biology/bcftools/Makefile4
-rw-r--r--biology/bwa/Makefile4
-rw-r--r--biology/gabedit/Makefile4
-rw-r--r--biology/gnome-chemistry-utils/Makefile4
-rw-r--r--biology/lucy/Makefile4
-rw-r--r--biology/mummer/Makefile4
-rw-r--r--biology/nut/Makefile4
-rw-r--r--biology/primer3/Makefile4
-rw-r--r--cad/adms/Makefile4
-rw-r--r--cad/atlc/Makefile4
-rw-r--r--cad/cascade/Makefile4
-rw-r--r--cad/covered/Makefile4
-rw-r--r--cad/electric/Makefile4
-rw-r--r--cad/felt/Makefile4
-rw-r--r--cad/gplcver/Makefile4
-rw-r--r--cad/gtkwave/Makefile4
-rw-r--r--cad/mcalc/Makefile4
-rw-r--r--cad/ng-spice/Makefile4
-rw-r--r--cad/tnt-mmtl/Makefile4
-rw-r--r--cad/transcalc/Makefile4
-rw-r--r--cad/wcalc/Makefile.common4
-rw-r--r--chat/emacs-jabber/Makefile4
-rw-r--r--chat/farstream/Makefile4
-rw-r--r--chat/gg2/Makefile4
-rw-r--r--chat/libtlen/Makefile4
-rw-r--r--chat/meanwhile/Makefile4
-rw-r--r--chat/pidgin-libnotify/Makefile4
-rw-r--r--chat/py-xmpppy/Makefile4
-rw-r--r--chat/riece/Makefile4
-rw-r--r--chat/tik/Makefile4
-rw-r--r--chat/ysm/Makefile4
-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
63 files changed, 126 insertions, 126 deletions
diff --git a/audio/py-id3lib/Makefile b/audio/py-id3lib/Makefile
index e6fbdd33e5a..a4a10df2b9d 100644
--- a/audio/py-id3lib/Makefile
+++ b/audio/py-id3lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/09/02 13:20:08 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/01/18 23:30:05 rillig Exp $
DISTNAME= pyid3lib-0.5.1
PKGNAME= ${PYPKGPREFIX}-id3lib-0.5.1
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyid3lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://pyid3lib.sourceforge.net/
+HOMEPAGE= https://pyid3lib.sourceforge.net/
COMMENT= Python module for editing ID3v2 tags of MP3 audio files
LICENSE= gnu-lgpl-v2.1
diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile
index cc001645c9a..f1df1dbe38d 100644
--- a/audio/py-karaoke/Makefile
+++ b/audio/py-karaoke/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/11/02 21:09:16 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2020/01/18 23:30:05 rillig Exp $
DISTNAME= pykaraoke-0.7.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pykaraoke/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://pykaraoke.sourceforge.net/
+HOMEPAGE= https://pykaraoke.sourceforge.net/
COMMENT= Free Python-based karaoke player
LICENSE= gnu-lgpl-v2.1
diff --git a/audio/qjackctl/Makefile b/audio/qjackctl/Makefile
index 7dad563aacd..2bfc28f6f23 100644
--- a/audio/qjackctl/Makefile
+++ b/audio/qjackctl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2020/01/18 21:48:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.59 2020/01/18 23:30:05 rillig Exp $
#
DISTNAME= qjackctl-0.4.2
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qjackctl/}
EXTRACT_USING= bsdtar
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://qjackctl.sourceforge.net/
+HOMEPAGE= https://qjackctl.sourceforge.net/
COMMENT= JACK Audio Connection Kit Qt GUI
LICENSE= gnu-gpl-v2
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile
index cb62b37779f..fe7e9095917 100644
--- a/audio/rio500/Makefile
+++ b/audio/rio500/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2016/07/10 09:44:56 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2020/01/18 23:30:05 rillig Exp $
#
DISTNAME= rio500-0.7
@@ -7,7 +7,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rio500/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://rio500.sourceforge.net/
+HOMEPAGE= https://rio500.sourceforge.net/
COMMENT= Utilities to manage your Diamond Rio 500 MP3 player
LICENSE= gnu-gpl-v2
diff --git a/audio/rip/Makefile b/audio/rip/Makefile
index 3a8a2792af7..2be8152dd5d 100644
--- a/audio/rip/Makefile
+++ b/audio/rip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/08/11 13:17:57 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2020/01/18 23:30:05 rillig Exp $
#
DISTNAME= rip-1.07
@@ -7,7 +7,7 @@ CATEGORIES= audio perl5
MASTER_SITES= http://rip.sourceforge.net/download/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://rip.sourceforge.net/
+HOMEPAGE= https://rip.sourceforge.net/
COMMENT= Command-line based audio CD ripper and encoder
LICENSE= gnu-gpl-v2
diff --git a/audio/ruby-taglib/Makefile b/audio/ruby-taglib/Makefile
index 9e2b76f19c5..0392585823a 100644
--- a/audio/ruby-taglib/Makefile
+++ b/audio/ruby-taglib/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2020/01/16 15:07:40 taca Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/18 23:30:05 rillig Exp $
DISTNAME= taglib-ruby-1.0.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
CATEGORIES= audio
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://robinst.github.com/taglib-ruby/
+HOMEPAGE= https://robinst.github.com/taglib-ruby/
COMMENT= Ruby library for reading and writing meta-data of many audio formats
LICENSE= mit
diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile
index 0afa45676fb..e60139f41a5 100644
--- a/audio/sidplay2/Makefile
+++ b/audio/sidplay2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/04/20 12:10:31 nros Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/18 23:30:05 rillig Exp $
#
DISTNAME= sidplay-2.0.9
@@ -7,7 +7,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sidplay2/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://sidplay2.sourceforge.net/
+HOMEPAGE= https://sidplay2.sourceforge.net/
COMMENT= Tool for playing sidtunes
LICENSE= gnu-gpl-v2
diff --git a/audio/sound-theme-freedesktop/Makefile b/audio/sound-theme-freedesktop/Makefile
index 5d8b7ccec66..b2994c49085 100644
--- a/audio/sound-theme-freedesktop/Makefile
+++ b/audio/sound-theme-freedesktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/10/03 07:19:32 spz Exp $
+# $NetBSD: Makefile,v 1.13 2020/01/18 23:30:05 rillig Exp $
#
DISTNAME= sound-theme-freedesktop-0.8
@@ -7,7 +7,7 @@ MASTER_SITES= http://cgit.freedesktop.org/sound-theme-freedesktop/snapshot/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.freedesktop.org/wiki/Specifications/sound-theme-spec
+HOMEPAGE= https://www.freedesktop.org/wiki/Specifications/sound-theme-spec
COMMENT= Set of audio files for FreeDesktop
#LICENSE= # See -> grep License CREDITS
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index c5903315d88..803ce625391 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2018/11/12 14:40:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.65 2020/01/18 23:30:05 rillig Exp $
DISTNAME= sox-14.4.2
PKGREVISION= 2
@@ -6,7 +6,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sox/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://sox.sourceforge.net/
+HOMEPAGE= https://sox.sourceforge.net/
COMMENT= SOund eXchange - universal sound sample translator
LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
diff --git a/audio/sphinx3/Makefile b/audio/sphinx3/Makefile
index 373fad040d3..9f43c6652bd 100644
--- a/audio/sphinx3/Makefile
+++ b/audio/sphinx3/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2018/12/15 21:12:18 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/18 23:30:06 rillig Exp $
DISTNAME= sphinx3-0.8
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/}
MAINTAINER= fhajny@NetBSD.org
-HOMEPAGE= http://cmusphinx.sourceforge.net/
+HOMEPAGE= https://cmusphinx.sourceforge.net/
COMMENT= CMUSphinx speech recognition frontend
LICENSE= 2-clause-bsd
diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile
index a8c0cfe8466..b412ef98dcc 100644
--- a/audio/sphinxbase/Makefile
+++ b/audio/sphinxbase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/08/11 13:17:57 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/18 23:30:06 rillig Exp $
DISTNAME= sphinxbase-0.8
PKGREVISION= 4
@@ -6,7 +6,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/}
MAINTAINER= fhajny@NetBSD.org
-HOMEPAGE= http://cmusphinx.sourceforge.net/
+HOMEPAGE= https://cmusphinx.sourceforge.net/
COMMENT= CMUSphinx speech recognition support library
LICENSE= 2-clause-bsd
diff --git a/audio/sphinxtrain/Makefile b/audio/sphinxtrain/Makefile
index 299ff6913fd..eb50d287126 100644
--- a/audio/sphinxtrain/Makefile
+++ b/audio/sphinxtrain/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/08/11 13:17:57 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/18 23:30:06 rillig Exp $
DISTNAME= sphinxtrain-1.0.8
PKGREVISION= 5
@@ -6,7 +6,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/}
MAINTAINER= fhajny@NetBSD.org
-HOMEPAGE= http://cmusphinx.sourceforge.net/
+HOMEPAGE= https://cmusphinx.sourceforge.net/
COMMENT= CMUSphinx speed recognition acoustic model training tools
LICENSE= 2-clause-bsd
diff --git a/audio/splay/Makefile b/audio/splay/Makefile
index b005e783779..b47f32ca407 100644
--- a/audio/splay/Makefile
+++ b/audio/splay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2018/07/18 00:06:11 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2020/01/18 23:30:06 rillig Exp $
#
DISTNAME= splay-0.8.2
@@ -6,7 +6,7 @@ CATEGORIES= audio
MASTER_SITES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://splay.sourceforge.net/
+HOMEPAGE= https://splay.sourceforge.net/
COMMENT= Audio player/decoder that decodes MPEG Layer I,II,III and WAV files
LICENSE= gnu-gpl-v2
diff --git a/audio/sptk/Makefile b/audio/sptk/Makefile
index 6cd97ac9201..21461ed0094 100644
--- a/audio/sptk/Makefile
+++ b/audio/sptk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/07/10 12:06:21 mef Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/18 23:30:06 rillig Exp $
#
DISTNAME= SPTK-3.9
@@ -10,7 +10,7 @@ DISTFILES+= SPTKref-${PKGVERSION_NOREV}.pdf
DISTFILES+= SPTKexamples-${PKGVERSION_NOREV}.pdf
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://sp-tk.sourceforge.net/
+HOMEPAGE= https://sp-tk.sourceforge.net/
COMMENT= Suite of speech signal processing tools
LICENSE= modified-bsd
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile
index b73765874eb..cdc4365d685 100644
--- a/audio/streamripper/Makefile
+++ b/audio/streamripper/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2019/11/02 21:09:17 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/18 23:30:06 rillig Exp $
DISTNAME= streamripper-1.64.6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://streamripper.sourceforge.net/
+HOMEPAGE= https://streamripper.sourceforge.net/
COMMENT= Splits SHOUTcast stream into tracks
LICENSE= gnu-gpl-v2
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile
index f2fbbca01bf..101c962d248 100644
--- a/audio/streamtuner/Makefile
+++ b/audio/streamtuner/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2020/01/18 21:47:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.98 2020/01/18 23:30:06 rillig Exp $
DISTNAME= streamtuner-0.99.99
PKGREVISION= 58
@@ -6,7 +6,7 @@ CATEGORIES= audio www
MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.nongnu.org/streamtuner/
+HOMEPAGE= https://www.nongnu.org/streamtuner/
COMMENT= Stream directory browser
LICENSE= modified-bsd
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index fedd47c70ab..e0cac8fba61 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2019/07/18 09:36:37 nia Exp $
+# $NetBSD: Makefile,v 1.41 2020/01/18 23:30:06 rillig Exp $
DISTNAME= taglib-1.11.1
PKGREVISION= 1
@@ -6,7 +6,7 @@ CATEGORIES= audio
MASTER_SITES= http://taglib.github.io/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://taglib.github.io/
+HOMEPAGE= https://taglib.github.io/
COMMENT= Library for accessing id tags in various media files
LICENSE= gnu-lgpl-v2.1 OR mpl-1.1
diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile
index 3fb41bc25f7..bd93ea6cf35 100644
--- a/audio/tap-plugins/Makefile
+++ b/audio/tap-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/07/04 13:40:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2020/01/18 23:30:07 rillig Exp $
#
DISTNAME= tap-plugins-0.7.2
@@ -6,7 +6,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tap-plugins/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://tap-plugins.sourceforge.net/ladspa.html
+HOMEPAGE= https://tap-plugins.sourceforge.net/ladspa.html
COMMENT= Tom's Audio Processing plugins
LICENSE= gnu-gpl-v2
diff --git a/audio/tcd/Makefile b/audio/tcd/Makefile
index fb4f85e861c..a1cba0b019b 100644
--- a/audio/tcd/Makefile
+++ b/audio/tcd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/04/20 12:10:32 nros Exp $
+# $NetBSD: Makefile,v 1.15 2020/01/18 23:30:07 rillig Exp $
#
DISTNAME= tcd-2.2.0
@@ -8,7 +8,7 @@ MASTER_SITES= http://download.savannah.gnu.org/releases/tcd/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.nongnu.org/tcd/
+HOMEPAGE= https://www.nongnu.org/tcd/
COMMENT= Audio CD player using ncurses and SDL
LICENSE= gnu-gpl-v2
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index 633003506f4..b29269712cb 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2019/11/02 21:09:17 rillig Exp $
+# $NetBSD: Makefile,v 1.113 2020/01/18 23:30:07 rillig Exp $
DISTNAME= TiMidity++-2.14.0
PKGNAME= ${DISTNAME:S/TiMidity++/timidity/}
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=timidity/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://timidity.sourceforge.net/
+HOMEPAGE= https://timidity.sourceforge.net/
COMMENT= MIDI to WAV renderer and player
LICENSE= gnu-gpl-v2
diff --git a/audio/tunapie/Makefile b/audio/tunapie/Makefile
index 2e6f1b64d77..9e09fa4afd9 100644
--- a/audio/tunapie/Makefile
+++ b/audio/tunapie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/11/02 21:09:17 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2020/01/18 23:30:07 rillig Exp $
DISTNAME= tunapie-2.1.18
PKGREVISION= 2
@@ -6,7 +6,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tunapie/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://tunapie.sourceforge.net/
+HOMEPAGE= https://tunapie.sourceforge.net/
COMMENT= Directory browser for Internet radio and TV streams
LICENSE= gnu-gpl-v2
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile
index 59685104bbd..f8dfc0600be 100644
--- a/audio/xhippo/Makefile
+++ b/audio/xhippo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2016/04/20 12:10:34 nros Exp $
+# $NetBSD: Makefile,v 1.32 2020/01/18 23:30:08 rillig Exp $
#
DISTNAME= xhippo-3.3
@@ -7,7 +7,7 @@ CATEGORIES= audio x11
MASTER_SITES= ${MASTER_SITE_GNU:=xhippo/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.gnu.org/software/xhippo/xhippo.html
+HOMEPAGE= https://www.gnu.org/software/xhippo/xhippo.html
COMMENT= Generic playlist manager for UNIX
LICENSE= gnu-gpl-v2
diff --git a/audio/xjadeo/Makefile b/audio/xjadeo/Makefile
index 43b69ac0ff3..61b4d62d3b1 100644
--- a/audio/xjadeo/Makefile
+++ b/audio/xjadeo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/12/02 13:50:39 nia Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/18 23:30:08 rillig Exp $
DISTNAME= xjadeo-0.8.9
CATEGORIES= audio
@@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=x42/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xjadeo.sourceforge.net/
+HOMEPAGE= https://xjadeo.sourceforge.net/
COMMENT= X JAck viDEo mOnitor
LICENSE= gnu-gpl-v2
diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile
index d06984ab31a..7d2e5c1e0f6 100644
--- a/audio/xmms-flac/Makefile
+++ b/audio/xmms-flac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2016/04/20 12:10:34 nros Exp $
+# $NetBSD: Makefile,v 1.32 2020/01/18 23:30:08 rillig Exp $
#
DISTNAME= flac-1.1.3
@@ -8,7 +8,7 @@ CATEGORIES= audio archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://flac.sourceforge.net/
+HOMEPAGE= https://flac.sourceforge.net/
COMMENT= FLAC XMMS plugin
LICENSE= gnu-gpl-v2
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
diff --git a/biology/bcftools/Makefile b/biology/bcftools/Makefile
index 5d794feea7a..8411131e77d 100644
--- a/biology/bcftools/Makefile
+++ b/biology/bcftools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/11/02 22:09:00 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:08 rillig Exp $
DISTNAME= bcftools-1.9
PKGREVISION= 2
@@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2
GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= bacon@NetBSD.org
-HOMEPAGE= http://samtools.github.io/bcftools/
+HOMEPAGE= https://samtools.github.io/bcftools/
COMMENT= Calling and manipulating files VCF and BCF formats
LICENSE= mit
diff --git a/biology/bwa/Makefile b/biology/bwa/Makefile
index 62c1b110825..7d9a8e43bdf 100644
--- a/biology/bwa/Makefile
+++ b/biology/bwa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/11/02 22:09:00 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2020/01/18 23:30:09 rillig Exp $
DISTNAME= bwa-0.7.17
CATEGORIES= biology
@@ -7,7 +7,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
MASTER_SITES= ${MASTER_SITE_GITHUB:=lh3/}
MAINTAINER= bacon@NetBSD.org
-HOMEPAGE= http://bio-bwa.sourceforge.net/
+HOMEPAGE= https://bio-bwa.sourceforge.net/
COMMENT= Map low-divergent sequences against a large reference genome
LICENSE= gnu-gpl-v3
diff --git a/biology/gabedit/Makefile b/biology/gabedit/Makefile
index 83140c4d073..5175aa6c0d4 100644
--- a/biology/gabedit/Makefile
+++ b/biology/gabedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/07/21 22:24:29 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2020/01/18 23:30:09 rillig Exp $
PKGNAME= gabedit-2.4.8
PKGREVISION= 8
@@ -7,7 +7,7 @@ CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gabedit/}
MAINTAINER= asau@inbox.ru
-HOMEPAGE= http://gabedit.sourceforge.net/
+HOMEPAGE= https://gabedit.sourceforge.net/
COMMENT= Graphical User Interface to computational chemistry packages
USE_TOOLS= gmake pkg-config
diff --git a/biology/gnome-chemistry-utils/Makefile b/biology/gnome-chemistry-utils/Makefile
index 565c6c2d592..da01aa42785 100644
--- a/biology/gnome-chemistry-utils/Makefile
+++ b/biology/gnome-chemistry-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2019/11/20 18:57:57 kamil Exp $
+# $NetBSD: Makefile,v 1.43 2020/01/18 23:30:09 rillig Exp $
#
DISTNAME= gnome-chemistry-utils-0.12.13
@@ -8,7 +8,7 @@ MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/gchemutils/0.12/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://gchemutils.nongnu.org/
+HOMEPAGE= https://gchemutils.nongnu.org/
COMMENT= GChemPaint, a 2D chemical editor and other programs
LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1
diff --git a/biology/lucy/Makefile b/biology/lucy/Makefile
index 6d739cc4ed9..075467d1570 100644
--- a/biology/lucy/Makefile
+++ b/biology/lucy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/10/09 14:06:01 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2020/01/18 23:30:09 rillig Exp $
#
DISTNAME= ${PKGNAME:S/-//}
@@ -7,7 +7,7 @@ CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lucy/}
MAINTAINER= dprice@cs.nmsu.edu
-HOMEPAGE= http://lucy.sourceforge.net/
+HOMEPAGE= https://lucy.sourceforge.net/
COMMENT= Sequence Cleanup Program
#LICENSE= LICENSE file say "artistic", but bit differ.
diff --git a/biology/mummer/Makefile b/biology/mummer/Makefile
index 79617a68c37..fb5a7760fa2 100644
--- a/biology/mummer/Makefile
+++ b/biology/mummer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/08/11 13:18:00 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2020/01/18 23:30:09 rillig Exp $
#
DISTNAME= MUMmer3.20
@@ -8,7 +8,7 @@ CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mummer/}
MAINTAINER= hdp@cs.nmsu.edu
-HOMEPAGE= http://mummer.sourceforge.net/
+HOMEPAGE= https://mummer.sourceforge.net/
COMMENT= System for aligning whole genome sequences
WRKSRC= ${WRKDIR}/${DISTNAME}
diff --git a/biology/nut/Makefile b/biology/nut/Makefile
index 4c55f4957e5..97363be318e 100644
--- a/biology/nut/Makefile
+++ b/biology/nut/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.28 2012/09/11 20:32:13 asau Exp $
+# $NetBSD: Makefile,v 1.29 2020/01/18 23:30:09 rillig Exp $
DISTNAME= nut-15.8
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nut/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://nut.sourceforge.net/
+HOMEPAGE= https://nut.sourceforge.net/
COMMENT= Record what you eat and analyze your meals
LICENSE= gnu-gpl-v2
diff --git a/biology/primer3/Makefile b/biology/primer3/Makefile
index d290aa99b2b..f52e4636399 100644
--- a/biology/primer3/Makefile
+++ b/biology/primer3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/07/18 00:06:11 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:09 rillig Exp $
#
VERS= 2.3.6
@@ -9,7 +9,7 @@ CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=primer3/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://primer3.sourceforge.net/
+HOMEPAGE= https://primer3.sourceforge.net/
COMMENT= Design PCR primers
LICENSE= gnu-gpl-v2
diff --git a/cad/adms/Makefile b/cad/adms/Makefile
index 3ed9aaa89d2..f6f06c32262 100644
--- a/cad/adms/Makefile
+++ b/cad/adms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/10/09 14:06:01 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2020/01/18 23:30:09 rillig Exp $
#
DISTNAME= adms-2.2.5
@@ -7,7 +7,7 @@ CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mot-adms/}
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://mot-adms.sourceforge.net/
+HOMEPAGE= https://mot-adms.sourceforge.net/
COMMENT= Compact device model code generator for SPICE
AUTOMAKE_OVERRIDE= NO
diff --git a/cad/atlc/Makefile b/cad/atlc/Makefile
index ba1e78eee82..df569f0973f 100644
--- a/cad/atlc/Makefile
+++ b/cad/atlc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/06/08 11:04:27 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2020/01/18 23:30:09 rillig Exp $
#
DISTNAME= atlc-4.6.0
@@ -7,7 +7,7 @@ CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atlc/}
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://atlc.sourceforge.net/
+HOMEPAGE= https://atlc.sourceforge.net/
COMMENT= Calculates the impedance of arbitrary cross section transmission lines
MAKE_JOBS_SAFE= no
diff --git a/cad/cascade/Makefile b/cad/cascade/Makefile
index 75e03e51e14..55df638314a 100644
--- a/cad/cascade/Makefile
+++ b/cad/cascade/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/10/09 14:06:01 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/18 23:30:10 rillig Exp $
#
DISTNAME= cascade-1.4
@@ -7,7 +7,7 @@ CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rfcascade/}
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://rfcascade.sourceforge.net/
+HOMEPAGE= https://rfcascade.sourceforge.net/
COMMENT= Simple tool to analyze noise and distortion of a RF system
GNU_CONFIGURE= YES
diff --git a/cad/covered/Makefile b/cad/covered/Makefile
index 366afee70b8..bf7da6b4d28 100644
--- a/cad/covered/Makefile
+++ b/cad/covered/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/03/12 11:16:07 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2020/01/18 23:30:10 rillig Exp $
#
DISTNAME= covered-0.7.10
@@ -7,7 +7,7 @@ CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=covered/}
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://covered.sourceforge.net/
+HOMEPAGE= https://covered.sourceforge.net/
COMMENT= Verilog code coverage analyzer (stable release version)
LICENSE= gnu-gpl-v2
diff --git a/cad/electric/Makefile b/cad/electric/Makefile
index 060e0b1797a..c6613dab87d 100644
--- a/cad/electric/Makefile
+++ b/cad/electric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/06/08 11:04:27 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2020/01/18 23:30:10 rillig Exp $
#
DISTNAME= electric-7.00
@@ -7,7 +7,7 @@ CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_GNU:=electric/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.gnu.org/software/electric/electric.html
+HOMEPAGE= https://www.gnu.org/software/electric/electric.html
COMMENT= Electrical CAD system
GNU_CONFIGURE= YES
diff --git a/cad/felt/Makefile b/cad/felt/Makefile
index d374475f923..f54976f012f 100644
--- a/cad/felt/Makefile
+++ b/cad/felt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2015/12/29 04:54:37 dholland Exp $
+# $NetBSD: Makefile,v 1.41 2020/01/18 23:30:10 rillig Exp $
DISTNAME= felt-3.05.src
PKGNAME= felt-3.05
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=felt/}
DISTFILES= felt-3.05.src.tar.gz felt-3.05.ps.gz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://felt.sourceforge.net/
+HOMEPAGE= https://felt.sourceforge.net/
COMMENT= Free system for introductory level finite element analysis
EXTRACT_ONLY= felt-3.05.src.tar.gz
diff --git a/cad/gplcver/Makefile b/cad/gplcver/Makefile
index 094c1c07598..6dfe6a2907a 100644
--- a/cad/gplcver/Makefile
+++ b/cad/gplcver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/12/02 13:26:23 mef Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/18 23:30:10 rillig Exp $
#
DISTNAME= gplcver-2.12a.src
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gplcver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://sourceforge.net/p/gplcver/wiki/Home/
+HOMEPAGE= https://sourceforge.net/p/gplcver/wiki/Home/
COMMENT= Verilog simulator
BUILD_DIRS= src
diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile
index 8a7f4e0b029..5904f762192 100644
--- a/cad/gtkwave/Makefile
+++ b/cad/gtkwave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2019/11/16 12:48:19 mef Exp $
+# $NetBSD: Makefile,v 1.103 2020/01/18 23:30:10 rillig Exp $
#
DISTNAME= gtkwave-3.3.103
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkwave/}
#MASTER_SITES= http://home.nc.rr.com/gtkwave/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://gtkwave.sourceforge.net/
+HOMEPAGE= https://gtkwave.sourceforge.net/
COMMENT= Electronic waveform viewer
LICENSE= gnu-gpl-v3
diff --git a/cad/mcalc/Makefile b/cad/mcalc/Makefile
index 6f1f8cbe3f4..6d71697809d 100644
--- a/cad/mcalc/Makefile
+++ b/cad/mcalc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/10/09 14:06:01 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/18 23:30:10 rillig Exp $
#
DISTNAME= mcalc-1.6
@@ -6,7 +6,7 @@ CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcalc/}
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://mcalc.sourceforge.net/
+HOMEPAGE= https://mcalc.sourceforge.net/
COMMENT= JavaScript based microstrip analysis/synthesis calculator
NO_BUILD= yes
diff --git a/cad/ng-spice/Makefile b/cad/ng-spice/Makefile
index 514a4c638aa..f6f9a23c0da 100644
--- a/cad/ng-spice/Makefile
+++ b/cad/ng-spice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2020/01/14 09:15:42 hauke Exp $
+# $NetBSD: Makefile,v 1.47 2020/01/18 23:30:10 rillig Exp $
DISTNAME= ngspice-31
PKGNAME= ng-spice-31
@@ -7,7 +7,7 @@ CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ngspice/}
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://ngspice.sourceforge.net/
+HOMEPAGE= https://ngspice.sourceforge.net/
COMMENT= Next generation circuit simulation program
USE_LIBTOOL= YES
diff --git a/cad/tnt-mmtl/Makefile b/cad/tnt-mmtl/Makefile
index 4b3bbc45fa6..dae69b3468a 100644
--- a/cad/tnt-mmtl/Makefile
+++ b/cad/tnt-mmtl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2019/12/28 12:35:45 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2020/01/18 23:30:11 rillig Exp $
DISTNAME= tnt-1.2.2
PKGNAME= ${DISTNAME:S/tnt/tnt-mmtl/}
@@ -7,7 +7,7 @@ CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mmtl/}
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://mmtl.sourceforge.net/
+HOMEPAGE= https://mmtl.sourceforge.net/
COMMENT= Multilayer Multiconductor Transmission Line 2-D and 2.5-D simulator
BUILD_DEPENDS+= latex2html-[0-9]*:../../textproc/latex2html
diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile
index 12185ba11f7..a8134751e0a 100644
--- a/cad/transcalc/Makefile
+++ b/cad/transcalc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/07/21 22:24:31 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2020/01/18 23:30:11 rillig Exp $
#
DISTNAME= transcalc-0.14
@@ -8,7 +8,7 @@ MASTER_SITES= http://transcalc.sourceforge.net/
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=transcalc/}
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://transcalc.sourceforge.net/
+HOMEPAGE= https://transcalc.sourceforge.net/
COMMENT= Transmission line analysis/synthesis
GNU_CONFIGURE= YES
diff --git a/cad/wcalc/Makefile.common b/cad/wcalc/Makefile.common
index 0bcebee67cb..14a33391263 100644
--- a/cad/wcalc/Makefile.common
+++ b/cad/wcalc/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2019/06/08 11:04:30 rillig Exp $
+# $NetBSD: Makefile.common,v 1.11 2020/01/18 23:30:11 rillig Exp $
#
# used by cad/wcalc/Makefile
# used by cad/wcalc-docs/Makefile
@@ -15,7 +15,7 @@ CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wcalc/}
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://wcalc.sourceforge.net/
+HOMEPAGE= https://wcalc.sourceforge.net/
DISTINFO_FILE= ${.CURDIR}/../../cad/wcalc/distinfo
PATCHDIR= ${.CURDIR}/../../cad/wcalc/patches
diff --git a/chat/emacs-jabber/Makefile b/chat/emacs-jabber/Makefile
index 0418cb32180..f6394cc4a98 100644
--- a/chat/emacs-jabber/Makefile
+++ b/chat/emacs-jabber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/02/17 19:17:56 dholland Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/18 23:30:11 rillig Exp $
DISTNAME= emacs-jabber-0.8.0
PKGREVISION= 1
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=emacs-jabber/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= aran@100acres.us
-HOMEPAGE= http://emacs-jabber.sourceforge.net/
+HOMEPAGE= https://emacs-jabber.sourceforge.net/
COMMENT= Jabber client for Emacs
LICENSE= gnu-gpl-v2 # or later
diff --git a/chat/farstream/Makefile b/chat/farstream/Makefile
index 0c4b2e7b25a..fb74e79f5f6 100644
--- a/chat/farstream/Makefile
+++ b/chat/farstream/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/07/20 22:46:11 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/18 23:30:11 rillig Exp $
DISTNAME= farstream-0.2.8
PKGREVISION= 13
@@ -6,7 +6,7 @@ CATEGORIES= chat multimedia
MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.freedesktop.org/wiki/Software/Farstream/
+HOMEPAGE= https://www.freedesktop.org/wiki/Software/Farstream/
COMMENT= Audio/video communications framework
LICENSE= gnu-lgpl-v2.1
diff --git a/chat/gg2/Makefile b/chat/gg2/Makefile
index 84b100370dd..b4b6d6342e8 100644
--- a/chat/gg2/Makefile
+++ b/chat/gg2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2020/01/18 21:48:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.68 2020/01/18 23:30:11 rillig Exp $
DISTNAME= gg2-2.3.0
PKGREVISION= 41
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ggadu/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
-HOMEPAGE= http://ggadu.sourceforge.net/
+HOMEPAGE= https://ggadu.sourceforge.net/
COMMENT= Instant messenger software for Poland; Jabber plugin included
USE_LIBTOOL= yes
diff --git a/chat/libtlen/Makefile b/chat/libtlen/Makefile
index dc40b8f6b54..af03a939834 100644
--- a/chat/libtlen/Makefile
+++ b/chat/libtlen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/03/06 15:17:03 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2020/01/18 23:30:11 rillig Exp $
DISTNAME= libtlen-20041113
PKGREVISION= 2
@@ -6,7 +6,7 @@ CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libtlen/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://libtlen.sourceforge.net/
+HOMEPAGE= https://libtlen.sourceforge.net/
COMMENT= Library to access tlen.pl IM system
USE_LIBTOOL= yes
diff --git a/chat/meanwhile/Makefile b/chat/meanwhile/Makefile
index 742a3330c4c..f440ef98fdf 100644
--- a/chat/meanwhile/Makefile
+++ b/chat/meanwhile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/11/02 22:18:24 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2020/01/18 23:30:11 rillig Exp $
#
DISTNAME= meanwhile-1.0.2
@@ -7,7 +7,7 @@ CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://meanwhile.sourceforge.net/
+HOMEPAGE= https://meanwhile.sourceforge.net/
COMMENT= Lotus SameTime compatible chat protocol
LICENSE= gnu-gpl-v2
diff --git a/chat/pidgin-libnotify/Makefile b/chat/pidgin-libnotify/Makefile
index d0668b4bff5..ccfb34605ce 100644
--- a/chat/pidgin-libnotify/Makefile
+++ b/chat/pidgin-libnotify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2019/08/11 13:18:05 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2020/01/18 23:30:12 rillig Exp $
#
DISTNAME= pidgin-libnotify-0.14
@@ -7,7 +7,7 @@ CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-libnotify/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://gaim-libnotify.sourceforge.net/
+HOMEPAGE= https://gaim-libnotify.sourceforge.net/
COMMENT= Pidgin plugin that adds popup support
LICENSE= gnu-gpl-v3
diff --git a/chat/py-xmpppy/Makefile b/chat/py-xmpppy/Makefile
index 93a98ff5ce9..866b2497561 100644
--- a/chat/py-xmpppy/Makefile
+++ b/chat/py-xmpppy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/09/02 13:19:53 adam Exp $
+# $NetBSD: Makefile,v 1.19 2020/01/18 23:30:12 rillig Exp $
DISTNAME= xmpppy-0.5.0rc1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmpppy/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xmpppy.sourceforge.net/
+HOMEPAGE= https://xmpppy.sourceforge.net/
COMMENT= XMPP (Jabber) library for Python
LICENSE= gnu-gpl-v2
diff --git a/chat/riece/Makefile b/chat/riece/Makefile
index fde60159a08..311005ef554 100644
--- a/chat/riece/Makefile
+++ b/chat/riece/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2018/07/16 05:56:10 mef Exp $
+# $NetBSD: Makefile,v 1.30 2020/01/18 23:30:12 rillig Exp $
#
DISTNAME= riece-9.0.0
@@ -9,7 +9,7 @@ MASTER_SITES= http://download.savannah.gnu.org/releases/riece/
LICENSE= gnu-gpl-v3
MAINTAINER= makoto@ki.nu
-HOMEPAGE= http://www.nongnu.org/riece/
+HOMEPAGE= https://www.nongnu.org/riece/
COMMENT= IRC client for Emacs
INSTALLATION_DIRS= ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/riece \
diff --git a/chat/tik/Makefile b/chat/tik/Makefile
index e980da86c1d..59abc3bdc2f 100644
--- a/chat/tik/Makefile
+++ b/chat/tik/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/10/03 00:02:45 asau Exp $
+# $NetBSD: Makefile,v 1.18 2020/01/18 23:30:12 rillig Exp $
#
DISTNAME= tik-0.90
@@ -7,7 +7,7 @@ CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tik/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://tik.sourceforge.net/
+HOMEPAGE= https://tik.sourceforge.net/
COMMENT= Tcl/Tk AOL Instant Messenger client
WRKSRC= ${WRKDIR}/tik
diff --git a/chat/ysm/Makefile b/chat/ysm/Makefile
index fa9d868df5c..b22414e6a6a 100644
--- a/chat/ysm/Makefile
+++ b/chat/ysm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/03/15 14:15:19 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2020/01/18 23:30:12 rillig Exp $
DISTNAME= ysmv7_2_9_9_1
PKGNAME= ysm-2.9.9.1
@@ -6,7 +6,7 @@ CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ysmv7/}
MAINTAINER= dawszy@arhea.net
-HOMEPAGE= http://ysmv7.sourceforge.net/
+HOMEPAGE= https://ysmv7.sourceforge.net/
COMMENT= The 'You Sick Me' terminal based ICQ client
LICENSE= gnu-gpl-v2
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile
index 4ad043120d8..c679ed559ba 100644
--- a/comms/dfu-util/Makefile
+++ b/comms/dfu-util/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/11/03 12:04:12 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/18 23:30:12 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= http://dfu-util.sourceforge.net/
+HOMEPAGE= https://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 451c255e37c..dfb76c9d71c 100644
--- a/comms/efax-gtk/Makefile
+++ b/comms/efax-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2019/07/21 22:24:33 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2020/01/18 23:30:12 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= http://efax-gtk.sourceforge.net/
+HOMEPAGE= https://efax-gtk.sourceforge.net/
COMMENT= GTK frontend for efax
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile
index c0390acb6f5..3ca36d835c2 100644
--- a/comms/fidogate/Makefile
+++ b/comms/fidogate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2019/08/11 13:18:07 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2020/01/18 23:30:12 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= http://fidogate.sourceforge.net/
+HOMEPAGE= https://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 104351dcf8b..0ae26155a76 100644
--- a/comms/pilotmgr/Makefile
+++ b/comms/pilotmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2019/08/11 13:18:09 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2020/01/18 23:30:12 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= http://pilotmanager.sourceforge.net/
+HOMEPAGE= https://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