ports/98247: Update Port: devel/p5-DateTime-TimeZone 0.42->0.46

Aaron Dalton aaron at FreeBSD.org
Wed May 31 23:10:41 UTC 2006


>Number:         98247
>Category:       ports
>Synopsis:       Update Port: devel/p5-DateTime-TimeZone 0.42->0.46
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 31 23:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Update from v0.42 to v0.46
- Update pkg-plist to respect NOPORTDOCS
- Restrict to Perl 5.6+ due to dependency upon Module::Build

0.46     2006-05-08

- This release is based on version 2006g of the Olson database.


0.45     2006-05-01

- This release is based on version 2006f of the Olson database.


0.44     2006-04-17

- This release is based on version 2006d of the Olson database.


0.43     2006-04-13

- This release is based on version 2006c of the Olson database.

- Added a link for AKST9AKDT (to America/Anchorage).
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-DateTime-TimeZone/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- Makefile	28 Mar 2006 14:25:26 -0000	1.32
+++ Makefile	31 May 2006 22:54:02 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	DateTime-TimeZone
-PORTVERSION=	0.42
+PORTVERSION=	0.46
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	DateTime
@@ -15,24 +15,38 @@
 MAINTAINER=	mat at FreeBSD.org
 COMMENT=	Time zone object base class and factory
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	${SITE_PERL}/Class/Singleton.pm:${PORTSDIR}/devel/p5-Class-Singleton \
-		${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
+BUILD_DEPENDS=	${SITE_PERL}/Class/Singleton.pm:${PORTSDIR}/devel/p5-Class-Singleton \
+		${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
+		${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_MODBUILD=	yes
 
-MAN3=		DateTime::TimeZone.3 DateTime::TimeZone::Floating.3 \
-		DateTime::TimeZone::Local.3 DateTime::TimeZone::OffsetOnly.3 \
-		DateTime::TimeZone::OlsonDB.3 DateTime::TimeZone::UTC.3 \
-		DateTime::TimeZoneCatalog.3
+MAN3=	DateTime::TimeZone.3 \
+	DateTime::TimeZone::Floating.3 \
+	DateTime::TimeZone::Local.3 \
+	DateTime::TimeZone::OffsetOnly.3 \
+	DateTime::TimeZone::OlsonDB.3 \
+	DateTime::TimeZone::UTC.3 \
+	DateTime::TimeZoneCatalog.3
 
 .if !defined(NOPORTDOCS)
-PORTDOCS=	Changes README
+DOCS=	Changes README
 
 post-install:
 	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+	@${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=	requires at least Perl 5.6 due to dependencies.  Please install lang/perl5.8 and try again
+.endif
+
+.if ${PERL_LEVEL} < 500800
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-DateTime-TimeZone/distinfo,v
retrieving revision 1.31
diff -u -r1.31 distinfo
--- distinfo	28 Mar 2006 14:25:26 -0000	1.31
+++ distinfo	31 May 2006 22:54:02 -0000
@@ -1,3 +1,3 @@
-MD5 (DateTime-TimeZone-0.42.tar.gz) = 08979eba66aee3b7db2317729ea0787e
-SHA256 (DateTime-TimeZone-0.42.tar.gz) = 6c14264819fac522114a8d025d7e94199697e79b4f3f64bc8f34636a4b7cee07
-SIZE (DateTime-TimeZone-0.42.tar.gz) = 324405
+MD5 (DateTime-TimeZone-0.46.tar.gz) = fe52d18c393d3e7841be0aba972e4e43
+SHA256 (DateTime-TimeZone-0.46.tar.gz) = 681490977874fdc528aceeef2011c1ca60e15efe884fde3889ea6adce969b4c7
+SIZE (DateTime-TimeZone-0.46.tar.gz) = 324081
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/devel/p5-DateTime-TimeZone/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	7 Jun 2003 09:48:01 -0000	1.1
+++ pkg-descr	31 May 2006 22:54:02 -0000
@@ -3,3 +3,4 @@
 offset from GMT for a given time period.
 
 WWW: http://datetime.perl.org/
+Author: Dave Rolsky <autarch at urth.org>
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-DateTime-TimeZone/pkg-plist,v
retrieving revision 1.12
diff -u -r1.12 pkg-plist
--- pkg-plist	28 Mar 2006 14:25:26 -0000	1.12
+++ pkg-plist	31 May 2006 22:54:02 -0000
@@ -1,4 +1,3 @@
- at comment $FreeBSD: ports/devel/p5-DateTime-TimeZone/pkg-plist,v 1.12 2006/03/28 14:25:26 tobez Exp $
 %%SITE_PERL%%/DateTime/TimeZone.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Abidjan.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Accra.pm
@@ -144,6 +143,7 @@
 %%SITE_PERL%%/DateTime/TimeZone/America/Nome.pm
 %%SITE_PERL%%/DateTime/TimeZone/America/Noronha.pm
 %%SITE_PERL%%/DateTime/TimeZone/America/North_Dakota/Center.pm
+%%SITE_PERL%%/DateTime/TimeZone/America/North_Dakota/New_Salem.pm
 %%SITE_PERL%%/DateTime/TimeZone/America/Panama.pm
 %%SITE_PERL%%/DateTime/TimeZone/America/Pangnirtung.pm
 %%SITE_PERL%%/DateTime/TimeZone/America/Paramaribo.pm
@@ -387,6 +387,9 @@
 %%SITE_PERL%%/DateTime/TimeZone/Pacific/Wallis.pm
 %%SITE_PERL%%/DateTime/TimeZone/UTC.pm
 %%SITE_PERL%%/DateTime/TimeZoneCatalog.pm
+%%PORTDOCS%%%%DOCSDIR%%/Changes
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%SITE_PERL%%/DateTime/TimeZone/Pacific
 @dirrm %%SITE_PERL%%/DateTime/TimeZone/Indian
 @dirrm %%SITE_PERL%%/DateTime/TimeZone/Europe
--- submission.txt ends here ---


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



More information about the freebsd-ports-bugs mailing list