summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz>2016-06-08 19:22:13 +0000
committerwiz <wiz>2016-06-08 19:22:13 +0000
commite6566551c602398b50eb56f6ecf52dc308257cb0 (patch)
tree621855d77838263eb17fae5857be04f635e14dc7 /time
parentc2dfe30bcc8216095ed0f62604b63cd3d692076d (diff)
downloadpkgsrc-e6566551c602398b50eb56f6ecf52dc308257cb0.tar.gz
Bump PKGREVISION for perl-5.24.
Diffstat (limited to 'time')
-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/Makefile3
-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-Mayan/Makefile4
-rw-r--r--time/p5-DateTime-Event-Cron/Makefile4
-rw-r--r--time/p5-DateTime-Event-ICal/Makefile3
-rw-r--r--time/p5-DateTime-Event-Random/Makefile4
-rw-r--r--time/p5-DateTime-Event-Recurrence/Makefile3
-rw-r--r--time/p5-DateTime-Format-Builder/Makefile4
-rw-r--r--time/p5-DateTime-Format-DateManip/Makefile4
-rw-r--r--time/p5-DateTime-Format-DateParse/Makefile4
-rw-r--r--time/p5-DateTime-Format-Epoch/Makefile3
-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-ISO8601/Makefile4
-rw-r--r--time/p5-DateTime-Format-Mail/Makefile3
-rw-r--r--time/p5-DateTime-Format-MySQL/Makefile3
-rw-r--r--time/p5-DateTime-Format-Natural/Makefile3
-rw-r--r--time/p5-DateTime-Format-Oracle/Makefile4
-rw-r--r--time/p5-DateTime-Format-Pg/Makefile3
-rw-r--r--time/p5-DateTime-Format-SQLite/Makefile4
-rw-r--r--time/p5-DateTime-Format-Strptime/Makefile3
-rw-r--r--time/p5-DateTime-Format-W3CDTF/Makefile4
-rw-r--r--time/p5-DateTime-Locale/Makefile3
-rw-r--r--time/p5-DateTime-Precise/Makefile4
-rw-r--r--time/p5-DateTime-Set/Makefile3
-rw-r--r--time/p5-DateTime-TimeZone-HPUX/Makefile4
-rw-r--r--time/p5-DateTime-TimeZone/Makefile3
-rw-r--r--time/p5-DateTime/Makefile3
-rw-r--r--time/p5-DateTimeX-Easy/Makefile4
-rw-r--r--time/p5-MooseX-Types-DateTime-ButMaintained/Makefile4
-rw-r--r--time/p5-MooseX-Types-DateTime/Makefile3
-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/Makefile3
-rw-r--r--time/p5-Rose-DateTime/Makefile4
-rw-r--r--time/p5-Schedule-At/Makefile4
-rw-r--r--time/p5-Schedule-Cron-Events/Makefile4
-rw-r--r--time/p5-Template-Plugin-DateTime/Makefile4
-rw-r--r--time/p5-Test-MockTime/Makefile3
-rw-r--r--time/p5-Test-Time/Makefile4
-rw-r--r--time/p5-Time-Clock/Makefile4
-rw-r--r--time/p5-Time-Duration-Parse/Makefile3
-rw-r--r--time/p5-Time-Duration/Makefile3
-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/Makefile3
-rw-r--r--time/p5-Time-Interval/Makefile4
-rw-r--r--time/p5-Time-Local/Makefile4
-rw-r--r--time/p5-Time-Period/Makefile4
-rw-r--r--time/p5-Time-Piece/Makefile3
-rw-r--r--time/p5-Time-Progress/Makefile3
-rw-r--r--time/p5-Time-TAI64/Makefile4
-rw-r--r--time/p5-Time-Warp/Makefile3
-rw-r--r--time/p5-Time-modules/Makefile4
-rw-r--r--time/p5-TimeDate/Makefile4
63 files changed, 126 insertions, 104 deletions
diff --git a/time/p5-Calendar-Simple/Makefile b/time/p5-Calendar-Simple/Makefile
index fefc868c8ab..86766c0d814 100644
--- a/time/p5-Calendar-Simple/Makefile
+++ b/time/p5-Calendar-Simple/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2016/05/03 10:54:57 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/06/08 19:24:48 wiz Exp $
DISTNAME= Calendar-Simple-1.21
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Calendar/}
diff --git a/time/p5-Convert-NLS_DATE_FORMAT/Makefile b/time/p5-Convert-NLS_DATE_FORMAT/Makefile
index 1ce9a12e33c..789cadd1651 100644
--- a/time/p5-Convert-NLS_DATE_FORMAT/Makefile
+++ b/time/p5-Convert-NLS_DATE_FORMAT/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:41 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/06/08 19:24:48 wiz Exp $
DISTNAME= Convert-NLS_DATE_FORMAT-0.05
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
diff --git a/time/p5-Data-ICal-DateTime/Makefile b/time/p5-Data-ICal-DateTime/Makefile
index 1e4c0949f76..11f7a90397d 100644
--- a/time/p5-Data-ICal-DateTime/Makefile
+++ b/time/p5-Data-ICal-DateTime/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:42 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/06/08 19:24:48 wiz Exp $
DISTNAME= Data-ICal-DateTime-0.81
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
diff --git a/time/p5-Data-ICal/Makefile b/time/p5-Data-ICal/Makefile
index 3a5971522eb..38f62fdc3a4 100644
--- a/time/p5-Data-ICal/Makefile
+++ b/time/p5-Data-ICal/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2015/07/12 18:56:32 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2016/06/08 19:24:48 wiz Exp $
DISTNAME= Data-ICal-0.22
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
diff --git a/time/p5-Date-Extract/Makefile b/time/p5-Date-Extract/Makefile
index f07bd32196e..2dab7a540dc 100644
--- a/time/p5-Date-Extract/Makefile
+++ b/time/p5-Date-Extract/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2016/04/10 14:49:45 wen Exp $
+# $NetBSD: Makefile,v 1.6 2016/06/08 19:24:48 wiz Exp $
DISTNAME= Date-Extract-0.05
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
diff --git a/time/p5-Date-ICal/Makefile b/time/p5-Date-ICal/Makefile
index cdcd7e461d3..25f16408290 100644
--- a/time/p5-Date-ICal/Makefile
+++ b/time/p5-Date-ICal/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2015/06/12 10:51:42 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/06/08 19:24:48 wiz Exp $
DISTNAME= Date-ICal-2.678
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
diff --git a/time/p5-Date-Leapyear/Makefile b/time/p5-Date-Leapyear/Makefile
index 2e567e8d1f2..8149918d961 100644
--- a/time/p5-Date-Leapyear/Makefile
+++ b/time/p5-Date-Leapyear/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:42 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/06/08 19:24:48 wiz Exp $
DISTNAME= Date-Leapyear-1.72
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
diff --git a/time/p5-DateTime-Calendar-Discordian/Makefile b/time/p5-DateTime-Calendar-Discordian/Makefile
index 68699360594..f2e9ef8558a 100644
--- a/time/p5-DateTime-Calendar-Discordian/Makefile
+++ b/time/p5-DateTime-Calendar-Discordian/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:42 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2016/06/08 19:24:48 wiz Exp $
#
DISTNAME= DateTime-Calendar-Discordian-1.0
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Calendar-Mayan/Makefile b/time/p5-DateTime-Calendar-Mayan/Makefile
index f20f8e1be1b..8e474019599 100644
--- a/time/p5-DateTime-Calendar-Mayan/Makefile
+++ b/time/p5-DateTime-Calendar-Mayan/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:42 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/06/08 19:24:49 wiz Exp $
#
DISTNAME= DateTime-Calendar-Mayan-0.0601
PKGNAME= p5-${DISTNAME:S/0601/06.01/}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Event-Cron/Makefile b/time/p5-DateTime-Event-Cron/Makefile
index 70c03a7fa92..45dafe13cd6 100644
--- a/time/p5-DateTime-Event-Cron/Makefile
+++ b/time/p5-DateTime-Event-Cron/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2015/06/12 10:51:42 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2016/06/08 19:24:49 wiz Exp $
DISTNAME= DateTime-Event-Cron-0.08
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Event-ICal/Makefile b/time/p5-DateTime-Event-ICal/Makefile
index 85b234027da..2f0ecde9c2e 100644
--- a/time/p5-DateTime-Event-ICal/Makefile
+++ b/time/p5-DateTime-Event-ICal/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2016/03/05 08:33:10 wen Exp $
+# $NetBSD: Makefile,v 1.17 2016/06/08 19:24:49 wiz Exp $
DISTNAME= DateTime-Event-ICal-0.13
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Event-Random/Makefile b/time/p5-DateTime-Event-Random/Makefile
index b6ea3786ef0..021e12d74b6 100644
--- a/time/p5-DateTime-Event-Random/Makefile
+++ b/time/p5-DateTime-Event-Random/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:42 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/06/08 19:24:49 wiz Exp $
DISTNAME= DateTime-Event-Random-0.03
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FG/FGLOCK/}
diff --git a/time/p5-DateTime-Event-Recurrence/Makefile b/time/p5-DateTime-Event-Recurrence/Makefile
index d75ceaec1a2..d620230a342 100644
--- a/time/p5-DateTime-Event-Recurrence/Makefile
+++ b/time/p5-DateTime-Event-Recurrence/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2016/03/05 08:26:42 wen Exp $
+# $NetBSD: Makefile,v 1.13 2016/06/08 19:24:49 wiz Exp $
DISTNAME= DateTime-Event-Recurrence-0.18
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-Builder/Makefile b/time/p5-DateTime-Format-Builder/Makefile
index a505945bc48..b91f8d4527c 100644
--- a/time/p5-DateTime-Format-Builder/Makefile
+++ b/time/p5-DateTime-Format-Builder/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2016/06/07 20:58:39 mef Exp $
+# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:49 wiz Exp $
DISTNAME= DateTime-Format-Builder-0.81
PKGNAME= p5-${DISTNAME}00
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-DateManip/Makefile b/time/p5-DateTime-Format-DateManip/Makefile
index 6613a459974..948b91e5d57 100644
--- a/time/p5-DateTime-Format-DateManip/Makefile
+++ b/time/p5-DateTime-Format-DateManip/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:43 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/06/08 19:24:49 wiz Exp $
DISTNAME= DateTime-Format-DateManip-0.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-DateParse/Makefile b/time/p5-DateTime-Format-DateParse/Makefile
index dc99eb7ceda..c14329da436 100644
--- a/time/p5-DateTime-Format-DateParse/Makefile
+++ b/time/p5-DateTime-Format-DateParse/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2015/06/12 10:51:43 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/06/08 19:24:49 wiz Exp $
DISTNAME= DateTime-Format-DateParse-0.05
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-Epoch/Makefile b/time/p5-DateTime-Format-Epoch/Makefile
index d2dc9ce02d4..5c7c9eacc46 100644
--- a/time/p5-DateTime-Format-Epoch/Makefile
+++ b/time/p5-DateTime-Format-Epoch/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2016/03/05 08:10:08 wen Exp $
+# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:49 wiz Exp $
DISTNAME= DateTime-Format-Epoch-0.16
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-Flexible/Makefile b/time/p5-DateTime-Format-Flexible/Makefile
index 74b65075c71..2685cbc8127 100644
--- a/time/p5-DateTime-Format-Flexible/Makefile
+++ b/time/p5-DateTime-Format-Flexible/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2015/06/12 10:51:43 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:49 wiz Exp $
DISTNAME= DateTime-Format-Flexible-0.26
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-HTTP/Makefile b/time/p5-DateTime-Format-HTTP/Makefile
index 53ce99bd9d5..b99f7e222e6 100644
--- a/time/p5-DateTime-Format-HTTP/Makefile
+++ b/time/p5-DateTime-Format-HTTP/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:43 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2016/06/08 19:24:49 wiz Exp $
DISTNAME= DateTime-Format-HTTP-0.42
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-ICal/Makefile b/time/p5-DateTime-Format-ICal/Makefile
index d5c38d00d93..fba0e35c06a 100644
--- a/time/p5-DateTime-Format-ICal/Makefile
+++ b/time/p5-DateTime-Format-ICal/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:43 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2016/06/08 19:24:49 wiz Exp $
DISTNAME= DateTime-Format-ICal-0.09
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-ISO8601/Makefile b/time/p5-DateTime-Format-ISO8601/Makefile
index d265f9e9f29..b00787bba4a 100644
--- a/time/p5-DateTime-Format-ISO8601/Makefile
+++ b/time/p5-DateTime-Format-ISO8601/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:43 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/06/08 19:24:49 wiz Exp $
DISTNAME= DateTime-Format-ISO8601-0.08
PKGNAME= p5-${DISTNAME}00
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-Mail/Makefile b/time/p5-DateTime-Format-Mail/Makefile
index 9370e81cda8..bf43cda900b 100644
--- a/time/p5-DateTime-Format-Mail/Makefile
+++ b/time/p5-DateTime-Format-Mail/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2016/03/05 07:56:40 wen Exp $
+# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:50 wiz Exp $
DISTNAME= DateTime-Format-Mail-0.402
# make sure it has 4 digits
PKGNAME= p5-${DISTNAME}0
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-MySQL/Makefile b/time/p5-DateTime-Format-MySQL/Makefile
index 9a35b41cebe..275020815de 100644
--- a/time/p5-DateTime-Format-MySQL/Makefile
+++ b/time/p5-DateTime-Format-MySQL/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2016/03/05 07:49:43 wen Exp $
+# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:50 wiz Exp $
DISTNAME= DateTime-Format-MySQL-0.06
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-Natural/Makefile b/time/p5-DateTime-Format-Natural/Makefile
index d9122088c73..f9eff85add0 100644
--- a/time/p5-DateTime-Format-Natural/Makefile
+++ b/time/p5-DateTime-Format-Natural/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2016/03/05 07:40:17 wen Exp $
+# $NetBSD: Makefile,v 1.20 2016/06/08 19:24:50 wiz Exp $
DISTNAME= DateTime-Format-Natural-1.03
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-Oracle/Makefile b/time/p5-DateTime-Format-Oracle/Makefile
index cd443becd03..24ca7b3bc6e 100644
--- a/time/p5-DateTime-Format-Oracle/Makefile
+++ b/time/p5-DateTime-Format-Oracle/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:43 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/06/08 19:24:50 wiz Exp $
DISTNAME= DateTime-Format-Oracle-0.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-Pg/Makefile b/time/p5-DateTime-Format-Pg/Makefile
index 72d040044f5..479a3f37103 100644
--- a/time/p5-DateTime-Format-Pg/Makefile
+++ b/time/p5-DateTime-Format-Pg/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2016/03/05 07:30:03 wen Exp $
+# $NetBSD: Makefile,v 1.18 2016/06/08 19:24:50 wiz Exp $
DISTNAME= DateTime-Format-Pg-0.16011
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-SQLite/Makefile b/time/p5-DateTime-Format-SQLite/Makefile
index c51acc64a34..bac5df02bd9 100644
--- a/time/p5-DateTime-Format-SQLite/Makefile
+++ b/time/p5-DateTime-Format-SQLite/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2015/06/12 10:51:43 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/06/08 19:24:50 wiz Exp $
DISTNAME= DateTime-Format-SQLite-0.11
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-Strptime/Makefile b/time/p5-DateTime-Format-Strptime/Makefile
index c5473c3bc78..651818f6bee 100644
--- a/time/p5-DateTime-Format-Strptime/Makefile
+++ b/time/p5-DateTime-Format-Strptime/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2016/06/07 21:10:32 mef Exp $
+# $NetBSD: Makefile,v 1.26 2016/06/08 19:24:50 wiz Exp $
DISTNAME= DateTime-Format-Strptime-1.67
PKGNAME= p5-${DISTNAME}00
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Format-W3CDTF/Makefile b/time/p5-DateTime-Format-W3CDTF/Makefile
index ec1a2a9f8a2..463da42b2d6 100644
--- a/time/p5-DateTime-Format-W3CDTF/Makefile
+++ b/time/p5-DateTime-Format-W3CDTF/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:44 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2016/06/08 19:24:50 wiz Exp $
DISTNAME= DateTime-Format-W3CDTF-0.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Locale/Makefile b/time/p5-DateTime-Locale/Makefile
index aa46bc438f3..5087ae8716f 100644
--- a/time/p5-DateTime-Locale/Makefile
+++ b/time/p5-DateTime-Locale/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2016/04/08 15:05:01 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2016/06/08 19:24:50 wiz Exp $
DISTNAME= DateTime-Locale-1.03
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Precise/Makefile b/time/p5-DateTime-Precise/Makefile
index 08a28395448..5adad303149 100644
--- a/time/p5-DateTime-Precise/Makefile
+++ b/time/p5-DateTime-Precise/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2015/06/12 10:51:44 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/06/08 19:24:50 wiz Exp $
DISTNAME= DateTime-Precise-1.05
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-Set/Makefile b/time/p5-DateTime-Set/Makefile
index 0ab2cb9e64c..c239a6226c8 100644
--- a/time/p5-DateTime-Set/Makefile
+++ b/time/p5-DateTime-Set/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2016/03/05 03:22:39 wen Exp $
+# $NetBSD: Makefile,v 1.21 2016/06/08 19:24:50 wiz Exp $
DISTNAME= DateTime-Set-0.3600
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-TimeZone-HPUX/Makefile b/time/p5-DateTime-TimeZone-HPUX/Makefile
index be7aaf4b83f..e271d593e37 100644
--- a/time/p5-DateTime-TimeZone-HPUX/Makefile
+++ b/time/p5-DateTime-TimeZone-HPUX/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2015/06/12 10:51:44 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/06/08 19:24:51 wiz Exp $
DISTNAME= DateTime-TimeZone-HPUX-1.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile
index 44798bf38e8..6aba3eeb5f7 100644
--- a/time/p5-DateTime-TimeZone/Makefile
+++ b/time/p5-DateTime-TimeZone/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2016/04/22 09:12:14 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2016/06/08 19:24:50 wiz Exp $
DISTNAME= DateTime-TimeZone-1.98
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile
index d41efb950af..398fe118e92 100644
--- a/time/p5-DateTime/Makefile
+++ b/time/p5-DateTime/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2016/05/22 17:33:16 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2016/06/08 19:24:48 wiz Exp $
DISTNAME= DateTime-1.28
PKGNAME= p5-${DISTNAME}00
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTimeX-Easy/Makefile b/time/p5-DateTimeX-Easy/Makefile
index d8e941b7bc4..dc95c812a87 100644
--- a/time/p5-DateTimeX-Easy/Makefile
+++ b/time/p5-DateTimeX-Easy/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:32 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/06/08 19:24:51 wiz Exp $
DISTNAME= DateTimeX-Easy-0.089
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTimeX/}
diff --git a/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile b/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile
index 9f85fccc0dc..3d1f880731c 100644
--- a/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile
+++ b/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:44 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/06/08 19:24:51 wiz Exp $
#
DISTNAME= MooseX-Types-DateTime-ButMaintained-0.16
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
diff --git a/time/p5-MooseX-Types-DateTime/Makefile b/time/p5-MooseX-Types-DateTime/Makefile
index b3af8bb42a2..8347136e90b 100644
--- a/time/p5-MooseX-Types-DateTime/Makefile
+++ b/time/p5-MooseX-Types-DateTime/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2016/03/05 07:24:32 wen Exp $
+# $NetBSD: Makefile,v 1.17 2016/06/08 19:24:51 wiz Exp $
#
DISTNAME= MooseX-Types-DateTime-0.13
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
diff --git a/time/p5-MooseX-Types-DateTimeX/Makefile b/time/p5-MooseX-Types-DateTimeX/Makefile
index 0700a8620f4..29c4aae3eca 100644
--- a/time/p5-MooseX-Types-DateTimeX/Makefile
+++ b/time/p5-MooseX-Types-DateTimeX/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:44 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2016/06/08 19:24:51 wiz Exp $
#
DISTNAME= MooseX-Types-DateTimeX-0.10
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
diff --git a/time/p5-Olson-Abbreviations/Makefile b/time/p5-Olson-Abbreviations/Makefile
index acd5cd7fd4a..ab8f647244c 100644
--- a/time/p5-Olson-Abbreviations/Makefile
+++ b/time/p5-Olson-Abbreviations/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2015/06/12 10:51:44 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/06/08 19:24:51 wiz Exp $
#
DISTNAME= Olson-Abbreviations-0.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EC/ECARROLL/}
diff --git a/time/p5-POSIX-strftime-Compiler/Makefile b/time/p5-POSIX-strftime-Compiler/Makefile
index 90a1e2aa979..a3f522e4e4f 100644
--- a/time/p5-POSIX-strftime-Compiler/Makefile
+++ b/time/p5-POSIX-strftime-Compiler/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2016/05/21 10:54:49 wen Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/08 19:24:51 wiz Exp $
DISTNAME= POSIX-strftime-Compiler-0.41
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POSIX/}
diff --git a/time/p5-Rose-DateTime/Makefile b/time/p5-Rose-DateTime/Makefile
index 1f93611b0a3..a9e3430638a 100644
--- a/time/p5-Rose-DateTime/Makefile
+++ b/time/p5-Rose-DateTime/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2015/06/12 10:51:44 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2016/06/08 19:24:51 wiz Exp $
DISTNAME= Rose-DateTime-0.540
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
diff --git a/time/p5-Schedule-At/Makefile b/time/p5-Schedule-At/Makefile
index d7d824c7733..18dd587996e 100644
--- a/time/p5-Schedule-At/Makefile
+++ b/time/p5-Schedule-At/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2015/06/12 10:51:44 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/06/08 19:24:51 wiz Exp $
DISTNAME= Schedule-At-1.15
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Schedule/}
diff --git a/time/p5-Schedule-Cron-Events/Makefile b/time/p5-Schedule-Cron-Events/Makefile
index 5d592853b2a..dfdf9ca3b1c 100644
--- a/time/p5-Schedule-Cron-Events/Makefile
+++ b/time/p5-Schedule-Cron-Events/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2015/06/12 10:51:45 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:51 wiz Exp $
DISTNAME= Schedule-Cron-Events-1.93
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Schedule/}
diff --git a/time/p5-Template-Plugin-DateTime/Makefile b/time/p5-Template-Plugin-DateTime/Makefile
index c5e28039735..7d9e2c450e6 100644
--- a/time/p5-Template-Plugin-DateTime/Makefile
+++ b/time/p5-Template-Plugin-DateTime/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2015/06/12 10:51:45 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/06/08 19:24:51 wiz Exp $
#
DISTNAME= Template-Plugin-DateTime-0.06002
PKGNAME= p5-${DISTNAME:S/.06/.06./}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
diff --git a/time/p5-Test-MockTime/Makefile b/time/p5-Test-MockTime/Makefile
index f6498da0da9..4e5175613ef 100644
--- a/time/p5-Test-MockTime/Makefile
+++ b/time/p5-Test-MockTime/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2015/11/23 11:44:34 mef Exp $
+# $NetBSD: Makefile,v 1.11 2016/06/08 19:24:51 wiz Exp $
DISTNAME= Test-MockTime-0.15
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
diff --git a/time/p5-Test-Time/Makefile b/time/p5-Test-Time/Makefile
index 8397886d1d8..cdf5118f3d5 100644
--- a/time/p5-Test-Time/Makefile
+++ b/time/p5-Test-Time/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2015/11/26 13:54:47 mef Exp $
+# $NetBSD: Makefile,v 1.4 2016/06/08 19:24:52 wiz Exp $
DISTNAME= Test-Time-0.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
diff --git a/time/p5-Time-Clock/Makefile b/time/p5-Time-Clock/Makefile
index dcdcbbb2b44..4912d9ef497 100644
--- a/time/p5-Time-Clock/Makefile
+++ b/time/p5-Time-Clock/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:45 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/06/08 19:24:52 wiz Exp $
DISTNAME= Time-Clock-1.03
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-Duration-Parse/Makefile b/time/p5-Time-Duration-Parse/Makefile
index c5ea967f6a7..16b1207d2d9 100644
--- a/time/p5-Time-Duration-Parse/Makefile
+++ b/time/p5-Time-Duration-Parse/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2016/04/14 12:52:24 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2016/06/08 19:24:52 wiz Exp $
DISTNAME= Time-Duration-Parse-0.13
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5 time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-Duration/Makefile b/time/p5-Time-Duration/Makefile
index c288cf854ed..d474df5a707 100644
--- a/time/p5-Time-Duration/Makefile
+++ b/time/p5-Time-Duration/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2015/08/06 08:29:30 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/06/08 19:24:52 wiz Exp $
DISTNAME= Time-Duration-1.20
#PKGNAME= p5-${DISTNAME}0
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5 time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-Elapsed/Makefile b/time/p5-Time-Elapsed/Makefile
index ce4804cbc5a..3e6c0e9e1f6 100644
--- a/time/p5-Time-Elapsed/Makefile
+++ b/time/p5-Time-Elapsed/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:45 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/06/08 19:24:52 wiz Exp $
DISTNAME= Time-Elapsed-0.31
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-Format/Makefile b/time/p5-Time-Format/Makefile
index eb95d88bb66..ebf6f60a463 100644
--- a/time/p5-Time-Format/Makefile
+++ b/time/p5-Time-Format/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:45 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/06/08 19:24:52 wiz Exp $
#
DISTNAME= Time-Format-1.12
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-Format_XS/Makefile b/time/p5-Time-Format_XS/Makefile
index 40f5361996d..90b5d1c5d2b 100644
--- a/time/p5-Time-Format_XS/Makefile
+++ b/time/p5-Time-Format_XS/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:45 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/06/08 19:24:52 wiz Exp $
#
DISTNAME= Time-Format_XS-1.03
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile
index 1492bfc9639..aadf29069ce 100644
--- a/time/p5-Time-HiRes/Makefile
+++ b/time/p5-Time-HiRes/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2016/04/23 13:12:33 wen Exp $
+# $NetBSD: Makefile,v 1.45 2016/06/08 19:24:52 wiz Exp $
DISTNAME= Time-HiRes-1.9732
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-Interval/Makefile b/time/p5-Time-Interval/Makefile
index 90c8f94502d..2817038e7e6 100644
--- a/time/p5-Time-Interval/Makefile
+++ b/time/p5-Time-Interval/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:45 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/06/08 19:24:52 wiz Exp $
#
DISTNAME= Time-Interval-1.233
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AH/AHICOX/
diff --git a/time/p5-Time-Local/Makefile b/time/p5-Time-Local/Makefile
index c4c4108701d..7562cb6ff74 100644
--- a/time/p5-Time-Local/Makefile
+++ b/time/p5-Time-Local/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:45 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/06/08 19:24:52 wiz Exp $
DISTNAME= Time-Local-1.2300
PKGNAME= p5-${DISTNAME:C/2300/23.00/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-Period/Makefile b/time/p5-Time-Period/Makefile
index 67a965e8fc4..a3cbda041f0 100644
--- a/time/p5-Time-Period/Makefile
+++ b/time/p5-Time-Period/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2015/06/12 10:51:46 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2016/06/08 19:24:52 wiz Exp $
DISTNAME= Period-1.20
PKGNAME= p5-Time-${DISTNAME}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= devel perl5 time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PR/PRYAN/}
diff --git a/time/p5-Time-Piece/Makefile b/time/p5-Time-Piece/Makefile
index 96d684662e7..4b6109da132 100644
--- a/time/p5-Time-Piece/Makefile
+++ b/time/p5-Time-Piece/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2016/01/10 19:40:40 bsiegert Exp $
+# $NetBSD: Makefile,v 1.31 2016/06/08 19:24:52 wiz Exp $
DISTNAME= Time-Piece-1.31
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-Progress/Makefile b/time/p5-Time-Progress/Makefile
index 169ebdad886..cd49c415a09 100644
--- a/time/p5-Time-Progress/Makefile
+++ b/time/p5-Time-Progress/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2016/05/21 13:11:36 wen Exp $
+# $NetBSD: Makefile,v 1.15 2016/06/08 19:24:52 wiz Exp $
DISTNAME= Time-Progress-2.11
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-TAI64/Makefile b/time/p5-Time-TAI64/Makefile
index b9eed426796..6eb8c15d239 100644
--- a/time/p5-Time-TAI64/Makefile
+++ b/time/p5-Time-TAI64/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:32 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/06/08 19:24:53 wiz Exp $
DISTNAME= Time-TAI64-2.11
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-Warp/Makefile b/time/p5-Time-Warp/Makefile
index 93af209427c..e83c44d0eca 100644
--- a/time/p5-Time-Warp/Makefile
+++ b/time/p5-Time-Warp/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2016/01/15 10:53:57 wen Exp $
+# $NetBSD: Makefile,v 1.12 2016/06/08 19:24:53 wiz Exp $
DISTNAME= Time-Warp-0.52
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5 time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-modules/Makefile b/time/p5-Time-modules/Makefile
index 7e7aaa51d2f..b8142ebe8e9 100644
--- a/time/p5-Time-modules/Makefile
+++ b/time/p5-Time-modules/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:46 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/06/08 19:24:53 wiz Exp $
DISTNAME= Time-modules-2013.0912
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-TimeDate/Makefile b/time/p5-TimeDate/Makefile
index 4614c2a48a0..f7332f33e78 100644
--- a/time/p5-TimeDate/Makefile
+++ b/time/p5-TimeDate/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2016/03/03 19:42:30 shattered Exp $
+# $NetBSD: Makefile,v 1.32 2016/06/08 19:24:53 wiz Exp $
#
DISTNAME= TimeDate-2.30
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}