From owner-svn-ports-head@freebsd.org Tue Apr 11 15:56:51 2017 Return-Path: Delivered-To: svn-ports-head@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 2BD88D3905D; Tue, 11 Apr 2017 15:56:51 +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 D76661DA3; Tue, 11 Apr 2017 15:56:50 +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 v3BFunoN016189; Tue, 11 Apr 2017 15:56:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3BFunFJ016186; Tue, 11 Apr 2017 15:56:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704111556.v3BFunFJ016186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Apr 2017 15:56:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438287 - head/textproc/p5-PPI-XS 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.23 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: Tue, 11 Apr 2017 15:56:51 -0000 Author: sunpoet Date: Tue Apr 11 15:56:49 2017 New Revision: 438287 URL: https://svnweb.freebsd.org/changeset/ports/438287 Log: Update to 0.904 - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/PPI-XS/Changes Modified: head/textproc/p5-PPI-XS/Makefile head/textproc/p5-PPI-XS/distinfo head/textproc/p5-PPI-XS/pkg-plist Modified: head/textproc/p5-PPI-XS/Makefile ============================================================================== --- head/textproc/p5-PPI-XS/Makefile Tue Apr 11 15:56:44 2017 (r438286) +++ head/textproc/p5-PPI-XS/Makefile Tue Apr 11 15:56:49 2017 (r438287) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= PPI-XS -PORTVERSION= 0.902 -PORTREVISION= 1 +PORTVERSION= 0.904 CATEGORIES= textproc perl5 MASTER_SITES= CPAN/PPI PKGNAMEPREFIX= p5- @@ -13,10 +12,13 @@ COMMENT= XS acceleration for the PPI per LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-PPI>=1.000:textproc/p5-PPI -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-PPI>=1.000:textproc/p5-PPI +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPI/XS/XS.so + .include Modified: head/textproc/p5-PPI-XS/distinfo ============================================================================== --- head/textproc/p5-PPI-XS/distinfo Tue Apr 11 15:56:44 2017 (r438286) +++ head/textproc/p5-PPI-XS/distinfo Tue Apr 11 15:56:49 2017 (r438287) @@ -1,2 +1,3 @@ -SHA256 (PPI-XS-0.902.tar.gz) = 8a5c98e91ea1e55d149a0d1596ba0cdbc44e4767a9b47502b14881ce22a70e38 -SIZE (PPI-XS-0.902.tar.gz) = 65485 +TIMESTAMP = 1491892971 +SHA256 (PPI-XS-0.904.tar.gz) = 1fe6eb48218be80074cc15fc9477dd30f922e79794ca4e93cb88ee8a98dd00d1 +SIZE (PPI-XS-0.904.tar.gz) = 70723 Modified: head/textproc/p5-PPI-XS/pkg-plist ============================================================================== --- head/textproc/p5-PPI-XS/pkg-plist Tue Apr 11 15:56:44 2017 (r438286) +++ head/textproc/p5-PPI-XS/pkg-plist Tue Apr 11 15:56:49 2017 (r438287) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/PPI::XS.3.gz %%SITE_ARCH%%/PPI/XS.pm %%SITE_ARCH%%/auto/PPI/XS/XS.so +%%PERL5_MAN3%%/PPI::XS.3.gz