Date: Sat, 14 May 2016 15:24:18 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415191 - head/sysutils/p5-Schedule-Cron-Events Message-ID: <201605141524.u4EFOIcD037167@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat May 14 15:24:18 2016 New Revision: 415191 URL: https://svnweb.freebsd.org/changeset/ports/415191 Log: sysutils/p5-Schedule-Cron-Events: 1.94 -> 1.95 - adding missing depends - reformatting pkg-descr PR: 209486 Submitted by: akuz84@gmail.com (maintainer) Modified: head/sysutils/p5-Schedule-Cron-Events/Makefile head/sysutils/p5-Schedule-Cron-Events/distinfo head/sysutils/p5-Schedule-Cron-Events/pkg-descr Modified: head/sysutils/p5-Schedule-Cron-Events/Makefile ============================================================================== --- head/sysutils/p5-Schedule-Cron-Events/Makefile Sat May 14 15:19:08 2016 (r415190) +++ head/sysutils/p5-Schedule-Cron-Events/Makefile Sat May 14 15:24:18 2016 (r415191) @@ -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 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 Modified: head/sysutils/p5-Schedule-Cron-Events/distinfo ============================================================================== --- head/sysutils/p5-Schedule-Cron-Events/distinfo Sat May 14 15:19:08 2016 (r415190) +++ head/sysutils/p5-Schedule-Cron-Events/distinfo Sat May 14 15:24:18 2016 (r415191) @@ -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 Modified: head/sysutils/p5-Schedule-Cron-Events/pkg-descr ============================================================================== --- head/sysutils/p5-Schedule-Cron-Events/pkg-descr Sat May 14 15:19:08 2016 (r415190) +++ head/sysutils/p5-Schedule-Cron-Events/pkg-descr Sat May 14 15:24:18 2016 (r415191) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605141524.u4EFOIcD037167>