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 /audio | |
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 'audio')
54 files changed, 108 insertions, 108 deletions
diff --git a/audio/abcmidi/Makefile b/audio/abcmidi/Makefile index 443db4e6f7b..4a1406b801c 100644 --- a/audio/abcmidi/Makefile +++ b/audio/abcmidi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2020/01/18 23:29:57 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2020/01/26 05:26:08 rillig Exp $ # DISTNAME= abcMIDI-${ABCMIDIVER} @@ -9,7 +9,7 @@ MASTER_SITES+= http://ifdo.pugmarks.com/~seymour/backup/ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://abc.sourceforge.net/abcMIDI/ +HOMEPAGE= http://abc.sourceforge.net/abcMIDI/ COMMENT= Music utilities for abc LICENSE= gnu-gpl-v2 diff --git a/audio/ario/Makefile b/audio/ario/Makefile index 18f8cdb900e..59ea0108c11 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2020/01/18 23:29:57 rillig Exp $ +# $NetBSD: Makefile,v 1.90 2020/01/26 05:26:08 rillig Exp $ DISTNAME= ario-1.6 PKGREVISION= 2 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ario-player/1.6/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://ario-player.sourceforge.net/ +HOMEPAGE= http://ario-player.sourceforge.net/ COMMENT= Graphical client for mpd using GTK3 LICENSE= gnu-gpl-v2 diff --git a/audio/blop/Makefile b/audio/blop/Makefile index 4ce4561383c..7db2bc9f755 100644 --- a/audio/blop/Makefile +++ b/audio/blop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/01/18 23:29:58 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2020/01/26 05:26:09 rillig Exp $ # DISTNAME= blop-0.2.8 @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blop/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://blop.sourceforge.net/ +HOMEPAGE= http://blop.sourceforge.net/ COMMENT= Bandlimited LADSPA Oscillator Plugins LICENSE= gnu-gpl-v2 diff --git a/audio/bmp/Makefile.common b/audio/bmp/Makefile.common index 798dc943a60..3477bdb0178 100644 --- a/audio/bmp/Makefile.common +++ b/audio/bmp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2020/01/20 21:54:00 nia Exp $ +# $NetBSD: Makefile.common,v 1.32 2020/01/26 05:26:09 rillig Exp $ # # used by audio/bmp/Makefile @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=beepmp/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://beepmp.sourceforge.net/ +HOMEPAGE= http://beepmp.sourceforge.net/ COMMENT= Beep Media Player (fork of XMMS to work with GTK+ 2.x) LICENSE= gnu-gpl-v2 diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile index 6d6add4b8e6..173264001bf 100644 --- a/audio/cddb-bundle/Makefile +++ b/audio/cddb-bundle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2020/01/18 23:29:58 rillig Exp $ +# $NetBSD: Makefile,v 1.33 2020/01/26 05:26:09 rillig Exp $ # DISTNAME= cddb.bundle-0.2 @@ -8,7 +8,7 @@ CATEGORIES= audio gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gsburn/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://gsburn.sourceforge.net/ +HOMEPAGE= http://gsburn.sourceforge.net/ COMMENT= CDDB client bundle LICENSE= gnu-gpl-v2 diff --git a/audio/cdplayer/Makefile b/audio/cdplayer/Makefile index ad48ffa20d4..d532dd8ce7c 100644 --- a/audio/cdplayer/Makefile +++ b/audio/cdplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2020/01/18 23:29:58 rillig Exp $ +# $NetBSD: Makefile,v 1.39 2020/01/26 05:26:09 rillig Exp $ # DISTNAME= cdplayer-0.5.1 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gsburn/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://gsburn.sourceforge.net/ +HOMEPAGE= http://gsburn.sourceforge.net/ COMMENT= GNUstep CD player with CDDB support LICENSE= gnu-gpl-v2 diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index cdcb76ca9fe..c33042df126 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2020/01/18 23:29:58 rillig Exp $ +# $NetBSD: Makefile,v 1.34 2020/01/26 05:26:09 rillig Exp $ # DISTNAME= cmp3-2.0pre6 @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmp3/} MAINTAINER= rxg@NetBSD.org -HOMEPAGE= https://cmp3.sourceforge.net/ +HOMEPAGE= http://cmp3.sourceforge.net/ COMMENT= Curses based frontend to mpg123 LICENSE= gnu-gpl-v2 diff --git a/audio/easyh10/Makefile b/audio/easyh10/Makefile index 20caca15fb0..556029a33f6 100644 --- a/audio/easyh10/Makefile +++ b/audio/easyh10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/01/18 23:29:58 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2020/01/26 05:26:09 rillig Exp $ DISTNAME= easyh10-1.5 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easyh10/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://easyh10.sourceforge.net/ +HOMEPAGE= http://easyh10.sourceforge.net/ COMMENT= Database tool for the iRiver H10 digital audio player LICENSE= gnu-gpl-v2 diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index 937deda2a68..e4017b3b08a 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2020/01/18 23:29:58 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2020/01/26 05:26:09 rillig Exp $ MINOR_VER= 48 DISTNAME= espeak-1.${MINOR_VER}.04-source @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=espeak/} EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://espeak.sourceforge.net/ +HOMEPAGE= http://espeak.sourceforge.net/ COMMENT= Speech synthesizer LICENSE= gnu-gpl-v3 diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile index 6edcac382c4..1c829d26dcf 100644 --- a/audio/flac123/Makefile +++ b/audio/flac123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/01/18 23:29:59 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2020/01/26 05:26:09 rillig Exp $ DISTNAME= flac123-0.0.12-release PKGNAME= ${DISTNAME:S/-release//} @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac-tools/} MAINTAINER= snj@NetBSD.org -HOMEPAGE= https://flac-tools.sourceforge.net/ +HOMEPAGE= http://flac-tools.sourceforge.net/ COMMENT= Command-line program for playing FLAC audio files LICENSE= gnu-gpl-v2 diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile index 486181c9ef9..37585c93512 100644 --- a/audio/gbemol/Makefile +++ b/audio/gbemol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2020/01/18 23:29:59 rillig Exp $ +# $NetBSD: Makefile,v 1.55 2020/01/26 05:26:09 rillig Exp $ # DISTNAME= gbemol-0.3.2 @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gbemol/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://gbemol.sourceforge.net/ +HOMEPAGE= http://gbemol.sourceforge.net/ COMMENT= Graphical frontend for the Music Player Daemon (MPD) LICENSE= gnu-gpl-v2 diff --git a/audio/gqmpeg-devel/Makefile b/audio/gqmpeg-devel/Makefile index c4c1124e568..7d4e0807ee2 100644 --- a/audio/gqmpeg-devel/Makefile +++ b/audio/gqmpeg-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2020/01/18 23:29:59 rillig Exp $ +# $NetBSD: Makefile,v 1.59 2020/01/26 05:26:10 rillig Exp $ DISTNAME= gqmpeg-0.91.1 PKGREVISION= 36 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqmpeg/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://gqmpeg.sourceforge.net/ +HOMEPAGE= http://gqmpeg.sourceforge.net/ COMMENT= GTK+ front end to mpg123 LICENSE= gnu-gpl-v2 diff --git a/audio/gqmpeg-skins/Makefile b/audio/gqmpeg-skins/Makefile index 2859e053c5e..62ed01514e2 100644 --- a/audio/gqmpeg-skins/Makefile +++ b/audio/gqmpeg-skins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2020/01/18 23:29:59 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2020/01/26 05:26:10 rillig Exp $ DISTNAME= gqmpeg-skins-20030712 PKGREVISION= 6 @@ -75,7 +75,7 @@ DISTFILES+= \ zoom-information.tar.gz MAINTAINER= hubertf@NetBSD.org -HOMEPAGE= https://gqmpeg.sourceforge.net/ +HOMEPAGE= http://gqmpeg.sourceforge.net/ COMMENT= Skins for gqmpeg DEPENDS+= gqmpeg-[0-9]*:../../audio/gqmpeg-devel diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 9457155c496..6dfed72cdaf 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2020/01/18 23:29:59 rillig Exp $ +# $NetBSD: Makefile,v 1.38 2020/01/26 05:26:10 rillig Exp $ # DISTNAME= id3lib-3.8.3 @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3lib/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://id3lib.sourceforge.net/ +HOMEPAGE= http://id3lib.sourceforge.net/ COMMENT= Library for manipulating ID3v1 and ID3v2 tags LICENSE= gnu-gpl-v2 diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile index 4538f7b1c46..9dfc829aa80 100644 --- a/audio/id3v2/Makefile +++ b/audio/id3v2/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.27 2020/01/18 23:29:59 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2020/01/26 05:26:10 rillig Exp $ DISTNAME= id3v2-0.1.12 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3v2/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://id3v2.sourceforge.net/ +HOMEPAGE= http://id3v2.sourceforge.net/ COMMENT= Command line editor for id3v2 tags LICENSE= gnu-lgpl-v2.1 diff --git a/audio/ifp-line/Makefile b/audio/ifp-line/Makefile index 9c0d9808eb1..a8bb35d5402 100644 --- a/audio/ifp-line/Makefile +++ b/audio/ifp-line/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2020/01/18 23:29:59 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2020/01/26 05:26:10 rillig Exp $ DISTNAME= ifp-line-0.3 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://ifp-driver.sourceforge.net/ +HOMEPAGE= http://ifp-driver.sourceforge.net/ COMMENT= Command-line interface to iRiver MP3 players LICENSE= gnu-gpl-v2 diff --git a/audio/jack-rack/Makefile b/audio/jack-rack/Makefile index d1d644f380d..43fb73f0c0d 100644 --- a/audio/jack-rack/Makefile +++ b/audio/jack-rack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2020/01/18 23:29:59 rillig Exp $ +# $NetBSD: Makefile,v 1.69 2020/01/26 05:26:10 rillig Exp $ # DISTNAME= jack-rack-1.4.7 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jack-rack/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://jack-rack.sourceforge.net/ +HOMEPAGE= http://jack-rack.sourceforge.net/ COMMENT= Effects "rack" for JACK LICENSE= gnu-gpl-v2 diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index bcae215a234..2471445646e 100644 --- a/audio/kid3/Makefile +++ b/audio/kid3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2020/01/18 23:30:00 rillig Exp $ +# $NetBSD: Makefile,v 1.100 2020/01/26 05:26:10 rillig Exp $ DISTNAME= kid3-3.5.1 PKGREVISION= 14 @@ -6,7 +6,7 @@ CATEGORIES= kde audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kid3/} MAINTAINER= wiz@NetBSD.org -HOMEPAGE= https://kid3.sourceforge.net/ +HOMEPAGE= https://kid3.sourceforge.io/ COMMENT= ID3 tagger for QT LICENSE= gnu-gpl-v2 diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 74c2ac91987..67fc59eae17 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2020/01/18 23:30:00 rillig Exp $ +# $NetBSD: Makefile,v 1.85 2020/01/26 05:26:10 rillig Exp $ DISTNAME= lame-3.100 CATEGORIES= audio @@ -6,7 +6,7 @@ PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lame/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://lame.sourceforge.net/ +HOMEPAGE= https://lame.sourceforge.io/ COMMENT= Fast, high quality MP3 encoder LICENSE= gnu-lgpl-v2 diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index 6b935a7e658..511a276ff8a 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2020/01/18 23:30:00 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2020/01/26 05:26:10 rillig Exp $ # DISTNAME= a52dec-0.7.4 @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://liba52.sourceforge.net/files/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://liba52.sourceforge.net/ +HOMEPAGE= http://liba52.sourceforge.net/ COMMENT= Free ATSC A/52 stream decoder library LICENSE= gnu-gpl-v2 diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index c7393542d20..84acd16a7ce 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2020/01/18 23:30:00 rillig Exp $ +# $NetBSD: Makefile,v 1.37 2020/01/26 05:26:11 rillig Exp $ DISTNAME= libcdaudio-0.99.12 PKGREVISION= 2 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcdaudio/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://libcdaudio.sourceforge.net/ +HOMEPAGE= http://libcdaudio.sourceforge.net/ COMMENT= Multi-platform CD player development library LICENSE= gnu-gpl-v2 diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index 2ddf4fbe76f..7fc051cf68e 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2020/01/18 23:30:00 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2020/01/26 05:26:11 rillig Exp $ DISTNAME= libcddb-1.3.2 PKGREVISION= 1 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcddb/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://libcddb.sourceforge.net/ +HOMEPAGE= http://libcddb.sourceforge.net/ COMMENT= Library to access data on a CDDB server LICENSE= gnu-gpl-v2 diff --git a/audio/libifp/Makefile b/audio/libifp/Makefile index 875fc7e4b26..1bc800c7883 100644 --- a/audio/libifp/Makefile +++ b/audio/libifp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/01/18 23:30:00 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2020/01/26 05:26:11 rillig Exp $ # DISTNAME= libifp-1.0.0.2 @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://ifp-driver.sourceforge.net/ +HOMEPAGE= http://ifp-driver.sourceforge.net/ COMMENT= General-purpose library-driver for iRiver's iFP portable players LICENSE= gnu-gpl-v2 diff --git a/audio/liblo/Makefile b/audio/liblo/Makefile index dbd7f721478..1137d5559f6 100644 --- a/audio/liblo/Makefile +++ b/audio/liblo/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2020/01/18 23:30:00 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2020/01/26 05:26:11 rillig Exp $ DISTNAME= liblo-0.30 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liblo/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://liblo.sourceforge.net/ +HOMEPAGE= http://liblo.sourceforge.net/ COMMENT= Lightweight Open Sound Control implementation LICENSE= gnu-lgpl-v2.1 diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index 4f99fc2df75..e964ed6b3ae 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2020/01/20 21:26:52 nia Exp $ +# $NetBSD: Makefile,v 1.65 2020/01/26 05:26:11 rillig Exp $ DISTNAME= libmikmod-3.3.11.1 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mikmod/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mikmod.sourceforge.net/ +HOMEPAGE= http://mikmod.sourceforge.net/ COMMENT= MikMod Sound Library LICENSE= gnu-lgpl-v2 diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index d1c648f43b7..9292d5ff295 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2020/01/18 23:30:01 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/26 05:26:11 rillig Exp $ DISTNAME= libmodplug-0.8.9.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modplug-xmms/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://modplug-xmms.sourceforge.net/ +HOMEPAGE= http://modplug-xmms.sourceforge.net/ COMMENT= Library for decoding mod-like music formats LICENSE= public-domain diff --git a/audio/libsbsms/Makefile b/audio/libsbsms/Makefile index baf2bdf3295..e2d4761e1ef 100644 --- a/audio/libsbsms/Makefile +++ b/audio/libsbsms/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:01 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2020/01/26 05:26:11 rillig Exp $ DISTNAME= libsbsms-2.0.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbsms/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://sbsms.sourceforge.net/ +HOMEPAGE= http://sbsms.sourceforge.net/ COMMENT= Subband Sinusoidal Modeling Synthesis LICENSE= gnu-gpl-v2 diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index fd977f541eb..deca40895b9 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/01/18 23:30:01 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2020/01/26 05:26:11 rillig Exp $ # DISTNAME= sidplay-libs-2.1.1 @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sidplay2/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://sidplay2.sourceforge.net/ +HOMEPAGE= http://sidplay2.sourceforge.net/ COMMENT= Sidplay2 Library LICENSE= gnu-gpl-v2 diff --git a/audio/libspiff/Makefile b/audio/libspiff/Makefile index c8c02e09fbb..cac375e9f25 100644 --- a/audio/libspiff/Makefile +++ b/audio/libspiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/01/18 23:30:01 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2020/01/26 05:26:11 rillig Exp $ # DISTNAME= libspiff-1.0.0 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libspiff/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://libspiff.sourceforge.net/ +HOMEPAGE= http://libspiff.sourceforge.net/ COMMENT= XML Shareable Playlist Format (XSPF) library LICENSE= modified-bsd diff --git a/audio/libxmp/Makefile b/audio/libxmp/Makefile index f858ee73e60..9b5e63c42da 100644 --- a/audio/libxmp/Makefile +++ b/audio/libxmp/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2020/01/18 23:30:01 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2020/01/26 05:26:12 rillig Exp $ DISTNAME= libxmp-4.4.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmp/} MAINTAINER= rxg@NetBSD.org -HOMEPAGE= https://xmp.sourceforge.net/ +HOMEPAGE= http://xmp.sourceforge.net/ COMMENT= Player for many different Amiga and PC module formats LICENSE= gnu-gpl-v2 diff --git a/audio/libxspf/Makefile b/audio/libxspf/Makefile index 7fb35617ce4..fe4268eb8ba 100644 --- a/audio/libxspf/Makefile +++ b/audio/libxspf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/01/18 23:30:01 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2020/01/26 05:26:12 rillig Exp $ DISTNAME= libxspf-1.2.0 CATEGORIES= audio @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libspiff/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://libspiff.sourceforge.net/ +HOMEPAGE= http://libspiff.sourceforge.net/ COMMENT= XML Shareable Playlist Format (XSPF) library LICENSE= modified-bsd diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 7eaa13cb8f7..9b4b88cbcf9 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.56 2020/01/18 23:30:02 rillig Exp $ +# $NetBSD: Makefile,v 1.57 2020/01/26 05:26:12 rillig Exp $ DISTNAME= mikmod-3.2.8 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mikmod/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mikmod.sourceforge.net/ +HOMEPAGE= http://mikmod.sourceforge.net/ COMMENT= MOD player for UNI IT XM S3M MOD MTM STM DSM MED FAR ULT 669 files LICENSE= gnu-gpl-v2 diff --git a/audio/mp3diags/Makefile b/audio/mp3diags/Makefile index 0e8f70a6da0..06214145b19 100644 --- a/audio/mp3diags/Makefile +++ b/audio/mp3diags/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2020/01/18 23:30:02 rillig Exp $ +# $NetBSD: Makefile,v 1.65 2020/01/26 05:26:12 rillig Exp $ DISTNAME= MP3Diags-unstable-1.5.01 PKGNAME= ${DISTNAME:S/MP3D/mp3d/:C/-unsable//} @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3diags/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mp3diags.sourceforge.net/ +HOMEPAGE= http://mp3diags.sourceforge.net/ COMMENT= MP3 diagnosis tool and tag editor LICENSE= gnu-gpl-v2 diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile index 36d2e6559bb..ffc7d39278d 100644 --- a/audio/mp3gain/Makefile +++ b/audio/mp3gain/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/01/18 23:30:02 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2020/01/26 05:26:12 rillig Exp $ PKGNAME= mp3gain-1.5.2 DISTNAME= ${PKGNAME:S/./_/g}-src @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3gain/} EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mp3gain.sourceforge.net/ +HOMEPAGE= http://mp3gain.sourceforge.net/ COMMENT= Loudness normalizer for MP3 files WRKSRC= ${WRKDIR} diff --git a/audio/mp3val/Makefile b/audio/mp3val/Makefile index fb07e013d6a..19293efa720 100644 --- a/audio/mp3val/Makefile +++ b/audio/mp3val/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/01/18 23:30:03 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2020/01/26 05:26:12 rillig Exp $ # DISTNAME= mp3val-0.1.8-src @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3val/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mp3val.sourceforge.net/ +HOMEPAGE= http://mp3val.sourceforge.net/ COMMENT= Checker for mp3 LICENSE= gnu-gpl-v2 diff --git a/audio/mp3wrap/Makefile b/audio/mp3wrap/Makefile index 598147c58df..3fb9357e037 100644 --- a/audio/mp3wrap/Makefile +++ b/audio/mp3wrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/01/18 23:30:03 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2020/01/26 05:26:12 rillig Exp $ # DISTNAME= mp3wrap-0.5-src @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3wrap/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mp3wrap.sourceforge.net/ +HOMEPAGE= http://mp3wrap.sourceforge.net/ COMMENT= Tool to wrap mp3 files into a large one LICENSE= gnu-gpl-v2 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 diff --git a/audio/nosefart/Makefile b/audio/nosefart/Makefile index 09b487896d0..edad69b59dc 100644 --- a/audio/nosefart/Makefile +++ b/audio/nosefart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2020/01/18 23:30:03 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2020/01/26 05:26:12 rillig Exp $ DISTNAME= nosefart-2.9-mls PKGNAME= ${DISTNAME:S/-mls//} @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nosefart/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= dgriffi@cs.csubak.edu -HOMEPAGE= https://nosefart.sourceforge.net/ +HOMEPAGE= http://nosefart.sourceforge.net/ COMMENT= Player for NES Sound Format (NSF) files LICENSE= gnu-gpl-v2 diff --git a/audio/py-audiotools/Makefile b/audio/py-audiotools/Makefile index 0f075a8559b..77560d9b871 100644 --- a/audio/py-audiotools/Makefile +++ b/audio/py-audiotools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2020/01/18 23:30:04 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2020/01/26 05:26:13 rillig Exp $ DISTNAME= audiotools-3.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=audiotools/} #GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://audiotools.sourceforge.net/ +HOMEPAGE= http://audiotools.sourceforge.net/ COMMENT= Collection of command line audio handling programs LICENSE= gnu-gpl-v2 diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile index 97a386fae5c..256d9106f1e 100644 --- a/audio/py-cddb/Makefile +++ b/audio/py-cddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2020/01/18 23:30:04 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2020/01/26 05:26:13 rillig Exp $ DISTNAME= CDDB-1.4 PKGNAME= ${PYPKGPREFIX}-cddb-1.4 @@ -7,7 +7,7 @@ CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cddb-py/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://cddb-py.sourceforge.net/ +HOMEPAGE= http://cddb-py.sourceforge.net/ COMMENT= Python module to access the CDDB online database LICENSE= gnu-gpl-v2 diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile index b0b53b9aaaf..5644fb895eb 100644 --- a/audio/py-id3/Makefile +++ b/audio/py-id3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2020/01/18 23:30:04 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2020/01/26 05:26:13 rillig Exp $ DISTNAME= id3-py_1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//} @@ -7,7 +7,7 @@ CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3-py/} MAINTAINER= wes.chow@s7labs.com -HOMEPAGE= https://id3-py.sourceforge.net/ +HOMEPAGE= http://id3-py.sourceforge.net/ COMMENT= Python module to manipulate ID3 tags in MP3 files LICENSE= gnu-gpl-v2 diff --git a/audio/py-id3lib/Makefile b/audio/py-id3lib/Makefile index a4a10df2b9d..64bb1ade284 100644 --- a/audio/py-id3lib/Makefile +++ b/audio/py-id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/01/18 23:30:05 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2020/01/26 05:26:13 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= https://pyid3lib.sourceforge.net/ +HOMEPAGE= http://pyid3lib.sourceforge.net/ COMMENT= Python module for editing ID3v2 tags of MP3 audio files LICENSE= gnu-lgpl-v2.1 diff --git a/audio/qjackctl/Makefile b/audio/qjackctl/Makefile index 2bfc28f6f23..d5723175377 100644 --- a/audio/qjackctl/Makefile +++ b/audio/qjackctl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2020/01/18 23:30:05 rillig Exp $ +# $NetBSD: Makefile,v 1.60 2020/01/26 05:26:13 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= https://qjackctl.sourceforge.net/ +HOMEPAGE= https://qjackctl.sourceforge.io/ COMMENT= JACK Audio Connection Kit Qt GUI LICENSE= gnu-gpl-v2 diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index fe7e9095917..ea4971ab0a4 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2020/01/18 23:30:05 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2020/01/26 05:26:13 rillig Exp $ # DISTNAME= rio500-0.7 @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rio500/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://rio500.sourceforge.net/ +HOMEPAGE= http://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 2be8152dd5d..dff002bafc3 100644 --- a/audio/rip/Makefile +++ b/audio/rip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2020/01/18 23:30:05 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2020/01/26 05:26:13 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= https://rip.sourceforge.net/ +HOMEPAGE= http://rip.sourceforge.net/ COMMENT= Command-line based audio CD ripper and encoder LICENSE= gnu-gpl-v2 diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile index e60139f41a5..e4563d2bcbb 100644 --- a/audio/sidplay2/Makefile +++ b/audio/sidplay2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/01/18 23:30:05 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2020/01/26 05:26:13 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= https://sidplay2.sourceforge.net/ +HOMEPAGE= http://sidplay2.sourceforge.net/ COMMENT= Tool for playing sidtunes LICENSE= gnu-gpl-v2 diff --git a/audio/sox/Makefile b/audio/sox/Makefile index 803ce625391..ce236889c4e 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2020/01/18 23:30:05 rillig Exp $ +# $NetBSD: Makefile,v 1.66 2020/01/26 05:26:13 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= https://sox.sourceforge.net/ +HOMEPAGE= http://sox.sourceforge.net/ COMMENT= SOund eXchange - universal sound sample translator LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 diff --git a/audio/splay/Makefile b/audio/splay/Makefile index b47f32ca407..cc1bc2875b2 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2020/01/18 23:30:06 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2020/01/26 05:26:14 rillig Exp $ # DISTNAME= splay-0.8.2 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= # empty MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://splay.sourceforge.net/ +HOMEPAGE= http://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 21461ed0094..6150f14cf6d 100644 --- a/audio/sptk/Makefile +++ b/audio/sptk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/01/18 23:30:06 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2020/01/26 05:26:14 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= https://sp-tk.sourceforge.net/ +HOMEPAGE= http://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 cdc4365d685..5fffaf7dbc1 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2020/01/18 23:30:06 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2020/01/26 05:26:14 rillig Exp $ DISTNAME= streamripper-1.64.6 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://streamripper.sourceforge.net/ +HOMEPAGE= http://streamripper.sourceforge.net/ COMMENT= Splits SHOUTcast stream into tracks LICENSE= gnu-gpl-v2 diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile index bd93ea6cf35..f4767f8b41a 100644 --- a/audio/tap-plugins/Makefile +++ b/audio/tap-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/01/18 23:30:07 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2020/01/26 05:26:14 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= https://tap-plugins.sourceforge.net/ladspa.html +HOMEPAGE= http://tap-plugins.sourceforge.net/ladspa.html COMMENT= Tom's Audio Processing plugins LICENSE= gnu-gpl-v2 diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index b29269712cb..701d1815b58 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.113 2020/01/18 23:30:07 rillig Exp $ +# $NetBSD: Makefile,v 1.114 2020/01/26 05:26:14 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= https://timidity.sourceforge.net/ +HOMEPAGE= http://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 9e09fa4afd9..59cfd18c030 100644 --- a/audio/tunapie/Makefile +++ b/audio/tunapie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2020/01/18 23:30:07 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2020/01/26 05:26:14 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= https://tunapie.sourceforge.net/ +HOMEPAGE= http://tunapie.sourceforge.net/ COMMENT= Directory browser for Internet radio and TV streams LICENSE= gnu-gpl-v2 diff --git a/audio/xjadeo/Makefile b/audio/xjadeo/Makefile index 61b4d62d3b1..6f0e26642f9 100644 --- a/audio/xjadeo/Makefile +++ b/audio/xjadeo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/01/18 23:30:08 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2020/01/26 05:26:14 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= https://xjadeo.sourceforge.net/ +HOMEPAGE= http://xjadeo.sourceforge.net/ COMMENT= X JAck viDEo mOnitor LICENSE= gnu-gpl-v2 |