From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 16:29:07 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 00046A9F; Wed, 5 Feb 2014 16:29:06 +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 DEC121BB2; Wed, 5 Feb 2014 16:29:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15GT6ru026157; Wed, 5 Feb 2014 16:29:06 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15GT6We026155; Wed, 5 Feb 2014 16:29:06 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402051629.s15GT6We026155@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 5 Feb 2014 16:29:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342762 - head/devel/p5-PPerl 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:29:07 -0000 Author: ehaupt Date: Wed Feb 5 16:29:06 2014 New Revision: 342762 URL: http://svnweb.freebsd.org/changeset/ports/342762 QAT: https://qat.redports.org/buildarchive/r342762/ Log: - Strip binaries - Support staging Modified: head/devel/p5-PPerl/Makefile head/devel/p5-PPerl/pkg-plist Modified: head/devel/p5-PPerl/Makefile ============================================================================== --- head/devel/p5-PPerl/Makefile Wed Feb 5 16:24:27 2014 (r342761) +++ head/devel/p5-PPerl/Makefile Wed Feb 5 16:29:06 2014 (r342762) @@ -15,8 +15,8 @@ COMMENT= Make perl scripts persistent in USES= perl5 USE_PERL5= configure -MAN1= pperl.1 -MAN3= PPerl.3 +post-install: + @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/PPerl/PPerl.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pperl -NO_STAGE= yes .include Modified: head/devel/p5-PPerl/pkg-plist ============================================================================== --- head/devel/p5-PPerl/pkg-plist Wed Feb 5 16:24:27 2014 (r342761) +++ head/devel/p5-PPerl/pkg-plist Wed Feb 5 16:29:06 2014 (r342762) @@ -1,4 +1,6 @@ bin/pperl +man/man1/pperl.1.gz +%%PERL5_MAN3%%/PPerl.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPerl/PPerl.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPerl/PPerl.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPerl/.packlist