From a26023904ced14f040255c9f714eb4a2f3d0574d Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 30 Jun 2019 20:14:13 +0000 Subject: Update packages using a search.cpan.org HOMEPAGE to metacpan.org. The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in. --- audio/p5-Audio-Scan/Makefile | 4 ++-- audio/p5-Audio-Wav/Makefile | 4 ++-- audio/p5-CDDB-File/Makefile | 4 ++-- audio/p5-CDDB/Makefile | 4 ++-- audio/p5-MP3-Info/Makefile | 4 ++-- audio/p5-MP3-Tag/Makefile | 4 ++-- audio/p5-MPEG-Audio-Frame/Makefile | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'audio') diff --git a/audio/p5-Audio-Scan/Makefile b/audio/p5-Audio-Scan/Makefile index a85ef946fd2..4401dd56a3f 100644 --- a/audio/p5-Audio-Scan/Makefile +++ b/audio/p5-Audio-Scan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2018/08/22 09:42:56 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2019/06/30 20:14:14 nia Exp $ DISTNAME= Audio-Scan-1.01 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AG/AGRUNDMA/} MAINTAINER= wenheping@gmail.com -HOMEPAGE= http://search.cpan.org/dist/Audio-Scan/ +HOMEPAGE= https://metacpan.org/release/Audio-Scan COMMENT= XS parser for MP3, MP4, Ogg Vorbis, etc LICENSE= gnu-gpl-v2 diff --git a/audio/p5-Audio-Wav/Makefile b/audio/p5-Audio-Wav/Makefile index 01a586d4754..fcf57b2cbb9 100644 --- a/audio/p5-Audio-Wav/Makefile +++ b/audio/p5-Audio-Wav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2018/08/22 09:42:56 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2019/06/30 20:14:14 nia Exp $ DISTNAME= Audio-Wav-0.14 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Audio/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Audio-Wav/ +HOMEPAGE= https://metacpan.org/release/Audio-Wav COMMENT= Perl modules for reading & writing Microsoft WAV files LICENSE= ${PERL5_LICENSE} diff --git a/audio/p5-CDDB-File/Makefile b/audio/p5-CDDB-File/Makefile index 170516f9b4f..c9530247e9a 100644 --- a/audio/p5-CDDB-File/Makefile +++ b/audio/p5-CDDB-File/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2018/08/22 09:42:56 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2019/06/30 20:14:14 nia Exp $ DISTNAME= CDDB-File-1.05 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CDDB/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/CDDB-File/ +HOMEPAGE= https://metacpan.org/release/CDDB-File COMMENT= Parses a CDDB/freedb data file LICENSE= gnu-gpl-v2 diff --git a/audio/p5-CDDB/Makefile b/audio/p5-CDDB/Makefile index dece34a5f68..fc5bfa4dcf2 100644 --- a/audio/p5-CDDB/Makefile +++ b/audio/p5-CDDB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2018/08/22 09:42:56 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2019/06/30 20:14:14 nia Exp $ DISTNAME= CDDB-1.222 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CDDB/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/CDDB/ +HOMEPAGE= https://metacpan.org/release/CDDB COMMENT= High-level interface to the Compact Disc Database LICENSE= ${PERL5_LICENSE} diff --git a/audio/p5-MP3-Info/Makefile b/audio/p5-MP3-Info/Makefile index 317ffa68017..4fb084f24e4 100644 --- a/audio/p5-MP3-Info/Makefile +++ b/audio/p5-MP3-Info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2018/08/22 09:42:56 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2019/06/30 20:14:14 nia Exp $ DISTNAME= MP3-Info-1.26 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MP3/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/MP3-Info/ +HOMEPAGE= https://metacpan.org/release/MP3-Info COMMENT= Manipulate/fetch info from MP3 audio files LICENSE= ${PERL5_LICENSE} diff --git a/audio/p5-MP3-Tag/Makefile b/audio/p5-MP3-Tag/Makefile index 9563eae8f6a..da55a0529e7 100644 --- a/audio/p5-MP3-Tag/Makefile +++ b/audio/p5-MP3-Tag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2018/08/22 09:42:56 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2019/06/30 20:14:14 nia Exp $ DISTNAME= MP3-Tag-1.14 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MP3/} MAINTAINER= damon@brodiefamily.org -HOMEPAGE= http://search.cpan.org/dist/MP3-Tag/ +HOMEPAGE= https://metacpan.org/release/MP3-Tag COMMENT= This is a perl module to read/write tags of mp3-files LICENSE= ${PERL5_LICENSE} diff --git a/audio/p5-MPEG-Audio-Frame/Makefile b/audio/p5-MPEG-Audio-Frame/Makefile index fab73cd36f7..1cf96a2c6cc 100644 --- a/audio/p5-MPEG-Audio-Frame/Makefile +++ b/audio/p5-MPEG-Audio-Frame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/08/22 09:42:56 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2019/06/30 20:14:14 nia Exp $ DISTNAME= MPEG-Audio-Frame-0.09 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MPEG/NUFFIN/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/MPEG-Audio-Frame/ +HOMEPAGE= https://metacpan.org/release/MPEG-Audio-Frame COMMENT= Class for weeding out MPEG audio frames out of a file handle LICENSE= ${PERL5_LICENSE} -- cgit v1.2.3