Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 2006 22:43:29 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mat@FreeBSD.org, gslin@gslin.org
Subject:   ports/104418: [PATCH] devel/p5-DateTime-TimeZone: update to 0.51
Message-ID:  <20061014144329.1989894@netnews.NCTU.edu.tw>
Resent-Message-ID: <200610141450.k9EEoHiR078174@freefall.freebsd.org>

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

>Number:         104418
>Category:       ports
>Synopsis:       [PATCH] devel/p5-DateTime-TimeZone: update to 0.51
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 14 14:50:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
- Update to 0.51
- Switch BUILD_DEPENDS and RUN_DEPENDS to avoid p5-Module-Build list in
  run-depend-list

Port maintainer (mat@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-DateTime-TimeZone-0.51.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-DateTime-TimeZone/Makefile /home/staff/gslin/work/ports/p5-DateTime-TimeZone/Makefile
--- /usr/ports/devel/p5-DateTime-TimeZone/Makefile	Thu Aug 31 03:14:53 2006
+++ /home/staff/gslin/work/ports/p5-DateTime-TimeZone/Makefile	Sat Oct 14 22:41:16 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	DateTime-TimeZone
-PORTVERSION=	0.48
+PORTVERSION=	0.51
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	DateTime
@@ -15,9 +15,9 @@
 MAINTAINER=	mat@FreeBSD.org
 COMMENT=	Time zone object base class and factory
 
-BUILD_DEPENDS=	p5-Class-Singleton>=1.03:${PORTSDIR}/devel/p5-Class-Singleton \
+RUN_DEPENDS=	p5-Class-Singleton>=1.03:${PORTSDIR}/devel/p5-Class-Singleton \
 		p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
 
diff -ruN --exclude=CVS /usr/ports/devel/p5-DateTime-TimeZone/distinfo /home/staff/gslin/work/ports/p5-DateTime-TimeZone/distinfo
--- /usr/ports/devel/p5-DateTime-TimeZone/distinfo	Thu Aug 31 03:14:53 2006
+++ /home/staff/gslin/work/ports/p5-DateTime-TimeZone/distinfo	Sat Oct 14 22:41:30 2006
@@ -1,3 +1,3 @@
-MD5 (DateTime-TimeZone-0.48.tar.gz) = 5c23bc4002a2b67585fd9fa24a3514e3
-SHA256 (DateTime-TimeZone-0.48.tar.gz) = d6d8aafcce850d5c69c3cf1283f47efce508a48f958a41f9a2e20428b517d8e8
-SIZE (DateTime-TimeZone-0.48.tar.gz) = 310519
+MD5 (DateTime-TimeZone-0.51.tar.gz) = b89d5458c5765648970fb65062e241f8
+SHA256 (DateTime-TimeZone-0.51.tar.gz) = 3b1dc7cc1f6cda8623b61ebf34c80e51d46989b65b066d8ae656d4433c1e234e
+SIZE (DateTime-TimeZone-0.51.tar.gz) = 331025
--- p5-DateTime-TimeZone-0.51.patch ends here ---

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



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