From owner-svn-ports-head@freebsd.org Sat Jan 23 15:15:33 2016 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 5670AA8E830; Sat, 23 Jan 2016 15:15:33 +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 2980119B4; Sat, 23 Jan 2016 15:15:33 +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 u0NFFWKg051154; Sat, 23 Jan 2016 15:15:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFFW9O051153; Sat, 23 Jan 2016 15:15:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231515.u0NFFW9O051153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:15:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407015 - head/math/p5-Math-Random-ISAAC-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.20 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: Sat, 23 Jan 2016 15:15:33 -0000 Author: sunpoet Date: Sat Jan 23 15:15:32 2016 New Revision: 407015 URL: https://svnweb.freebsd.org/changeset/ports/407015 Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/math/p5-Math-Random-ISAAC-XS/Makefile Modified: head/math/p5-Math-Random-ISAAC-XS/Makefile ============================================================================== --- head/math/p5-Math-Random-ISAAC-XS/Makefile Sat Jan 23 15:15:27 2016 (r407014) +++ head/math/p5-Math-Random-ISAAC-XS/Makefile Sat Jan 23 15:15:32 2016 (r407015) @@ -3,7 +3,7 @@ PORTNAME= Math-Random-ISAAC-XS PORTVERSION= 1.004 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JAWNSY @@ -17,4 +17,7 @@ TEST_DEPENDS= p5-Test-NoWarnings>0:${POR USES= perl5 USE_PERL5= modbuild +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/ISAAC/XS/XS.so + .include