summaryrefslogtreecommitdiff
path: root/time
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 /time
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 'time')
-rw-r--r--time/p5-Business-Hours/Makefile4
-rw-r--r--time/p5-Calendar-Simple/Makefile4
-rw-r--r--time/p5-Convert-NLS_DATE_FORMAT/Makefile4
-rw-r--r--time/p5-Data-ICal-DateTime/Makefile4
-rw-r--r--time/p5-Data-ICal/Makefile4
-rw-r--r--time/p5-Date-Extract/Makefile4
-rw-r--r--time/p5-Date-ICal/Makefile4
-rw-r--r--time/p5-Date-Leapyear/Makefile4
-rw-r--r--time/p5-DateTime-Calendar-Discordian/Makefile4
-rw-r--r--time/p5-DateTime-Calendar-Julian/Makefile4
-rw-r--r--time/p5-DateTime-Calendar-Mayan/Makefile4
-rw-r--r--time/p5-DateTime-Event-Cron/Makefile4
-rw-r--r--time/p5-DateTime-Event-ICal/Makefile4
-rw-r--r--time/p5-DateTime-Event-Random/Makefile4
-rw-r--r--time/p5-DateTime-Event-Recurrence/Makefile4
-rw-r--r--time/p5-DateTime-Format-Flexible/Makefile4
-rw-r--r--time/p5-DateTime-Format-HTTP/Makefile4
-rw-r--r--time/p5-DateTime-Format-ICal/Makefile4
-rw-r--r--time/p5-DateTime-Format-Mail/Makefile4
-rw-r--r--time/p5-DateTime-Format-MySQL/Makefile4
-rw-r--r--time/p5-DateTime-Format-Natural/Makefile4
-rw-r--r--time/p5-DateTime-Format-Oracle/Makefile4
-rw-r--r--time/p5-DateTime-Format-Pg/Makefile4
-rw-r--r--time/p5-DateTime-Format-SQLite/Makefile4
-rw-r--r--time/p5-DateTime-Format-Strptime/Makefile4
-rw-r--r--time/p5-DateTime-Format-W3CDTF/Makefile4
-rw-r--r--time/p5-DateTime-Locale/Makefile4
-rw-r--r--time/p5-DateTime-Precise/Makefile4
-rw-r--r--time/p5-DateTime-Set/Makefile4
-rw-r--r--time/p5-DateTime-TimeZone-HPUX/Makefile4
-rw-r--r--time/p5-DateTime-TimeZone/Makefile4
-rw-r--r--time/p5-MooseX-Types-DateTime-ButMaintained/Makefile4
-rw-r--r--time/p5-MooseX-Types-DateTimeX/Makefile4
-rw-r--r--time/p5-Olson-Abbreviations/Makefile4
-rw-r--r--time/p5-POSIX-strftime-Compiler/Makefile4
-rw-r--r--time/p5-Rose-DateTime/Makefile4
-rw-r--r--time/p5-Schedule-At/Makefile4
-rw-r--r--time/p5-Template-Plugin-DateTime/Makefile4
-rw-r--r--time/p5-Time-Clock/Makefile4
-rw-r--r--time/p5-Time-Duration-Parse/Makefile4
-rw-r--r--time/p5-Time-Elapsed/Makefile4
-rw-r--r--time/p5-Time-Format/Makefile4
-rw-r--r--time/p5-Time-Format_XS/Makefile4
-rw-r--r--time/p5-Time-HiRes/Makefile4
-rw-r--r--time/p5-Time-Local/Makefile4
-rw-r--r--time/p5-Time-Piece/Makefile4
-rw-r--r--time/p5-Time-Progress/Makefile4
-rw-r--r--time/p5-Time-TAI64/Makefile4
-rw-r--r--time/p5-Time-Warp/Makefile4
-rw-r--r--time/p5-Time-modules/Makefile4
-rw-r--r--time/p5-TimeDate/Makefile4
51 files changed, 102 insertions, 102 deletions
diff --git a/time/p5-Business-Hours/Makefile b/time/p5-Business-Hours/Makefile
index 32d12f3923c..c975852fe26 100644
--- a/time/p5-Business-Hours/Makefile
+++ b/time/p5-Business-Hours/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/01/27 05:36:44 wen Exp $
+# $NetBSD: Makefile,v 1.5 2019/06/30 20:17:13 nia Exp $
DISTNAME= Business-Hours-0.13
PKGNAME= p5-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BP/BPS/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Business-Hours
+HOMEPAGE= https://metacpan.org/release/Business-Hours
COMMENT= Calculate business hours in a time period
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Calendar-Simple/Makefile b/time/p5-Calendar-Simple/Makefile
index 9c5ff9a7dd3..794736e3ed9 100644
--- a/time/p5-Calendar-Simple/Makefile
+++ b/time/p5-Calendar-Simple/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/08/22 09:47:14 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/06/30 20:17:13 nia Exp $
DISTNAME= Calendar-Simple-1.23
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Calendar/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Calendar-Simple/
+HOMEPAGE= https://metacpan.org/release/Calendar-Simple
COMMENT= Perl extension to create simple calendars
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Convert-NLS_DATE_FORMAT/Makefile b/time/p5-Convert-NLS_DATE_FORMAT/Makefile
index 9f56d6abad0..cae6e9044c2 100644
--- a/time/p5-Convert-NLS_DATE_FORMAT/Makefile
+++ b/time/p5-Convert-NLS_DATE_FORMAT/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/08/22 09:47:14 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2019/06/30 20:17:13 nia Exp $
DISTNAME= Convert-NLS_DATE_FORMAT-0.06
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Convert-NLS_DATE_FORMAT/
+HOMEPAGE= https://metacpan.org/release/Convert-NLS_DATE_FORMAT
COMMENT= Convert Oracle NLS_DATE_FORMAT <-> strftime Format Strings
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Data-ICal-DateTime/Makefile b/time/p5-Data-ICal-DateTime/Makefile
index e8cd157efe4..ac221b3b7e4 100644
--- a/time/p5-Data-ICal-DateTime/Makefile
+++ b/time/p5-Data-ICal-DateTime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/08/22 09:47:14 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/06/30 20:17:13 nia Exp $
DISTNAME= Data-ICal-DateTime-0.82
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Data-ICal-DateTime
+HOMEPAGE= https://metacpan.org/release/Data-ICal-DateTime
COMMENT= Convenience methods for using Data::ICal with DateTime
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Data-ICal/Makefile b/time/p5-Data-ICal/Makefile
index 43f56d432e4..a24500b8f93 100644
--- a/time/p5-Data-ICal/Makefile
+++ b/time/p5-Data-ICal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2018/08/22 09:47:14 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2019/06/30 20:17:13 nia Exp $
DISTNAME= Data-ICal-0.22
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Data-ICal
+HOMEPAGE= https://metacpan.org/release/Data-ICal
COMMENT= Generates iCalendar (RFC 2445) calendar files
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Date-Extract/Makefile b/time/p5-Date-Extract/Makefile
index 3e1d8bcd359..9f7ccfb4878 100644
--- a/time/p5-Date-Extract/Makefile
+++ b/time/p5-Date-Extract/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/08/22 09:47:14 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2019/06/30 20:17:13 nia Exp $
DISTNAME= Date-Extract-0.06
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
MAINTAINER= ryoon@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Date-Extract/
+HOMEPAGE= https://metacpan.org/release/Date-Extract
COMMENT= Perl 5 module to extract probable dates from strings
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Date-ICal/Makefile b/time/p5-Date-ICal/Makefile
index fb929832848..c38c927bc3f 100644
--- a/time/p5-Date-ICal/Makefile
+++ b/time/p5-Date-ICal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/08/22 09:47:15 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/06/30 20:17:13 nia Exp $
DISTNAME= Date-ICal-2.678
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Date-ICal/
+HOMEPAGE= https://metacpan.org/release/Date-ICal
COMMENT= Perl extension for ICalendar date objects
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Date-Leapyear/Makefile b/time/p5-Date-Leapyear/Makefile
index 6cea10899fd..26190209dce 100644
--- a/time/p5-Date-Leapyear/Makefile
+++ b/time/p5-Date-Leapyear/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/08/22 09:47:15 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/06/30 20:17:13 nia Exp $
DISTNAME= Date-Leapyear-1.72
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Date-Leapyear/
+HOMEPAGE= https://metacpan.org/release/Date-Leapyear
COMMENT= Is a particular year a leap year?
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Calendar-Discordian/Makefile b/time/p5-DateTime-Calendar-Discordian/Makefile
index 48d4f7f7ddc..69ef339cbde 100644
--- a/time/p5-DateTime-Calendar-Discordian/Makefile
+++ b/time/p5-DateTime-Calendar-Discordian/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/08/22 09:47:15 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/06/30 20:17:13 nia Exp $
#
DISTNAME= DateTime-Calendar-Discordian-1.0
@@ -8,7 +8,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Calendar-Discordian
+HOMEPAGE= https://metacpan.org/release/DateTime-Calendar-Discordian
COMMENT= Perl extension for the Discordian Calendar
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Calendar-Julian/Makefile b/time/p5-DateTime-Calendar-Julian/Makefile
index 8d15faef2a4..8f8995181ca 100644
--- a/time/p5-DateTime-Calendar-Julian/Makefile
+++ b/time/p5-DateTime-Calendar-Julian/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/01/04 02:37:28 wen Exp $
+# $NetBSD: Makefile,v 1.4 2019/06/30 20:17:14 nia Exp $
#
DISTNAME= DateTime-Calendar-Julian-0.100
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Calendar-Julian/
+HOMEPAGE= https://metacpan.org/release/DateTime-Calendar-Julian
COMMENT= Dates in the Julian calendar
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Calendar-Mayan/Makefile b/time/p5-DateTime-Calendar-Mayan/Makefile
index 60a1c8e9a2d..cd08f071339 100644
--- a/time/p5-DateTime-Calendar-Mayan/Makefile
+++ b/time/p5-DateTime-Calendar-Mayan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/08/22 09:47:15 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/06/30 20:17:14 nia Exp $
#
DISTNAME= DateTime-Calendar-Mayan-0.0601
@@ -8,7 +8,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Calendar-Mayan/
+HOMEPAGE= https://metacpan.org/release/DateTime-Calendar-Mayan
COMMENT= The Mayan Long Count, Haab, and Tzolkin calendars
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Event-Cron/Makefile b/time/p5-DateTime-Event-Cron/Makefile
index 1dbbdf25469..ded6ede627b 100644
--- a/time/p5-DateTime-Event-Cron/Makefile
+++ b/time/p5-DateTime-Event-Cron/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/08/22 09:47:15 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2019/06/30 20:17:14 nia Exp $
DISTNAME= DateTime-Event-Cron-0.09
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Event-Cron/
+HOMEPAGE= https://metacpan.org/release/DateTime-Event-Cron
COMMENT= DateTime extension to handle crontab entries
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Event-ICal/Makefile b/time/p5-DateTime-Event-ICal/Makefile
index 3fd72a8040b..e8e770b477b 100644
--- a/time/p5-DateTime-Event-ICal/Makefile
+++ b/time/p5-DateTime-Event-ICal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/08/22 09:47:15 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2019/06/30 20:17:14 nia Exp $
DISTNAME= DateTime-Event-ICal-0.13
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Event-ICal
+HOMEPAGE= https://metacpan.org/release/DateTime-Event-ICal
COMMENT= DateTime extension for computing rfc2445 recurrences
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Event-Random/Makefile b/time/p5-DateTime-Event-Random/Makefile
index f618792eb64..982ebfa2a39 100644
--- a/time/p5-DateTime-Event-Random/Makefile
+++ b/time/p5-DateTime-Event-Random/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/08/22 09:47:15 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/06/30 20:17:14 nia Exp $
DISTNAME= DateTime-Event-Random-0.03
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FG/FGLOCK/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Event-Random/
+HOMEPAGE= https://metacpan.org/release/DateTime-Event-Random
COMMENT= DateTime extension for creating random datetimes
DEPENDS+= p5-DateTime>0:../../time/p5-DateTime
diff --git a/time/p5-DateTime-Event-Recurrence/Makefile b/time/p5-DateTime-Event-Recurrence/Makefile
index 79ef9376998..483b2cd2765 100644
--- a/time/p5-DateTime-Event-Recurrence/Makefile
+++ b/time/p5-DateTime-Event-Recurrence/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/08/22 09:47:15 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/06/30 20:17:14 nia Exp $
DISTNAME= DateTime-Event-Recurrence-0.19
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Event-Recurrence
+HOMEPAGE= https://metacpan.org/release/DateTime-Event-Recurrence
COMMENT= DateTime::Set extension to create basic recurrence sets
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Format-Flexible/Makefile b/time/p5-DateTime-Format-Flexible/Makefile
index c63bed69b59..633f8adb4c1 100644
--- a/time/p5-DateTime-Format-Flexible/Makefile
+++ b/time/p5-DateTime-Format-Flexible/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2018/10/02 12:57:17 wen Exp $
+# $NetBSD: Makefile,v 1.23 2019/06/30 20:17:14 nia Exp $
DISTNAME= DateTime-Format-Flexible-0.31
PKGNAME= p5-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-Flexible/
+HOMEPAGE= https://metacpan.org/release/DateTime-Format-Flexible
COMMENT= Flexibly parse strings and turn them into DateTime objects
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Format-HTTP/Makefile b/time/p5-DateTime-Format-HTTP/Makefile
index 160bbb21757..9875396ce08 100644
--- a/time/p5-DateTime-Format-HTTP/Makefile
+++ b/time/p5-DateTime-Format-HTTP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/08/22 09:47:16 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/06/30 20:17:14 nia Exp $
DISTNAME= DateTime-Format-HTTP-0.42
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-HTTP/
+HOMEPAGE= https://metacpan.org/release/DateTime-Format-HTTP
COMMENT= Deal with date formats used by HTTP
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Format-ICal/Makefile b/time/p5-DateTime-Format-ICal/Makefile
index c17e06b2887..9c63d3f10d0 100644
--- a/time/p5-DateTime-Format-ICal/Makefile
+++ b/time/p5-DateTime-Format-ICal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/08/22 09:47:16 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/06/30 20:17:15 nia Exp $
DISTNAME= DateTime-Format-ICal-0.09
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-ICal/
+HOMEPAGE= https://metacpan.org/release/DateTime-Format-ICal
COMMENT= Parse and format iCal datetime and duration strings
DEPENDS+= p5-DateTime>=0.17:../../time/p5-DateTime
diff --git a/time/p5-DateTime-Format-Mail/Makefile b/time/p5-DateTime-Format-Mail/Makefile
index 68b9198afb4..6e43e58c1e7 100644
--- a/time/p5-DateTime-Format-Mail/Makefile
+++ b/time/p5-DateTime-Format-Mail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/08/22 09:47:16 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2019/06/30 20:17:15 nia Exp $
DISTNAME= DateTime-Format-Mail-0.403
# make sure it has 4 digits
@@ -8,7 +8,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-Mail/
+HOMEPAGE= https://metacpan.org/release/DateTime-Format-Mail
COMMENT= Convert between DateTime and RFC2822/822 formats
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Format-MySQL/Makefile b/time/p5-DateTime-Format-MySQL/Makefile
index f6e260c9416..b308312586f 100644
--- a/time/p5-DateTime-Format-MySQL/Makefile
+++ b/time/p5-DateTime-Format-MySQL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/08/22 09:47:16 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2019/06/30 20:17:15 nia Exp $
DISTNAME= DateTime-Format-MySQL-0.06
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-MySQL/
+HOMEPAGE= https://metacpan.org/release/DateTime-Format-MySQL
COMMENT= Parse and format MySQL dates and times
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Format-Natural/Makefile b/time/p5-DateTime-Format-Natural/Makefile
index bcca468b207..e08a28e1239 100644
--- a/time/p5-DateTime-Format-Natural/Makefile
+++ b/time/p5-DateTime-Format-Natural/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/04/07 12:21:59 wen Exp $
+# $NetBSD: Makefile,v 1.29 2019/06/30 20:17:15 nia Exp $
DISTNAME= DateTime-Format-Natural-1.07
PKGNAME= p5-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-Natural/
+HOMEPAGE= https://metacpan.org/release/DateTime-Format-Natural
COMMENT= Create machine readable date/time with natural parsing logic
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Format-Oracle/Makefile b/time/p5-DateTime-Format-Oracle/Makefile
index cab1a6df70d..dd9310ebb73 100644
--- a/time/p5-DateTime-Format-Oracle/Makefile
+++ b/time/p5-DateTime-Format-Oracle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/08/22 09:47:17 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/06/30 20:17:15 nia Exp $
DISTNAME= DateTime-Format-Oracle-0.06
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-Oracle/
+HOMEPAGE= https://metacpan.org/release/DateTime-Format-Oracle
COMMENT= Parse and format Oracle dates and timestamps
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Format-Pg/Makefile b/time/p5-DateTime-Format-Pg/Makefile
index 84ea2817fee..f998ad7b0fe 100644
--- a/time/p5-DateTime-Format-Pg/Makefile
+++ b/time/p5-DateTime-Format-Pg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2018/08/22 09:47:17 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2019/06/30 20:17:15 nia Exp $
DISTNAME= DateTime-Format-Pg-0.16013
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-Pg/
+HOMEPAGE= https://metacpan.org/release/DateTime-Format-Pg
COMMENT= Parse and format PostgreSQL dates and times
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Format-SQLite/Makefile b/time/p5-DateTime-Format-SQLite/Makefile
index 820a748455f..f6c422e2281 100644
--- a/time/p5-DateTime-Format-SQLite/Makefile
+++ b/time/p5-DateTime-Format-SQLite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/08/22 09:47:17 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/06/30 20:17:15 nia Exp $
DISTNAME= DateTime-Format-SQLite-0.11
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-SQLite/
+HOMEPAGE= https://metacpan.org/release/DateTime-Format-SQLite
COMMENT= Parse and format SQLite dates and times
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Format-Strptime/Makefile b/time/p5-DateTime-Format-Strptime/Makefile
index bae75edeb39..ef296e718ac 100644
--- a/time/p5-DateTime-Format-Strptime/Makefile
+++ b/time/p5-DateTime-Format-Strptime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2019/04/07 12:26:04 wen Exp $
+# $NetBSD: Makefile,v 1.35 2019/06/30 20:17:15 nia Exp $
DISTNAME= DateTime-Format-Strptime-1.76
PKGNAME= p5-${DISTNAME}00
@@ -6,7 +6,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= abs@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-Strptime/
+HOMEPAGE= https://metacpan.org/release/DateTime-Format-Strptime
COMMENT= Perl 5 module to parse and format strp and strf time patterns
LICENSE= artistic-2.0
diff --git a/time/p5-DateTime-Format-W3CDTF/Makefile b/time/p5-DateTime-Format-W3CDTF/Makefile
index a92a5c664a9..ec8eb1d82f4 100644
--- a/time/p5-DateTime-Format-W3CDTF/Makefile
+++ b/time/p5-DateTime-Format-W3CDTF/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/08/22 09:47:17 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/06/30 20:17:15 nia Exp $
DISTNAME= DateTime-Format-W3CDTF-0.07
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-W3CDTF/
+HOMEPAGE= https://metacpan.org/release/DateTime-Format-W3CDTF
COMMENT= Convert between DateTime and W3CDTF date/time format
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
diff --git a/time/p5-DateTime-Locale/Makefile b/time/p5-DateTime-Locale/Makefile
index aad451c614a..08ae28239ab 100644
--- a/time/p5-DateTime-Locale/Makefile
+++ b/time/p5-DateTime-Locale/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2019/04/07 12:32:41 wen Exp $
+# $NetBSD: Makefile,v 1.54 2019/06/30 20:17:16 nia Exp $
DISTNAME= DateTime-Locale-1.24
PKGNAME= p5-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Locale/
+HOMEPAGE= https://metacpan.org/release/DateTime-Locale
COMMENT= Localization data for p5-DateTime
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-Precise/Makefile b/time/p5-DateTime-Precise/Makefile
index 9ccd8f4d9a8..9d296b0cf68 100644
--- a/time/p5-DateTime-Precise/Makefile
+++ b/time/p5-DateTime-Precise/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/08/22 09:47:17 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/06/30 20:17:16 nia Exp $
DISTNAME= DateTime-Precise-1.05
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Precise/
+HOMEPAGE= https://metacpan.org/release/DateTime-Precise
COMMENT= Perl module for common time and date operations with GPS ops
PERL5_PACKLIST= auto/DateTime/Precise/.packlist
diff --git a/time/p5-DateTime-Set/Makefile b/time/p5-DateTime-Set/Makefile
index 6770d1503c2..d1d9cd28318 100644
--- a/time/p5-DateTime-Set/Makefile
+++ b/time/p5-DateTime-Set/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/08/22 09:47:17 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/06/30 20:17:16 nia Exp $
DISTNAME= DateTime-Set-0.3900
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-Set/
+HOMEPAGE= https://metacpan.org/release/DateTime-Set
COMMENT= Perl module for date/time sets and ranges
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-TimeZone-HPUX/Makefile b/time/p5-DateTime-TimeZone-HPUX/Makefile
index bad2dc2fa7b..a0c5f3f477f 100644
--- a/time/p5-DateTime-TimeZone-HPUX/Makefile
+++ b/time/p5-DateTime-TimeZone-HPUX/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/08/22 09:47:18 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/06/30 20:17:16 nia Exp $
DISTNAME= DateTime-TimeZone-HPUX-1.04
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-TimeZone-HPUX/
+HOMEPAGE= https://metacpan.org/release/DateTime-TimeZone-HPUX
COMMENT= Handles timezones defined at the operating system level on HP-UX
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile
index 5ecac682a19..7e8b0a92d7d 100644
--- a/time/p5-DateTime-TimeZone/Makefile
+++ b/time/p5-DateTime-TimeZone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2019/05/18 04:06:06 wen Exp $
+# $NetBSD: Makefile,v 1.101 2019/06/30 20:17:16 nia Exp $
DISTNAME= DateTime-TimeZone-2.35
PKGNAME= p5-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/DateTime-TimeZone/
+HOMEPAGE= https://metacpan.org/release/DateTime-TimeZone
COMMENT= Perl module to handle time zone manipulation
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile b/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile
index 4150991174e..fdd49a96555 100644
--- a/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile
+++ b/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/08/22 09:47:18 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/06/30 20:17:16 nia Exp $
#
DISTNAME= MooseX-Types-DateTime-ButMaintained-0.16
@@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/MooseX-Types-DateTime-ButMaintained/
+HOMEPAGE= https://metacpan.org/release/MooseX-Types-DateTime-ButMaintained
COMMENT= DateTime related constraints and coercions for Moose
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-MooseX-Types-DateTimeX/Makefile b/time/p5-MooseX-Types-DateTimeX/Makefile
index 759f5efc36b..3e40619f2e7 100644
--- a/time/p5-MooseX-Types-DateTimeX/Makefile
+++ b/time/p5-MooseX-Types-DateTimeX/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/08/22 09:47:18 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/06/30 20:17:16 nia Exp $
#
DISTNAME= MooseX-Types-DateTimeX-0.10
@@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/MooseX-Types-DateTimeX/
+HOMEPAGE= https://metacpan.org/release/MooseX-Types-DateTimeX
COMMENT= Extensions to MooseX::Types::DateTime::ButMaintained
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Olson-Abbreviations/Makefile b/time/p5-Olson-Abbreviations/Makefile
index df6927b2905..0f946570e22 100644
--- a/time/p5-Olson-Abbreviations/Makefile
+++ b/time/p5-Olson-Abbreviations/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/08/22 09:47:18 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/06/30 20:17:16 nia Exp $
#
DISTNAME= Olson-Abbreviations-0.04
@@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EC/ECARROLL/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Olson-Abbreviations/
+HOMEPAGE= https://metacpan.org/release/Olson-Abbreviations
COMMENT= Perl extension for globally unique timezones abbreviation handling
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-POSIX-strftime-Compiler/Makefile b/time/p5-POSIX-strftime-Compiler/Makefile
index 5efc7d4ea59..495af65318b 100644
--- a/time/p5-POSIX-strftime-Compiler/Makefile
+++ b/time/p5-POSIX-strftime-Compiler/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/08/22 09:47:18 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/06/30 20:17:17 nia Exp $
DISTNAME= POSIX-strftime-Compiler-0.42
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POSIX/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/POSIX-strftime-Compiler/
+HOMEPAGE= https://metacpan.org/release/POSIX-strftime-Compiler
COMMENT= Perl extension for glibc compatible strftime for loggers/servers
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Rose-DateTime/Makefile b/time/p5-Rose-DateTime/Makefile
index 7d0f268c06a..c6fec3543bb 100644
--- a/time/p5-Rose-DateTime/Makefile
+++ b/time/p5-Rose-DateTime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/08/22 09:47:18 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2019/06/30 20:17:17 nia Exp $
DISTNAME= Rose-DateTime-0.540
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Rose-DateTime/
+HOMEPAGE= https://metacpan.org/release/Rose-DateTime
COMMENT= DateTime helper functions and objects for Rose
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Schedule-At/Makefile b/time/p5-Schedule-At/Makefile
index 9bb8e9888ec..3b66cb6ab5d 100644
--- a/time/p5-Schedule-At/Makefile
+++ b/time/p5-Schedule-At/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/08/22 09:47:18 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/06/30 20:17:17 nia Exp $
DISTNAME= Schedule-At-1.15
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Schedule/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Schedule-At/
+HOMEPAGE= https://metacpan.org/release/Schedule-At
COMMENT= OS independent interface to the Unix 'at' command
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Template-Plugin-DateTime/Makefile b/time/p5-Template-Plugin-DateTime/Makefile
index c87543238e8..a99565f8d3c 100644
--- a/time/p5-Template-Plugin-DateTime/Makefile
+++ b/time/p5-Template-Plugin-DateTime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/08/22 09:47:19 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/06/30 20:17:17 nia Exp $
#
DISTNAME= Template-Plugin-DateTime-0.06002
@@ -8,7 +8,7 @@ CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Template-Plugin-DateTime/
+HOMEPAGE= https://metacpan.org/release/Template-Plugin-DateTime
COMMENT= Template plugin to use DateTime objects
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Time-Clock/Makefile b/time/p5-Time-Clock/Makefile
index 8be65a6c2df..48a83c3472d 100644
--- a/time/p5-Time-Clock/Makefile
+++ b/time/p5-Time-Clock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/08/22 09:47:19 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/06/30 20:17:17 nia Exp $
DISTNAME= Time-Clock-1.03
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Time-Clock/
+HOMEPAGE= https://metacpan.org/release/Time-Clock
COMMENT= Twenty-four hour clock object with nanosecond precision
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Time-Duration-Parse/Makefile b/time/p5-Time-Duration-Parse/Makefile
index 2409fa5505f..36bde78c428 100644
--- a/time/p5-Time-Duration-Parse/Makefile
+++ b/time/p5-Time-Duration-Parse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/05/18 04:12:38 wen Exp $
+# $NetBSD: Makefile,v 1.18 2019/06/30 20:17:17 nia Exp $
DISTNAME= Time-Duration-Parse-0.15
PKGNAME= p5-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= devel perl5 time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Time-Duration-Parse/
+HOMEPAGE= https://metacpan.org/release/Time-Duration-Parse
COMMENT= Perl5 module to parse string that represents time duration
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Time-Elapsed/Makefile b/time/p5-Time-Elapsed/Makefile
index 0e72894cf84..a2ccff5342c 100644
--- a/time/p5-Time-Elapsed/Makefile
+++ b/time/p5-Time-Elapsed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/01/04 02:46:55 wen Exp $
+# $NetBSD: Makefile,v 1.16 2019/06/30 20:17:17 nia Exp $
DISTNAME= Time-Elapsed-0.33
PKGNAME= p5-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Time-Elapsed/
+HOMEPAGE= https://metacpan.org/release/Time-Elapsed
COMMENT= Displays the elapsed time as a human readable string
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Time-Format/Makefile b/time/p5-Time-Format/Makefile
index 5c3975349df..b5a678cfcd3 100644
--- a/time/p5-Time-Format/Makefile
+++ b/time/p5-Time-Format/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/08/22 09:47:19 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/06/30 20:17:17 nia Exp $
#
DISTNAME= Time-Format-1.12
@@ -8,7 +8,7 @@ CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Time-Format/
+HOMEPAGE= https://metacpan.org/release/Time-Format
COMMENT= Easy-to-use date/time formatting
DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
diff --git a/time/p5-Time-Format_XS/Makefile b/time/p5-Time-Format_XS/Makefile
index c2e85eaae8b..37da35900a6 100644
--- a/time/p5-Time-Format_XS/Makefile
+++ b/time/p5-Time-Format_XS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/08/22 09:47:19 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/06/30 20:17:17 nia Exp $
#
DISTNAME= Time-Format_XS-1.03
@@ -8,7 +8,7 @@ CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Time-Format_XS/
+HOMEPAGE= https://metacpan.org/release/Time-Format_XS
COMMENT= Companion module for Time::Format, to speed up time formatting
BUILD_DEPENDS+= p5-Time-Format>=1.01:../../time/p5-Time-Format
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile
index 02d43fac601..13283684f46 100644
--- a/time/p5-Time-HiRes/Makefile
+++ b/time/p5-Time-HiRes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2019/02/24 10:42:47 wen Exp $
+# $NetBSD: Makefile,v 1.62 2019/06/30 20:17:18 nia Exp $
DISTNAME= Time-HiRes-1.9760
PKGNAME= p5-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= bad@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Time-HiRes/
+HOMEPAGE= https://metacpan.org/release/Time-HiRes
COMMENT= Perl5 module for high resolution time, sleep, and alarm
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Time-Local/Makefile b/time/p5-Time-Local/Makefile
index 34a7b578146..bc6744e8043 100644
--- a/time/p5-Time-Local/Makefile
+++ b/time/p5-Time-Local/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/08/22 09:47:20 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2019/06/30 20:17:18 nia Exp $
DISTNAME= Time-Local-1.28
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Time-Local/
+HOMEPAGE= https://metacpan.org/release/Time-Local
COMMENT= Efficiently compute time from local and GMT time
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Time-Piece/Makefile b/time/p5-Time-Piece/Makefile
index 65fd476509a..e761b2bfb70 100644
--- a/time/p5-Time-Piece/Makefile
+++ b/time/p5-Time-Piece/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2018/08/22 09:47:20 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2019/06/30 20:17:18 nia Exp $
DISTNAME= Time-Piece-1.33
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Time-Piece/
+HOMEPAGE= https://metacpan.org/release/Time-Piece
COMMENT= Time::Piece - Object Oriented time objects
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Time-Progress/Makefile b/time/p5-Time-Progress/Makefile
index 358f4498666..f07e5a32ae0 100644
--- a/time/p5-Time-Progress/Makefile
+++ b/time/p5-Time-Progress/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/08/22 09:47:20 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2019/06/30 20:17:18 nia Exp $
DISTNAME= Time-Progress-2.12
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= bad@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Time-Progress/
+HOMEPAGE= https://metacpan.org/release/Time-Progress
COMMENT= Elapsed and estimated finish time reporting
LICENSE= ${PERL5_LICENSE} # see README
diff --git a/time/p5-Time-TAI64/Makefile b/time/p5-Time-TAI64/Makefile
index c2f490c9533..e177708085d 100644
--- a/time/p5-Time-TAI64/Makefile
+++ b/time/p5-Time-TAI64/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/08/22 09:47:20 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/06/30 20:17:18 nia Exp $
DISTNAME= Time-TAI64-2.11
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= kleink@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Time-TAI64/
+HOMEPAGE= https://metacpan.org/release/Time-TAI64
COMMENT= Convert TAI64 strings into standard unix timestamps
#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
diff --git a/time/p5-Time-Warp/Makefile b/time/p5-Time-Warp/Makefile
index a32b6a0588a..58437c3c4a7 100644
--- a/time/p5-Time-Warp/Makefile
+++ b/time/p5-Time-Warp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/10/20 13:12:32 wen Exp $
+# $NetBSD: Makefile,v 1.17 2019/06/30 20:17:18 nia Exp $
DISTNAME= Time-Warp-0.54
PKGNAME= p5-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= devel perl5 time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Time-Warp/
+HOMEPAGE= https://metacpan.org/release/Time-Warp
COMMENT= Perl 5 module to control the flow of time
LICENSE= ${PERL5_LICENSE}
diff --git a/time/p5-Time-modules/Makefile b/time/p5-Time-modules/Makefile
index 38b624f5392..c9428268f62 100644
--- a/time/p5-Time-modules/Makefile
+++ b/time/p5-Time-modules/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/08/22 09:47:20 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/06/30 20:17:18 nia Exp $
DISTNAME= Time-modules-2013.0912
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Time-modules/
+HOMEPAGE= https://metacpan.org/release/Time-modules
COMMENT= Miscellaneous date parsing and formatting
LICENSE= public-domain
diff --git a/time/p5-TimeDate/Makefile b/time/p5-TimeDate/Makefile
index bdeec1801f4..05c598cc047 100644
--- a/time/p5-TimeDate/Makefile
+++ b/time/p5-TimeDate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2018/08/22 09:47:20 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2019/06/30 20:17:18 nia Exp $
#
DISTNAME= TimeDate-2.30
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl5 TimeDate distribution
-HOMEPAGE= http://search.cpan.org/dist/TimeDate/
+HOMEPAGE= https://metacpan.org/release/TimeDate
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty