From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 11 22:30:12 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79BB91065673 for ; Thu, 11 Nov 2010 22:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A2958FC14 for ; Thu, 11 Nov 2010 22:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oABMUC3w083379 for ; Thu, 11 Nov 2010 22:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oABMUC1j083378; Thu, 11 Nov 2010 22:30:12 GMT (envelope-from gnats) Resent-Date: Thu, 11 Nov 2010 22:30:12 GMT Resent-Message-Id: <201011112230.oABMUC1j083378@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sofian Brabez Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73747106566B for ; 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 ; Thu, 11 Nov 2010 22:25:01 +0000 (UTC) Received: by ewy4 with SMTP id 4so1187769ewy.13 for ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/152149: [patch] devel/p5-POE-Component-DirWatch: update to 0.300000 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 22:30:12 -0000 >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 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: