From owner-svn-ports-all@FreeBSD.ORG Fri Jan 24 23:00:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D330B922; Fri, 24 Jan 2014 23:00:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5EB7119B; Fri, 24 Jan 2014 23:00:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0ON09OJ076802; Fri, 24 Jan 2014 23:00:09 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0ON09xm076799; Fri, 24 Jan 2014 23:00:09 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201401242300.s0ON09xm076799@svn.freebsd.org> From: Antoine Brodin Date: Fri, 24 Jan 2014 23:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340941 - head/devel/p5-File-ChangeNotify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 23:00:09 -0000 Author: antoine Date: Fri Jan 24 23:00:08 2014 New Revision: 340941 URL: http://svnweb.freebsd.org/changeset/ports/340941 QAT: https://qat.redports.org/buildarchive/r340941/ Log: Finish stage support Approved by: maintainer timeout (via email, 3 weeks) Modified: head/devel/p5-File-ChangeNotify/Makefile head/devel/p5-File-ChangeNotify/pkg-plist Modified: head/devel/p5-File-ChangeNotify/Makefile ============================================================================== --- head/devel/p5-File-ChangeNotify/Makefile Fri Jan 24 22:56:46 2014 (r340940) +++ head/devel/p5-File-ChangeNotify/Makefile Fri Jan 24 23:00:08 2014 (r340941) @@ -3,6 +3,7 @@ PORTNAME= File-ChangeNotify PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,14 +21,6 @@ RUN_DEPENDS= p5-Moose>=2:${PORTSDIR}/dev BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception -MAN3= File::ChangeNotify.3 \ - File::ChangeNotify::ConfigData.3 \ - File::ChangeNotify::Event.3 \ - File::ChangeNotify::Watcher.3 \ - File::ChangeNotify::Watcher::Default.3 \ - File::ChangeNotify::Watcher::Inotify.3 \ - File::ChangeNotify::Watcher::KQueue.3 - USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-File-ChangeNotify/pkg-plist ============================================================================== --- head/devel/p5-File-ChangeNotify/pkg-plist Fri Jan 24 22:56:46 2014 (r340940) +++ head/devel/p5-File-ChangeNotify/pkg-plist Fri Jan 24 23:00:08 2014 (r340941) @@ -5,6 +5,13 @@ %%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm +%%PERL5_MAN3%%/File::ChangeNotify.3.gz +%%PERL5_MAN3%%/File::ChangeNotify::ConfigData.3.gz +%%PERL5_MAN3%%/File::ChangeNotify::Event.3.gz +%%PERL5_MAN3%%/File::ChangeNotify::Watcher.3.gz +%%PERL5_MAN3%%/File::ChangeNotify::Watcher::Default.3.gz +%%PERL5_MAN3%%/File::ChangeNotify::Watcher::Inotify.3.gz +%%PERL5_MAN3%%/File::ChangeNotify::Watcher::KQueue.3.gz @dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher @dirrmtry %%SITE_PERL%%/File/ChangeNotify @dirrmtry %%SITE_PERL%%/File