From owner-svn-ports-all@freebsd.org Mon Jan 9 14:41:31 2017 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 0C2C6CA6047; Mon, 9 Jan 2017 14:41:31 +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 CC2D41F32; Mon, 9 Jan 2017 14:41:30 +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 v09EfUNh020682; Mon, 9 Jan 2017 14:41:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v09EfTF9020681; Mon, 9 Jan 2017 14:41:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701091441.v09EfTF9020681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Jan 2017 14:41:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430956 - head/devel/p5-Package-Stash-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-all@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 09 Jan 2017 14:41:31 -0000 Author: sunpoet Date: Mon Jan 9 14:41:29 2017 New Revision: 430956 URL: https://svnweb.freebsd.org/changeset/ports/430956 Log: Strip shared library - Bump PORTREVISION for package change Modified: head/devel/p5-Package-Stash-XS/Makefile Modified: head/devel/p5-Package-Stash-XS/Makefile ============================================================================== --- head/devel/p5-Package-Stash-XS/Makefile Mon Jan 9 14:41:24 2017 (r430955) +++ head/devel/p5-Package-Stash-XS/Makefile Mon Jan 9 14:41:29 2017 (r430956) @@ -2,7 +2,7 @@ PORTNAME= Package-Stash-XS PORTVERSION= 0.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DOY @@ -20,4 +20,7 @@ TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5- USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Package/Stash/XS/XS.so + .include