Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2013 19:48:46 +0000 (UTC)
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330770 - head/sysutils/p5-MogileFS-Client
Message-ID:  <201310181948.r9IJmkCF070342@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trociny
Date: Fri Oct 18 19:48:45 2013
New Revision: 330770
URL: http://svnweb.freebsd.org/changeset/ports/330770

Log:
  Staging support.
  
  Approved by:	bdrewery (mentor)

Modified:
  head/sysutils/p5-MogileFS-Client/Makefile
  head/sysutils/p5-MogileFS-Client/pkg-plist   (contents, props changed)

Modified: head/sysutils/p5-MogileFS-Client/Makefile
==============================================================================
--- head/sysutils/p5-MogileFS-Client/Makefile	Fri Oct 18 19:42:31 2013	(r330769)
+++ head/sysutils/p5-MogileFS-Client/Makefile	Fri Oct 18 19:48:45 2013	(r330770)
@@ -13,13 +13,9 @@ COMMENT=	Client library for the MogileFS
 
 BUILD_DEPENDS=	p5-IO-stringy>=2.102:${PORTSDIR}/devel/p5-IO-stringy \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-RUN_DEPENDS=	p5-IO-stringy>=2.102:${PORTSDIR}/devel/p5-IO-stringy \
-		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		MogileFS::Client.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-MogileFS-Client/pkg-plist
==============================================================================
--- head/sysutils/p5-MogileFS-Client/pkg-plist	Fri Oct 18 19:42:31 2013	(r330769)
+++ head/sysutils/p5-MogileFS-Client/pkg-plist	Fri Oct 18 19:48:45 2013	(r330770)
@@ -4,6 +4,7 @@
 %%SITE_PERL%%/MogileFS/ClientHTTPFile.pm
 %%SITE_PERL%%/MogileFS/NewHTTPFile.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS/Client/.packlist
+%%PERL5_MAN3%%/MogileFS::Client.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS/Client
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS
 @dirrmtry %%SITE_PERL%%/MogileFS



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