Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2010 14:24:59 -0800 (PST)
From:      Sofian Brabez <sbrabez@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152149: [patch] devel/p5-POE-Component-DirWatch: update to 0.300000
Message-ID:  <4cdc6d3b.57edd80a.5f90.7bca@mx.google.com>
Resent-Message-ID: <201011112230.oABMUC1j083378@freefall.freebsd.org>

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

>Number:         152149
>Category:       ports
>Synopsis:       [patch] devel/p5-POE-Component-DirWatch: update to 0.300000
>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:   Thu Nov 11 22:30:11 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4cdc6d3b.57edd80a.5f90.7bca>