From owner-svn-ports-all@freebsd.org Fri Oct 30 11:25:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 848C7A205E3; Fri, 30 Oct 2015 11:25:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 409FB1D9A; Fri, 30 Oct 2015 11:25:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9UBPJTJ091952; Fri, 30 Oct 2015 11:25:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9UBPJk7091950; Fri, 30 Oct 2015 11:25:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510301125.t9UBPJk7091950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 Oct 2015 11:25:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400515 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 11:25:20 -0000 Author: sunpoet Date: Fri Oct 30 11:25:18 2015 New Revision: 400515 URL: https://svnweb.freebsd.org/changeset/ports/400515 Log: - Sort PLIST Modified: head/devel/p5-PPerl/Makefile head/devel/p5-PPerl/pkg-plist Modified: head/devel/p5-PPerl/Makefile ============================================================================== --- head/devel/p5-PPerl/Makefile Fri Oct 30 11:25:14 2015 (r400514) +++ head/devel/p5-PPerl/Makefile Fri Oct 30 11:25:18 2015 (r400515) @@ -19,7 +19,7 @@ USES= perl5 USE_PERL5= configure post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pperl + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so .include Modified: head/devel/p5-PPerl/pkg-plist ============================================================================== --- head/devel/p5-PPerl/pkg-plist Fri Oct 30 11:25:14 2015 (r400514) +++ head/devel/p5-PPerl/pkg-plist Fri Oct 30 11:25:18 2015 (r400515) @@ -1,5 +1,5 @@ bin/pperl +%%SITE_ARCH%%/PPerl.pm +%%SITE_ARCH%%/auto/PPerl/PPerl.so %%PERL5_MAN1%%/pperl.1.gz %%PERL5_MAN3%%/PPerl.3.gz -%%SITE_ARCH%%/auto/PPerl/PPerl.so -%%SITE_ARCH%%/PPerl.pm