Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 21:56:01 +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: r479739 - head/devel/p5-Time-Interval
Message-ID:  <201809132156.w8DLu1Ot085762@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 13 21:56:01 2018
New Revision: 479739
URL: https://svnweb.freebsd.org/changeset/ports/479739

Log:
  Update to 1.234
  
  - Fix version requirement of *_DEPENDS
  
  Changes:	https://metacpan.org/changes/distribution/Time-Interval

Modified:
  head/devel/p5-Time-Interval/Makefile
  head/devel/p5-Time-Interval/distinfo

Modified: head/devel/p5-Time-Interval/Makefile
==============================================================================
--- head/devel/p5-Time-Interval/Makefile	Thu Sep 13 21:55:56 2018	(r479738)
+++ head/devel/p5-Time-Interval/Makefile	Thu Sep 13 21:56:01 2018	(r479739)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Time-Interval
-PORTVERSION=	1.232
-PORTREVISION=	1
+PORTVERSION=	1.234
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +13,8 @@ COMMENT=	Converts time intervals of days, hours, minut
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-TimeDate>0:devel/p5-TimeDate
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-TimeDate>=2.20:devel/p5-TimeDate
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/devel/p5-Time-Interval/distinfo
==============================================================================
--- head/devel/p5-Time-Interval/distinfo	Thu Sep 13 21:55:56 2018	(r479738)
+++ head/devel/p5-Time-Interval/distinfo	Thu Sep 13 21:56:01 2018	(r479739)
@@ -1,2 +1,3 @@
-SHA256 (Time-Interval-1.232.tar.gz) = 7930b4114d2b4261e3542500f625a89dee7c1b79733ac0b8d2bdbeaa358fcc2c
-SIZE (Time-Interval-1.232.tar.gz) = 5872
+TIMESTAMP = 1536861014
+SHA256 (Time-Interval-1.234.tar.gz) = 2acbb108a82fe0793d3470bf9918c4d326b6da28bdae5558f95182bee58e53d0
+SIZE (Time-Interval-1.234.tar.gz) = 18422



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