summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-06-30 20:14:13 +0000
committernia <nia@pkgsrc.org>2019-06-30 20:14:13 +0000
commita26023904ced14f040255c9f714eb4a2f3d0574d (patch)
treec1169401a488525d33c5215d027068f2808ed067 /misc
parent98ad08b0567692edb1539a641e589043c2816c34 (diff)
downloadpkgsrc-a26023904ced14f040255c9f714eb4a2f3d0574d.tar.gz
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.
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-App-MrShell/Makefile4
-rw-r--r--misc/p5-Array-PrintCols/Makefile4
-rw-r--r--misc/p5-Business-ISBN-Data/Makefile4
-rw-r--r--misc/p5-Business-ISBN/Makefile4
-rw-r--r--misc/p5-File-MMagic-XS/Makefile4
-rw-r--r--misc/p5-File-MMagic/Makefile4
-rw-r--r--misc/p5-File-Tail/Makefile4
-rw-r--r--misc/p5-Locale-Codes/Makefile4
-rw-r--r--misc/p5-Locale-Maketext-Fuzzy/Makefile4
-rw-r--r--misc/p5-Locale-Maketext-Lexicon/Makefile4
-rw-r--r--misc/p5-Locale-Maketext/Makefile4
-rw-r--r--misc/p5-Locale-US/Makefile4
-rw-r--r--misc/p5-Locale-libintl/Makefile4
-rw-r--r--misc/p5-Msgcat/Makefile4
-rw-r--r--misc/p5-Vroom/Makefile4
15 files changed, 30 insertions, 30 deletions
diff --git a/misc/p5-App-MrShell/Makefile b/misc/p5-App-MrShell/Makefile
index 7d24760c490..d53f574915a 100644
--- a/misc/p5-App-MrShell/Makefile
+++ b/misc/p5-App-MrShell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/08/22 09:45:44 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2019/06/30 20:16:23 nia Exp $
DISTNAME= App-MrShell-2.0207
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/App-MrShell/
+HOMEPAGE= https://metacpan.org/release/App-MrShell
COMMENT= Mr. Shell runs a command on multiple hosts
LICENSE= gnu-gpl-v2
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile
index cae82822fa5..c4ba5d59bec 100644
--- a/misc/p5-Array-PrintCols/Makefile
+++ b/misc/p5-Array-PrintCols/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2018/08/22 09:45:44 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2019/06/30 20:16:23 nia Exp $
DISTNAME= Array-PrintCols-2.6
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Array-PrintCols/
+HOMEPAGE= https://metacpan.org/release/Array-PrintCols
COMMENT= Perl5 module to print arrays of elements in sorted columns
LICENSE= gnu-gpl-v3
diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile
index 2988b43328e..fbf89060dd1 100644
--- a/misc/p5-Business-ISBN-Data/Makefile
+++ b/misc/p5-Business-ISBN-Data/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2018/08/22 09:45:44 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2019/06/30 20:16:23 nia Exp $
DISTNAME= Business-ISBN-Data-20140910.003
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Business-ISBN-Data/
+HOMEPAGE= https://metacpan.org/release/Business-ISBN-Data
COMMENT= Data for the p5-Business-ISBN package
LICENSE= ${PERL5_LICENSE}
diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile
index 46601749762..26b0a1a1e03 100644
--- a/misc/p5-Business-ISBN/Makefile
+++ b/misc/p5-Business-ISBN/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2018/08/22 09:45:44 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2019/06/30 20:16:23 nia Exp $
DISTNAME= Business-ISBN-3.004
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Business-ISBN/
+HOMEPAGE= https://metacpan.org/release/Business-ISBN
COMMENT= Perl5 module to work with International Standard Book Numbers (ISBNs)
LICENSE= artistic-2.0
diff --git a/misc/p5-File-MMagic-XS/Makefile b/misc/p5-File-MMagic-XS/Makefile
index 5223a83bf7c..f7b8e28ee64 100644
--- a/misc/p5-File-MMagic-XS/Makefile
+++ b/misc/p5-File-MMagic-XS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/08/22 09:45:45 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/06/30 20:16:24 nia Exp $
DISTNAME= File-MMagic-XS-0.09008
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/File-MMagic-XS/
+HOMEPAGE= https://metacpan.org/release/File-MMagic-XS
COMMENT= File Type With XS (a la mod_mime_magic)
LICENSE= ${PERL5_LICENSE}
diff --git a/misc/p5-File-MMagic/Makefile b/misc/p5-File-MMagic/Makefile
index 9899da7b593..ea3e8d8b8a6 100644
--- a/misc/p5-File-MMagic/Makefile
+++ b/misc/p5-File-MMagic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2018/08/22 09:45:45 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2019/06/30 20:16:23 nia Exp $
DISTNAME= File-MMagic-1.30
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/File-MMagic/
+HOMEPAGE= https://metacpan.org/release/File-MMagic
COMMENT= Perl5 module to guess file types
PERL5_PACKLIST= auto/File/MMagic/.packlist
diff --git a/misc/p5-File-Tail/Makefile b/misc/p5-File-Tail/Makefile
index 75a2989e57a..53b25e1dff0 100644
--- a/misc/p5-File-Tail/Makefile
+++ b/misc/p5-File-Tail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2018/08/22 09:45:45 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2019/06/30 20:16:24 nia Exp $
DISTNAME= File-Tail-1.3
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/File-Tail/
+HOMEPAGE= https://metacpan.org/release/File-Tail
COMMENT= Perl5 module for reading from continuously updated files
#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>1.12}:../../time/p5-Time-HiRes
diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile
index 3f75ee27597..37421e1cc62 100644
--- a/misc/p5-Locale-Codes/Makefile
+++ b/misc/p5-Locale-Codes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2018/09/02 07:31:54 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2019/06/30 20:16:24 nia Exp $
DISTNAME= Locale-Codes-3.58
PKGNAME= p5-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Locale-Codes/
+HOMEPAGE= https://metacpan.org/release/Locale-Codes
COMMENT= Perl5 module for ISO 3166, 639, 4217 and 15924 codes
LICENSE= ${PERL5_LICENSE}
diff --git a/misc/p5-Locale-Maketext-Fuzzy/Makefile b/misc/p5-Locale-Maketext-Fuzzy/Makefile
index 4198a72a27a..6a463438d68 100644
--- a/misc/p5-Locale-Maketext-Fuzzy/Makefile
+++ b/misc/p5-Locale-Maketext-Fuzzy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/08/22 09:45:45 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2019/06/30 20:16:24 nia Exp $
#
DISTNAME= Locale-Maketext-Fuzzy-0.11
@@ -8,7 +8,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext-Fuzzy/
+HOMEPAGE= https://metacpan.org/release/Locale-Maketext-Fuzzy
COMMENT= Maketext from already interpolated strings
LICENSE= cc0-1.0-universal
diff --git a/misc/p5-Locale-Maketext-Lexicon/Makefile b/misc/p5-Locale-Maketext-Lexicon/Makefile
index ef82d02cabd..65bdbfa3cb8 100644
--- a/misc/p5-Locale-Maketext-Lexicon/Makefile
+++ b/misc/p5-Locale-Maketext-Lexicon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2018/08/22 09:45:45 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2019/06/30 20:16:24 nia Exp $
#
DISTNAME= Locale-Maketext-Lexicon-1.00
@@ -8,7 +8,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext-Lexicon/
+HOMEPAGE= https://metacpan.org/release/Locale-Maketext-Lexicon
COMMENT= Use other catalog formats in Maketext
LICENSE= mit
diff --git a/misc/p5-Locale-Maketext/Makefile b/misc/p5-Locale-Maketext/Makefile
index 2c619f6335d..d76aeddeafa 100644
--- a/misc/p5-Locale-Maketext/Makefile
+++ b/misc/p5-Locale-Maketext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2018/08/22 09:45:45 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2019/06/30 20:16:24 nia Exp $
DISTNAME= Locale-Maketext-1.28
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext/
+HOMEPAGE= https://metacpan.org/release/Locale-Maketext
COMMENT= Perl framework for localization
LICENSE= ${PERL5_LICENSE}
diff --git a/misc/p5-Locale-US/Makefile b/misc/p5-Locale-US/Makefile
index b9d9e3f5377..5b24d07ae85 100644
--- a/misc/p5-Locale-US/Makefile
+++ b/misc/p5-Locale-US/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/08/22 09:45:46 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/06/30 20:16:24 nia Exp $
#
DISTNAME= Locale-US-3.04
@@ -8,7 +8,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Locale-US/
+HOMEPAGE= https://metacpan.org/release/Locale-US
COMMENT= Perl 5 module to maps US two-letter codes to states and vice versa
LICENSE= ${PERL5_LICENSE}
diff --git a/misc/p5-Locale-libintl/Makefile b/misc/p5-Locale-libintl/Makefile
index 36aa3ed4bc6..750a7a02dd4 100644
--- a/misc/p5-Locale-libintl/Makefile
+++ b/misc/p5-Locale-libintl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2018/11/10 09:51:10 wen Exp $
+# $NetBSD: Makefile,v 1.27 2019/06/30 20:16:24 nia Exp $
DISTNAME= libintl-perl-1.30
PKGNAME= p5-${DISTNAME:S/libintl-perl/Locale-libintl/}
@@ -6,7 +6,7 @@ CATEGORIES= misc devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= peter.schuller@infidyne.com
-HOMEPAGE= http://search.cpan.org/dist/libintl-perl/
+HOMEPAGE= https://metacpan.org/release/libintl-perl
COMMENT= Perl internationalization library
LICENSE= gnu-lgpl-v2.1
diff --git a/misc/p5-Msgcat/Makefile b/misc/p5-Msgcat/Makefile
index e16fd75bf26..3c988f37165 100644
--- a/misc/p5-Msgcat/Makefile
+++ b/misc/p5-Msgcat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/08/22 09:45:46 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/06/30 20:16:24 nia Exp $
#
DISTNAME= Msgcat-1.03
@@ -8,7 +8,7 @@ CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Msgcat/
+HOMEPAGE= https://metacpan.org/release/Msgcat
COMMENT= Perl5 module to use the message catalog functions
PERL5_PACKLIST= auto/Locale/Msgcat/.packlist
diff --git a/misc/p5-Vroom/Makefile b/misc/p5-Vroom/Makefile
index 0a62ba72224..316049603e1 100644
--- a/misc/p5-Vroom/Makefile
+++ b/misc/p5-Vroom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/08/22 09:45:46 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/06/30 20:16:25 nia Exp $
DISTNAME= Vroom-0.37
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Vroom/
+HOMEPAGE= https://metacpan.org/release/Vroom
COMMENT= Slide Shows in Vim
LICENSE= ${PERL5_LICENSE}