pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc all: migrate several HOMEPAGEs to https
details: https://anonhg.NetBSD.org/pkgsrc/rev/e1015935d308
branches: trunk
changeset: 409553:e1015935d308
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Jan 18 23:30:05 2020 +0000
description:
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.
diffstat:
audio/py-id3lib/Makefile | 4 ++--
audio/py-karaoke/Makefile | 4 ++--
audio/qjackctl/Makefile | 4 ++--
audio/rio500/Makefile | 4 ++--
audio/rip/Makefile | 4 ++--
audio/ruby-taglib/Makefile | 4 ++--
audio/sidplay2/Makefile | 4 ++--
audio/sound-theme-freedesktop/Makefile | 4 ++--
audio/sox/Makefile | 4 ++--
audio/sphinx3/Makefile | 4 ++--
audio/sphinxbase/Makefile | 4 ++--
audio/sphinxtrain/Makefile | 4 ++--
audio/splay/Makefile | 4 ++--
audio/sptk/Makefile | 4 ++--
audio/streamripper/Makefile | 4 ++--
audio/streamtuner/Makefile | 4 ++--
audio/taglib/Makefile | 4 ++--
audio/tap-plugins/Makefile | 4 ++--
audio/tcd/Makefile | 4 ++--
audio/timidity/Makefile | 4 ++--
audio/tunapie/Makefile | 4 ++--
audio/xhippo/Makefile | 4 ++--
audio/xjadeo/Makefile | 4 ++--
audio/xmms-flac/Makefile | 4 ++--
benchmarks/filebench/Makefile | 4 ++--
benchmarks/lmbench/Makefile | 4 ++--
benchmarks/randread/Makefile | 4 ++--
benchmarks/thrulay/Makefile | 4 ++--
biology/bcftools/Makefile | 4 ++--
biology/bwa/Makefile | 4 ++--
biology/gabedit/Makefile | 4 ++--
biology/gnome-chemistry-utils/Makefile | 4 ++--
biology/lucy/Makefile | 4 ++--
biology/mummer/Makefile | 4 ++--
biology/nut/Makefile | 4 ++--
biology/primer3/Makefile | 4 ++--
cad/adms/Makefile | 4 ++--
cad/atlc/Makefile | 4 ++--
cad/cascade/Makefile | 4 ++--
cad/covered/Makefile | 4 ++--
cad/electric/Makefile | 4 ++--
cad/felt/Makefile | 4 ++--
cad/gplcver/Makefile | 4 ++--
cad/gtkwave/Makefile | 4 ++--
cad/mcalc/Makefile | 4 ++--
cad/ng-spice/Makefile | 4 ++--
cad/tnt-mmtl/Makefile | 4 ++--
cad/transcalc/Makefile | 4 ++--
cad/wcalc/Makefile.common | 4 ++--
chat/emacs-jabber/Makefile | 4 ++--
chat/farstream/Makefile | 4 ++--
chat/gg2/Makefile | 4 ++--
chat/libtlen/Makefile | 4 ++--
chat/meanwhile/Makefile | 4 ++--
chat/pidgin-libnotify/Makefile | 4 ++--
chat/py-xmpppy/Makefile | 4 ++--
chat/riece/Makefile | 4 ++--
chat/tik/Makefile | 4 ++--
chat/ysm/Makefile | 4 ++--
comms/dfu-util/Makefile | 4 ++--
comms/efax-gtk/Makefile | 4 ++--
comms/fidogate/Makefile | 4 ++--
comms/pilotmgr/Makefile | 4 ++--
63 files changed, 126 insertions(+), 126 deletions(-)
diffs (truncated from 1129 to 300 lines):
diff -r b5ce6e933912 -r e1015935d308 audio/py-id3lib/Makefile
--- a/audio/py-id3lib/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/py-id3lib/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-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 -r b5ce6e933912 -r e1015935d308 audio/py-karaoke/Makefile
--- a/audio/py-karaoke/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/py-karaoke/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://pykaraoke.sourceforge.net/
+HOMEPAGE= https://pykaraoke.sourceforge.net/
COMMENT= Free Python-based karaoke player
LICENSE= gnu-lgpl-v2.1
diff -r b5ce6e933912 -r e1015935d308 audio/qjackctl/Makefile
--- a/audio/qjackctl/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/qjackctl/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
EXTRACT_USING= bsdtar
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://qjackctl.sourceforge.net/
+HOMEPAGE= https://qjackctl.sourceforge.net/
COMMENT= JACK Audio Connection Kit Qt GUI
LICENSE= gnu-gpl-v2
diff -r b5ce6e933912 -r e1015935d308 audio/rio500/Makefile
--- a/audio/rio500/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/rio500/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rio500/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-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 -r b5ce6e933912 -r e1015935d308 audio/rip/Makefile
--- a/audio/rip/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/rip/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
MASTER_SITES= http://rip.sourceforge.net/download/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://rip.sourceforge.net/
+HOMEPAGE= https://rip.sourceforge.net/
COMMENT= Command-line based audio CD ripper and encoder
LICENSE= gnu-gpl-v2
diff -r b5ce6e933912 -r e1015935d308 audio/ruby-taglib/Makefile
--- a/audio/ruby-taglib/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/ruby-taglib/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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@localhost
-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 -r b5ce6e933912 -r e1015935d308 audio/sidplay2/Makefile
--- a/audio/sidplay2/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/sidplay2/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sidplay2/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://sidplay2.sourceforge.net/
+HOMEPAGE= https://sidplay2.sourceforge.net/
COMMENT= Tool for playing sidtunes
LICENSE= gnu-gpl-v2
diff -r b5ce6e933912 -r e1015935d308 audio/sound-theme-freedesktop/Makefile
--- a/audio/sound-theme-freedesktop/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/sound-theme-freedesktop/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-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 -r b5ce6e933912 -r e1015935d308 audio/sox/Makefile
--- a/audio/sox/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/sox/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sox/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-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 -r b5ce6e933912 -r e1015935d308 audio/sphinx3/Makefile
--- a/audio/sphinx3/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/sphinx3/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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@localhost
-HOMEPAGE= http://cmusphinx.sourceforge.net/
+HOMEPAGE= https://cmusphinx.sourceforge.net/
COMMENT= CMUSphinx speech recognition frontend
LICENSE= 2-clause-bsd
diff -r b5ce6e933912 -r e1015935d308 audio/sphinxbase/Makefile
--- a/audio/sphinxbase/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/sphinxbase/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/}
MAINTAINER= fhajny%NetBSD.org@localhost
-HOMEPAGE= http://cmusphinx.sourceforge.net/
+HOMEPAGE= https://cmusphinx.sourceforge.net/
COMMENT= CMUSphinx speech recognition support library
LICENSE= 2-clause-bsd
diff -r b5ce6e933912 -r e1015935d308 audio/sphinxtrain/Makefile
--- a/audio/sphinxtrain/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/sphinxtrain/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/}
MAINTAINER= fhajny%NetBSD.org@localhost
-HOMEPAGE= http://cmusphinx.sourceforge.net/
+HOMEPAGE= https://cmusphinx.sourceforge.net/
COMMENT= CMUSphinx speed recognition acoustic model training tools
LICENSE= 2-clause-bsd
diff -r b5ce6e933912 -r e1015935d308 audio/splay/Makefile
--- a/audio/splay/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/splay/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
MASTER_SITES= # empty
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-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 -r b5ce6e933912 -r e1015935d308 audio/sptk/Makefile
--- a/audio/sptk/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/sptk/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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+= SPTKexamples-${PKGVERSION_NOREV}.pdf
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://sp-tk.sourceforge.net/
+HOMEPAGE= https://sp-tk.sourceforge.net/
COMMENT= Suite of speech signal processing tools
LICENSE= modified-bsd
diff -r b5ce6e933912 -r e1015935d308 audio/streamripper/Makefile
--- a/audio/streamripper/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/streamripper/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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@localhost
-HOMEPAGE= http://streamripper.sourceforge.net/
+HOMEPAGE= https://streamripper.sourceforge.net/
COMMENT= Splits SHOUTcast stream into tracks
LICENSE= gnu-gpl-v2
diff -r b5ce6e933912 -r e1015935d308 audio/streamtuner/Makefile
--- a/audio/streamtuner/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/streamtuner/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.nongnu.org/streamtuner/
+HOMEPAGE= https://www.nongnu.org/streamtuner/
COMMENT= Stream directory browser
LICENSE= modified-bsd
diff -r b5ce6e933912 -r e1015935d308 audio/taglib/Makefile
--- a/audio/taglib/Makefile Sat Jan 18 23:30:04 2020 +0000
+++ b/audio/taglib/Makefile Sat Jan 18 23:30:05 2020 +0000
@@ -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 @@
MASTER_SITES= http://taglib.github.io/releases/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://taglib.github.io/
+HOMEPAGE= https://taglib.github.io/
Home |
Main Index |
Thread Index |
Old Index