From pgollucci@frieza.p6m7g8.net  Thu Jun 18 23:24:43 2009
Return-Path: <pgollucci@frieza.p6m7g8.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 15075106567B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Jun 2009 23:23:25 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (static-76-161-175-34.dsl.cavtel.net [76.161.175.34])
	by mx1.freebsd.org (Postfix) with ESMTP id C9C5E8FC20
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Jun 2009 23:23:24 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (localhost [127.0.0.1])
	by frieza.p6m7g8.net (8.14.3/8.14.3) with ESMTP id n5INNHST021660;
	Thu, 18 Jun 2009 19:23:17 -0400 (EDT)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id n5INNHbB021659;
	Thu, 18 Jun 2009 19:23:17 -0400 (EDT)
	(envelope-from pgollucci)
Message-Id: <200906182323.n5INNHbB021659@frieza.p6m7g8.net>
Date: Thu, 18 Jun 2009 19:23:17 -0400 (EDT)
From: "Philip M. Gollucci" <pgollucci@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: timur@freebsd.org
Subject: [PATCH] devel/p5-Test-MockTime: update to 0.12
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         135769
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-MockTime: update to 0.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    timur
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 18 23:30:26 UTC 2009
>Closed-Date:    Fri Jul 03 20:25:10 UTC 2009
>Last-Modified:  Fri Jul 03 20:25:10 UTC 2009
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun  4 00:22:57 EDT
>Description:
- Update to 0.12

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

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

--- p5-Test-MockTime-0.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Test-MockTime/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	22 Feb 2009 02:17:24 -0000	1.7
+++ Makefile	18 Jun 2009 03:50:40 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Test-MockTime
-PORTVERSION=	0.09
+PORTVERSION=	0.12
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +14,11 @@
 MAINTAINER=	timur@FreeBSD.org
 COMMENT=	Replaces actual time with simulated time
 
+BUILD_DEPENDS=	${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local \
+		${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece \
+		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
 RUN_DEPENDS=	${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local \
 		${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece
-BUILD_DEPENDS=	${RUN_DEPENDS} \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Test-MockTime/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	22 Feb 2009 02:17:24 -0000	1.4
+++ distinfo	18 Jun 2009 03:50:44 -0000
@@ -1,3 +1,3 @@
-MD5 (Test-MockTime-0.09.tar.gz) = cc3945c4f8d333a1a9314c0a987ef33a
-SHA256 (Test-MockTime-0.09.tar.gz) = 63b7be1be6cd3f9de89997ceb40c680523d58fce1137379feed3f93fa38f59c8
-SIZE (Test-MockTime-0.09.tar.gz) = 4286
+MD5 (Test-MockTime-0.12.tar.gz) = de726192bcdd0cef68a07ffdf11d7300
+SHA256 (Test-MockTime-0.12.tar.gz) = 496ecc96a9d22abfa367404b22088364f10965c2879b65605f0e3286354e9780
+SIZE (Test-MockTime-0.12.tar.gz) = 4431
--- p5-Test-MockTime-0.12.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->timur 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 18 23:35:26 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135769 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135769: commit references a PR
Date: Fri,  3 Jul 2009 20:11:29 +0000 (UTC)

 pgollucci    2009-07-03 20:11:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Test-MockTime Makefile distinfo 
   Log:
   - Update to 0.12
   
   PR:             ports/135769
   Approved by:    maintainer timeout (timur; 16 days)
   Submitted by:   myself (pgollucci@)
   
   Revision  Changes    Path
   1.8       +4 -3      ports/devel/p5-Test-MockTime/Makefile
   1.5       +3 -3      ports/devel/p5-Test-MockTime/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Fri Jul 3 20:25:10 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135769 
>Unformatted:
