From nobody@FreeBSD.org  Thu Feb 14 19:24:40 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 9380E16A41B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Feb 2008 19:24:40 +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 96DBD13C44B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Feb 2008 19:24:40 +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 m1EJMKHo002032
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Feb 2008 19:22:20 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1EJMKje002031;
	Thu, 14 Feb 2008 19:22:20 GMT
	(envelope-from nobody)
Message-Id: <200802141922.m1EJMKje002031@www.freebsd.org>
Date: Thu, 14 Feb 2008 19:22:20 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] devel/p5-Class-Factory
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120648
>Category:       ports
>Synopsis:       [UPDATE] devel/p5-Class-Factory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 14 19:30:02 UTC 2008
>Closed-Date:    Sat May 31 19:40:01 UTC 2008
>Last-Modified:  Sat May 31 19:40:07 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.06;
- Use CPAN macro;
- Add missing depedency.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Class-Factory/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	6 Feb 2007 18:09:23 -0000	1.6
+++ Makefile	14 Feb 2008 17:12:18 -0000
@@ -6,15 +6,17 @@
 #
 
 PORTNAME=	Class-Factory
-PORTVERSION=	1.05
+PORTVERSION=	1.06
 CATEGORIES=	devel perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Class
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	Base class for dynamic factory classes
 
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS+=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Class::Factory.3
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Class-Factory/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	6 Feb 2007 18:09:23 -0000	1.7
+++ distinfo	14 Feb 2008 17:12:18 -0000
@@ -1,3 +1,3 @@
-MD5 (Class-Factory-1.05.tar.gz) = 26f71de57a277e53922f637dc0854bb1
-SHA256 (Class-Factory-1.05.tar.gz) = e93e40272b5f5dbd52d0cfc08b5fb16ce4f8144e88175359af52907b93f5ffdb
-SIZE (Class-Factory-1.05.tar.gz) = 10700
+MD5 (Class-Factory-1.06.tar.gz) = c366a4540ef75266f2daaeb72df50b22
+SHA256 (Class-Factory-1.06.tar.gz) = c37a2d269eb935f36a23e113480ae0946fa7c12a12781396a1226c8e435f30f5
+SIZE (Class-Factory-1.06.tar.gz) = 11653


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 14 19:30:20 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120648 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat May 31 19:40:00 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120648: commit references a PR
Date: Sat, 31 May 2008 19:39:54 +0000 (UTC)

 miwi        2008-05-31 19:39:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Class-Factory Makefile distinfo 
   Log:
   - Update to 1.06
   
   PR:             120648
   Submitted by:   lippe
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.8       +4 -1      ports/devel/p5-Class-Factory/Makefile
   1.8       +3 -3      ports/devel/p5-Class-Factory/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:
