aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Schedule-Cron-Events
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-14 15:24:18 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-14 15:24:18 +0000
commit2133f0caf9f59f786f48d367dc8c8e7d7cd89fe6 (patch)
tree97a8b6aa161af581789f476d5337887aa466db41 /sysutils/p5-Schedule-Cron-Events
parent51271e226596806e662b9514681e375e7838cd03 (diff)
downloadports-2133f0caf9f59f786f48d367dc8c8e7d7cd89fe6.tar.gz
ports-2133f0caf9f59f786f48d367dc8c8e7d7cd89fe6.zip
Notes
Diffstat (limited to 'sysutils/p5-Schedule-Cron-Events')
-rw-r--r--sysutils/p5-Schedule-Cron-Events/Makefile6
-rw-r--r--sysutils/p5-Schedule-Cron-Events/distinfo5
-rw-r--r--sysutils/p5-Schedule-Cron-Events/pkg-descr22
3 files changed, 19 insertions, 14 deletions
diff --git a/sysutils/p5-Schedule-Cron-Events/Makefile b/sysutils/p5-Schedule-Cron-Events/Makefile
index 8fbf40002f7a..82108df771c9 100644
--- a/sysutils/p5-Schedule-Cron-Events/Makefile
+++ b/sysutils/p5-Schedule-Cron-Events/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Schedule-Cron-Events
-PORTVERSION= 1.94
+PORTVERSION= 1.95
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,7 +13,9 @@ COMMENT= Take a line from a crontab and find out when events will occur
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Set-Crontab>=0:devel/p5-Set-Crontab
+TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
+BUILD_DEPENDS= p5-Set-Crontab>=0:devel/p5-Set-Crontab \
+ p5-Time-Local>=0:devel/p5-Time-Local
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
diff --git a/sysutils/p5-Schedule-Cron-Events/distinfo b/sysutils/p5-Schedule-Cron-Events/distinfo
index 78c6479519ab..30a20571560d 100644
--- a/sysutils/p5-Schedule-Cron-Events/distinfo
+++ b/sysutils/p5-Schedule-Cron-Events/distinfo
@@ -1,2 +1,3 @@
-SHA256 (Schedule-Cron-Events-1.94.tar.gz) = 97c544533f617ee4ed7dc4fdc36f72339949432dad7b309f4ed7860cb5de8797
-SIZE (Schedule-Cron-Events-1.94.tar.gz) = 11245
+TIMESTAMP = 1463239322
+SHA256 (Schedule-Cron-Events-1.95.tar.gz) = fd12849863a9a6a9b0c6c2d8b8c96225c70875efaee80d8100d4f70c073c1bf5
+SIZE (Schedule-Cron-Events-1.95.tar.gz) = 11350
diff --git a/sysutils/p5-Schedule-Cron-Events/pkg-descr b/sysutils/p5-Schedule-Cron-Events/pkg-descr
index 20a0c45ca172..7c24e1b9377d 100644
--- a/sysutils/p5-Schedule-Cron-Events/pkg-descr
+++ b/sysutils/p5-Schedule-Cron-Events/pkg-descr
@@ -1,14 +1,16 @@
-Given a line from a crontab, tells you the time at which cron will next run the
-line, or when the last event occurred, relative to any date you choose. The
-object keeps that reference date internally, and updates it when you call
-nextEvent() or previousEvent() - such that successive calls will give you a
-sequence of events going forward, or backwards, in time.
+Given a line from a crontab, tells you the time at which cron will
+next run the line, or when the last event occurred, relative to any
+date you choose. The object keeps that reference date internally,
+and updates it when you call nextEvent() or previousEvent() - such
+that successive calls will give you a sequence of events going
+forward, or backwards, in time.
-Use setCounterToNow() to reset this reference time to the current date on your
-system, or use setCounterToDate() to set the reference to any arbitrary time, or
-resetCounter() to take the object back to the date you constructed it with.
+Use setCounterToNow() to reset this reference time to the current
+date on your system, or use setCounterToDate() to set the reference
+to any arbitrary time, or resetCounter() to take the object back
+to the date you constructed it with.
-This module uses Set::Crontab to understand the date specification, so we should
-be able to handle all forms of cron entries.
+This module uses Set::Crontab to understand the date specification,
+so we should be able to handle all forms of cron entries.
WWW: http://search.cpan.org/dist/Schedule-Cron-Events/