Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 14:42:59 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342157 - in head: devel/p5-ExtUtils-XSpp mail/p5-MIME-Lite-TT-HTML security/p5-File-KeePass-Agent
Message-ID:  <201402011442.s11Egxhi012520@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Feb  1 14:42:58 2014
New Revision: 342157
URL: http://svnweb.freebsd.org/changeset/ports/342157
QAT: https://qat.redports.org/buildarchive/r342157/

Log:
  - Stage support

Modified:
  head/devel/p5-ExtUtils-XSpp/Makefile
  head/devel/p5-ExtUtils-XSpp/pkg-plist
  head/mail/p5-MIME-Lite-TT-HTML/Makefile
  head/mail/p5-MIME-Lite-TT-HTML/pkg-plist
  head/security/p5-File-KeePass-Agent/Makefile
  head/security/p5-File-KeePass-Agent/pkg-plist

Modified: head/devel/p5-ExtUtils-XSpp/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-XSpp/Makefile	Sat Feb  1 14:42:45 2014	(r342156)
+++ head/devel/p5-ExtUtils-XSpp/Makefile	Sat Feb  1 14:42:58 2014	(r342157)
@@ -17,31 +17,6 @@ BUILD_DEPENDS=	p5-Test-Base>=0:${PORTSDI
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN1=		xspp.1
-MAN3=		ExtUtils::XSpp.3 \
-		ExtUtils::XSpp::Cmd.3 \
-		ExtUtils::XSpp::Exception.3 \
-		ExtUtils::XSpp::Node.3 \
-		ExtUtils::XSpp::Node::Access.3 \
-		ExtUtils::XSpp::Node::Argument.3 \
-		ExtUtils::XSpp::Node::Class.3 \
-		ExtUtils::XSpp::Node::Comment.3 \
-		ExtUtils::XSpp::Node::Constructor.3 \
-		ExtUtils::XSpp::Node::Destructor.3 \
-		ExtUtils::XSpp::Node::Enum.3 \
-		ExtUtils::XSpp::Node::EnumValue.3 \
-		ExtUtils::XSpp::Node::File.3 \
-		ExtUtils::XSpp::Node::Function.3 \
-		ExtUtils::XSpp::Node::Method.3 \
-		ExtUtils::XSpp::Node::Module.3 \
-		ExtUtils::XSpp::Node::Package.3 \
-		ExtUtils::XSpp::Node::PercAny.3 \
-		ExtUtils::XSpp::Node::Raw.3 \
-		ExtUtils::XSpp::Parser.3 \
-		ExtUtils::XSpp::Plugin.3 \
-		ExtUtils::XSpp::Typemap.3
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501301

Modified: head/devel/p5-ExtUtils-XSpp/pkg-plist
==============================================================================
--- head/devel/p5-ExtUtils-XSpp/pkg-plist	Sat Feb  1 14:42:45 2014	(r342156)
+++ head/devel/p5-ExtUtils-XSpp/pkg-plist	Sat Feb  1 14:42:58 2014	(r342157)
@@ -36,6 +36,29 @@ bin/xspp
 %%SITE_PERL%%/ExtUtils/XSpp/Typemap/parsed.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Typemap/reference.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Typemap/simple.pm
+%%PERL5_MAN3%%/ExtUtils::XSpp.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Cmd.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Exception.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Access.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Argument.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Class.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Comment.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Constructor.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Destructor.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Enum.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::EnumValue.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::File.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Function.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Method.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Module.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Package.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::PercAny.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Raw.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Parser.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Plugin.3.gz
+%%PERL5_MAN3%%/ExtUtils::XSpp::Typemap.3.gz
+man/man1/xspp.1.gz
 @dirrmtry %%SITE_PERL%%/ExtUtils/XSpp/Exception
 @dirrmtry %%SITE_PERL%%/ExtUtils/XSpp/Node
 @dirrmtry %%SITE_PERL%%/ExtUtils/XSpp/Typemap

Modified: head/mail/p5-MIME-Lite-TT-HTML/Makefile
==============================================================================
--- head/mail/p5-MIME-Lite-TT-HTML/Makefile	Sat Feb  1 14:42:45 2014	(r342156)
+++ head/mail/p5-MIME-Lite-TT-HTML/Makefile	Sat Feb  1 14:42:58 2014	(r342157)
@@ -24,7 +24,4 @@ RUN_DEPENDS=	p5-Template-Toolkit>=0:${PO
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	MIME::Lite::TT::HTML.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/mail/p5-MIME-Lite-TT-HTML/pkg-plist
==============================================================================
--- head/mail/p5-MIME-Lite-TT-HTML/pkg-plist	Sat Feb  1 14:42:45 2014	(r342156)
+++ head/mail/p5-MIME-Lite-TT-HTML/pkg-plist	Sat Feb  1 14:42:58 2014	(r342157)
@@ -1,4 +1,5 @@
 %%SITE_PERL%%/MIME/Lite/TT/HTML.pm
+%%PERL5_MAN3%%/MIME::Lite::TT::HTML.3.gz
 @dirrmtry %%SITE_PERL%%/MIME/Lite/TT
 @dirrmtry %%SITE_PERL%%/MIME/Lite
 @dirrmtry %%SITE_PERL%%/MIME

Modified: head/security/p5-File-KeePass-Agent/Makefile
==============================================================================
--- head/security/p5-File-KeePass-Agent/Makefile	Sat Feb  1 14:42:45 2014	(r342156)
+++ head/security/p5-File-KeePass-Agent/Makefile	Sat Feb  1 14:42:58 2014	(r342157)
@@ -21,10 +21,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=		fkp-agent.1
-MAN3=		File::KeePass::Agent.3 \
-		File::KeePass::Agent::linux.3 \
-		File::KeePass::Agent::unix.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/p5-File-KeePass-Agent/pkg-plist
==============================================================================
--- head/security/p5-File-KeePass-Agent/pkg-plist	Sat Feb  1 14:42:45 2014	(r342156)
+++ head/security/p5-File-KeePass-Agent/pkg-plist	Sat Feb  1 14:42:58 2014	(r342157)
@@ -3,6 +3,10 @@ bin/fkp-agent
 %%SITE_PERL%%/File/KeePass/Agent/linux.pm
 %%SITE_PERL%%/File/KeePass/Agent/unix.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/KeePass/Agent/.packlist
+%%PERL5_MAN3%%/File::KeePass::Agent.3.gz
+%%PERL5_MAN3%%/File::KeePass::Agent::linux.3.gz
+%%PERL5_MAN3%%/File::KeePass::Agent::unix.3.gz
+man/man1/fkp-agent.1.gz
 @dirrm %%SITE_PERL%%/File/KeePass/Agent
 @dirrm %%SITE_PERL%%/File/KeePass
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/KeePass/Agent



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402011442.s11Egxhi012520>