From owner-svn-ports-head@freebsd.org Sat May 14 15:24:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0A87B3B623; Sat, 14 May 2016 15:24:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAD6011B5; Sat, 14 May 2016 15:24:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4EFOIAu037170; Sat, 14 May 2016 15:24:18 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4EFOIcD037167; Sat, 14 May 2016 15:24:18 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605141524.u4EFOIcD037167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 14 May 2016 15:24:18 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2016 15:24:19 -0000 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/