Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 20:26:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558681 - head/devel/p5-Algorithm-Cron
Message-ID:  <202012192026.0BJKQBOp030255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 19 20:26:11 2020
New Revision: 558681
URL: https://svnweb.freebsd.org/changeset/ports/558681

Log:
  Update to 0.10
  
  - While I'm here:
    - Add TEST_DEPENDS
    - Add NO_ARCH
    - Sort PLIST
  
  Changes:	https://metacpan.org/changes/distribution/Algorithm-Cron
  PR:		251902
  Submitted by:	Neel Chauhan <neel@neelc.org>
  Approved by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)

Modified:
  head/devel/p5-Algorithm-Cron/Makefile
  head/devel/p5-Algorithm-Cron/distinfo   (contents, props changed)
  head/devel/p5-Algorithm-Cron/pkg-plist   (contents, props changed)

Modified: head/devel/p5-Algorithm-Cron/Makefile
==============================================================================
--- head/devel/p5-Algorithm-Cron/Makefile	Sat Dec 19 20:26:06 2020	(r558680)
+++ head/devel/p5-Algorithm-Cron/Makefile	Sat Dec 19 20:26:11 2020	(r558681)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Algorithm-Cron
-PORTVERSION=	0.09
+PORTVERSION=	0.10
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,8 +15,11 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Time-timegm>=0:devel/p5-Time-timegm
+TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-Test-Fatal
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Algorithm-Cron/distinfo
==============================================================================
--- head/devel/p5-Algorithm-Cron/distinfo	Sat Dec 19 20:26:06 2020	(r558680)
+++ head/devel/p5-Algorithm-Cron/distinfo	Sat Dec 19 20:26:11 2020	(r558681)
@@ -1,2 +1,3 @@
-SHA256 (Algorithm-Cron-0.09.tar.gz) = 16ca57e6556c0cfa51e5634a91be97d2f0ebbccc52bada568021cb2be7e0602a
-SIZE (Algorithm-Cron-0.09.tar.gz) = 18233
+TIMESTAMP = 1608366384
+SHA256 (Algorithm-Cron-0.10.tar.gz) = adbc89ffbb758259e8ed18a9b99308ec853cac2f828a7c6530ce636d1056de3b
+SIZE (Algorithm-Cron-0.10.tar.gz) = 17758

Modified: head/devel/p5-Algorithm-Cron/pkg-plist
==============================================================================
--- head/devel/p5-Algorithm-Cron/pkg-plist	Sat Dec 19 20:26:06 2020	(r558680)
+++ head/devel/p5-Algorithm-Cron/pkg-plist	Sat Dec 19 20:26:11 2020	(r558681)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Algorithm::Cron.3.gz
 %%SITE_PERL%%/Algorithm/Cron.pm
+%%PERL5_MAN3%%/Algorithm::Cron.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192026.0BJKQBOp030255>