From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 16:39:02 2014 Return-Path: Delivered-To: svn-ports-head@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 0FD96371; Wed, 5 Feb 2014 16:39:02 +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 ED6D61CAF; Wed, 5 Feb 2014 16:39:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15Gd1ns030619; Wed, 5 Feb 2014 16:39:01 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15Gd1OF030616; Wed, 5 Feb 2014 16:39:01 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402051639.s15Gd1OF030616@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 5 Feb 2014 16:39:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342769 - head/devel/p5-Rcs 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.17 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: Wed, 05 Feb 2014 16:39:02 -0000 Author: ehaupt Date: Wed Feb 5 16:39:01 2014 New Revision: 342769 URL: http://svnweb.freebsd.org/changeset/ports/342769 QAT: https://qat.redports.org/buildarchive/r342769/ Log: Support staging. Modified: head/devel/p5-Rcs/Makefile head/devel/p5-Rcs/pkg-plist Modified: head/devel/p5-Rcs/Makefile ============================================================================== --- head/devel/p5-Rcs/Makefile Wed Feb 5 16:37:52 2014 (r342768) +++ head/devel/p5-Rcs/Makefile Wed Feb 5 16:39:01 2014 (r342769) @@ -13,8 +13,6 @@ COMMENT= Perl Object Class for Revision USES= perl5 USE_PERL5= configure -MAN3= Rcs.3 - EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} EXAMPLES= access.pl ci.pl co-tree.pl co.pl comments.pl \ comments2.pl daterev.pl dates.pl parse.pl \ @@ -23,14 +21,11 @@ EXAMPLES= access.pl ci.pl co-tree.pl co. rcsdiff.pl revdate.pl rlog.pl symbols.pl symrev.pl \ test1.pl test2.pl test3.pl unlock.pl -NO_STAGE= yes post-install: - ${MKDIR} ${EXAMPLESDIR} - ${MKDIR} ${EXAMPLESDIR}/project - ${MKDIR} ${EXAMPLESDIR}/project/RCS - ${MKDIR} ${EXAMPLESDIR}/project/src + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${EXAMPLESDIR}/project/RCS \ + ${STAGEDIR}${EXAMPLESDIR}/project/src .for _EXAMPLE in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/examples/${_EXAMPLE} ${EXAMPLESDIR}/${_EXAMPLE} + ${INSTALL_DATA} ${WRKSRC}/examples/${_EXAMPLE} ${STAGEDIR}${EXAMPLESDIR}/${_EXAMPLE} .endfor .include Modified: head/devel/p5-Rcs/pkg-plist ============================================================================== --- head/devel/p5-Rcs/pkg-plist Wed Feb 5 16:37:52 2014 (r342768) +++ head/devel/p5-Rcs/pkg-plist Wed Feb 5 16:39:01 2014 (r342769) @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rcs/.packlist %%SITE_PERL%%/Rcs.pm +%%PERL5_MAN3%%/Rcs.3.gz share/examples/p5-Rcs/project/RCS/Rcs.pm,v share/examples/p5-Rcs/project/RCS/testfile,v share/examples/p5-Rcs/project/src/Rcs.pm