svn commit: r340941 - head/devel/p5-File-ChangeNotify

Antoine Brodin antoine at FreeBSD.org
Fri Jan 24 23:00:09 UTC 2014


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


More information about the svn-ports-all mailing list