From sbrabez@gmail.com  Thu Nov 11 22:25:02 2010
Return-Path: <sbrabez@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 73747106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Nov 2010 22:25:02 +0000 (UTC)
	(envelope-from sbrabez@gmail.com)
Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54])
	by mx1.freebsd.org (Postfix) with ESMTP id EFD518FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Nov 2010 22:25:01 +0000 (UTC)
Received: by ewy4 with SMTP id 4so1187769ewy.13
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Nov 2010 14:25:00 -0800 (PST)
Received: by 10.216.141.14 with SMTP id f14mr2914378wej.22.1289514300345;
        Thu, 11 Nov 2010 14:25:00 -0800 (PST)
Received: from localhost (mna75-2-81-57-226-6.fbx.proxad.net [81.57.226.6])
        by mx.google.com with ESMTPS id x65sm1653342weq.25.2010.11.11.14.24.58
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Thu, 11 Nov 2010 14:24:59 -0800 (PST)
Message-Id: <4cdc6d3b.57edd80a.5f90.7bca@mx.google.com>
Date: Thu, 11 Nov 2010 14:24:59 -0800 (PST)
From: Sofian Brabez <sbrabez@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] devel/p5-POE-Component-DirWatch: update to 0.300000
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         152149
>Category:       ports
>Synopsis:       [patch] devel/p5-POE-Component-DirWatch: update to 0.300000
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jadawin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 11 22:30:11 UTC 2010
>Closed-Date:    Mon Nov 15 13:49:08 UTC 2010
>Last-Modified:  Mon Nov 15 13:50:12 UTC 2010
>Originator:     Sofian Brabez
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsd81 8.1-STABLE FreeBSD 8.1-STABLE #1: Tue Aug 31 22:46:46 CEST 2010
>Description:
- Update to 0.300000

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

--- p5-POE-Component-DirWatch-0.300000.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-POE-Component-DirWatch/Makefile /tmp/p5-POE-Component-DirWatch/Makefile
--- /usr/ports/devel/p5-POE-Component-DirWatch/Makefile	2010-01-10 04:54:03.000000000 +0100
+++ /tmp/p5-POE-Component-DirWatch/Makefile	2010-11-12 00:16:27.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	POE-Component-DirWatch
-PORTVERSION=	0.200000
+PORTVERSION=	0.300000
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,16 +14,22 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	POE directory watcher
 
-BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
+BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
+		${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \
+		${SITE_PERL}/MooseX/Types/Path/Class.pm:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
+		${SITE_PERL}/File/Signature.pm:${PORTSDIR}/sysutils/p5-File-Signature
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-MAN3=		POE::Component::DirWatch.3 \
+MAN3=	POE::Component::DirWatch.3 \
 	POE::Component::DirWatch::Modified.3 \
 	POE::Component::DirWatch::New.3 \
 	POE::Component::DirWatch::Role::AIO.3 \
 	POE::Component::DirWatch::Role::Signatures.3 \
 	POE::Component::DirWatch::Unmodified.3
 
+regression-test:
+	@(cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} && ${MAKE} test)
+
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-POE-Component-DirWatch/distinfo /tmp/p5-POE-Component-DirWatch/distinfo
--- /usr/ports/devel/p5-POE-Component-DirWatch/distinfo	2009-07-03 22:09:25.000000000 +0200
+++ /tmp/p5-POE-Component-DirWatch/distinfo	2010-11-11 02:46:01.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (POE-Component-DirWatch-0.200000.tar.gz) = 5472a95eae213ffc1334a6aae54b07f1
-SHA256 (POE-Component-DirWatch-0.200000.tar.gz) = c4adb502b74f617769a0fb395c8b020351a31c2cdd69d60974ce9e9f2d1f23a9
-SIZE (POE-Component-DirWatch-0.200000.tar.gz) = 20033
+SHA256 (POE-Component-DirWatch-0.300000.tar.gz) = be32b8d81a466a19bb49915e9f426d40aa30804c11d82b6d86179702d76377f4
+SIZE (POE-Component-DirWatch-0.300000.tar.gz) = 25991
diff -ruN --exclude=CVS /usr/ports/devel/p5-POE-Component-DirWatch/pkg-plist /tmp/p5-POE-Component-DirWatch/pkg-plist
--- /usr/ports/devel/p5-POE-Component-DirWatch/pkg-plist	2009-07-03 22:09:25.000000000 +0200
+++ /tmp/p5-POE-Component-DirWatch/pkg-plist	2010-11-11 02:46:40.000000000 +0100
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/DirWatch/.packlist
 %%SITE_PERL%%/POE/Component/DirWatch.pm
 %%SITE_PERL%%/POE/Component/DirWatch/Role/AIO.pm
--- p5-POE-Component-DirWatch-0.300000.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jadawin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Nov 11 22:30:19 UTC 2010 
Responsible-Changed-Why:  
jadawin@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152149 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Mon Nov 15 13:49:08 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152149: commit references a PR
Date: Mon, 15 Nov 2010 13:47:51 +0000 (UTC)

 jadawin     2010-11-15 13:47:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-POE-Component-DirWatch Makefile distinfo pkg-plist 
   Log:
   - Update to 0.300000
   
   PR:             ports/152149
   Submitted by:   Sofian Brabez <sbrabez AT gmail.com>
   
   Revision  Changes    Path
   1.8       +10 -3     ports/devel/p5-POE-Component-DirWatch/Makefile
   1.6       +2 -3      ports/devel/p5-POE-Component-DirWatch/distinfo
   1.5       +1 -0      ports/devel/p5-POE-Component-DirWatch/pkg-plist
 _______________________________________________
 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:
