Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2003 12:20:34 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        m@absolight.net
Subject:   ports/54694: update devel/p5-DateTime-Format-Epoch
Message-ID:  <20030721102034.9830D7D18@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200307211030.h6LAUJrH060874@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54694
>Category:       ports
>Synopsis:       update devel/p5-DateTime-Format-Epoch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 21 03:30:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
Update devel/p5-DateTime-Format-Epoch to 0.05

- Changed API of DT::F::E::TAI64 (the format_datetime_as_string() method is
  replaced by a parameter to the constructor)
- Added dhms parameter to new(), to return '2d, 4h, 15m, 45s' values 

>How-To-Repeat:
>Fix:

if you make test with 5.00503, do remember that it will use Math::Bigint from
perl and not from site.

--- p5-DateTime-Format-Epoch-0.05.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-DateTime-Format-Epoch/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	7 Jul 2003 09:11:36 -0000	1.1
+++ Makefile	21 Jul 2003 10:16:32 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	DateTime-Format-Epoch
-PORTVERSION=	0.04
+PORTVERSION=	0.05
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	DateTime
@@ -15,7 +15,9 @@
 MAINTAINER=	m@absolight.net
 COMMENT=	Convert DateTimes to/from epoch seconds
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
+		${SITE_PERL}/DateTime/LeapSecond.pm:${PORTSDIR}/devel/p5-DateTime-LeapSecond \
+		${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
 		${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-DateTime-Format-Epoch/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	7 Jul 2003 09:11:36 -0000	1.1
+++ distinfo	21 Jul 2003 10:16:32 -0000
@@ -1 +1 @@
-MD5 (DateTime-Format-Epoch-0.04.tar.gz) = ead98127a9e3478049f1e8fdcb8a6037
+MD5 (DateTime-Format-Epoch-0.05.tar.gz) = f7e61342def76fdba2dd47f8d1d4c6d1
--- p5-DateTime-Format-Epoch-0.05.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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