From owner-svn-ports-head@FreeBSD.ORG Fri Oct 18 19:48:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8AD04856; Fri, 18 Oct 2013 19:48:46 +0000 (UTC) (envelope-from trociny@FreeBSD.org) 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 76D6B2A28; Fri, 18 Oct 2013 19:48:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9IJmkMY070345; Fri, 18 Oct 2013 19:48:46 GMT (envelope-from trociny@svn.freebsd.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9IJmkCF070342; Fri, 18 Oct 2013 19:48:46 GMT (envelope-from trociny@svn.freebsd.org) Message-Id: <201310181948.r9IJmkCF070342@svn.freebsd.org> From: Mikolaj Golub Date: Fri, 18 Oct 2013 19:48:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330770 - head/sysutils/p5-MogileFS-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2013 19:48:46 -0000 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 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