From nobody@FreeBSD.org  Fri Feb  8 22:12:58 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3C96616A421
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 Feb 2008 22:12:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 2694A13C4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 Feb 2008 22:12:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m18MAoCc020638
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 8 Feb 2008 22:10:50 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m18MAof0020637;
	Fri, 8 Feb 2008 22:10:50 GMT
	(envelope-from nobody)
Message-Id: <200802082210.m18MAof0020637@www.freebsd.org>
Date: Fri, 8 Feb 2008 22:10:50 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] devel/p5-Config-Record
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120428
>Category:       ports
>Synopsis:       [UPDATE] devel/p5-Config-Record
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    aaron
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 08 22:20:01 UTC 2008
>Closed-Date:    Sat Feb 23 15:46:07 UTC 2008
>Last-Modified:  Sat Feb 23 15:50:05 UTC 2008
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 1.1.2;
- Added missing {B,R}-deps.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Config-Record/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	8 Sep 2007 00:55:58 -0000	1.3
+++ Makefile	8 Feb 2008 22:11:28 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Config-Record
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Config
@@ -15,6 +15,10 @@
 MAINTAINER=	aaron@FreeBSD.org
 COMMENT=	Configuration file access
 
+BUILD_DEPENDS+=	${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
+		${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
+		${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
+
 MAN3=	Config::Record.3
 
 PERL_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Config-Record/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	23 Jun 2006 04:51:54 -0000	1.1
+++ distinfo	8 Feb 2008 22:11:28 -0000
@@ -1,3 +1,3 @@
-MD5 (Config-Record-1.1.1.tar.gz) = d5170d92989313a8b5f0ceac3aa829ef
-SHA256 (Config-Record-1.1.1.tar.gz) = 688ff17cb4028808f447977cbc798e90b863b94c586c8c9c857b113ec21c6d83
-SIZE (Config-Record-1.1.1.tar.gz) = 25462
+MD5 (Config-Record-1.1.2.tar.gz) = 3958d3b5221ddf65ba3143d28e0cd4e0
+SHA256 (Config-Record-1.1.2.tar.gz) = 47ea02fafc936d35d36bb3abe2631e3e5ae9ba05323b2b0d1154ab73f8ac212f
+SIZE (Config-Record-1.1.2.tar.gz) = 26452


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->aaron 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 8 22:20:13 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120428 
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Sat Feb 23 15:46:01 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120428: commit references a PR
Date: Sat, 23 Feb 2008 15:45:55 +0000 (UTC)

 erwin       2008-02-23 15:45:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Config-Record Makefile distinfo 
   Log:
   Update to 1.1.2
   
   PR:             120428
   Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.4       +5 -1      ports/devel/p5-Config-Record/Makefile
   1.2       +3 -3      ports/devel/p5-Config-Record/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"
 
>Unformatted:
