From owner-svn-ports-all@freebsd.org Sat Feb 6 16:44:04 2016 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 893C0AA0D7E; Sat, 6 Feb 2016 16:44:04 +0000 (UTC) (envelope-from adamw@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 5BD14D11; Sat, 6 Feb 2016 16:44:04 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u16Gi3Qv003762; Sat, 6 Feb 2016 16:44:03 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u16Gi3q1003760; Sat, 6 Feb 2016 16:44:03 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602061644.u16Gi3q1003760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 6 Feb 2016 16:44:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408304 - head/math/p5-Math-MPC 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: Sat, 06 Feb 2016 16:44:04 -0000 Author: adamw Date: Sat Feb 6 16:44:03 2016 New Revision: 408304 URL: https://svnweb.freebsd.org/changeset/ports/408304 Log: Update to 1.05. Strip XS module. Remove p5-Test-Pod from TEST_DEPENDS, as that is for author tests, not end-user tests. Changes: https://metacpan.org/changes/distribution/Math-MPC Modified: head/math/p5-Math-MPC/Makefile head/math/p5-Math-MPC/distinfo Modified: head/math/p5-Math-MPC/Makefile ============================================================================== --- head/math/p5-Math-MPC/Makefile Sat Feb 6 16:32:39 2016 (r408303) +++ head/math/p5-Math-MPC/Makefile Sat Feb 6 16:44:03 2016 (r408304) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-MPC -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,10 +18,12 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/ libmpc.so:${PORTSDIR}/math/mpc \ libmpfr.so:${PORTSDIR}/math/mpfr RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod MAKE_ENV= INC="-I${LOCALBASE}/include" USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Math/MPC/MPC.so + .include Modified: head/math/p5-Math-MPC/distinfo ============================================================================== --- head/math/p5-Math-MPC/distinfo Sat Feb 6 16:32:39 2016 (r408303) +++ head/math/p5-Math-MPC/distinfo Sat Feb 6 16:44:03 2016 (r408304) @@ -1,2 +1,2 @@ -SHA256 (Math-MPC-1.04.tar.gz) = 0796afc34a37847f55a2e40c1e7f2ca12a2baee28809b0ea4a7ae366fcde48a0 -SIZE (Math-MPC-1.04.tar.gz) = 51587 +SHA256 (Math-MPC-1.05.tar.gz) = e0fd91159d758b14b6b876a751c6f9d868b2e577854bda6797f322f5061fd85e +SIZE (Math-MPC-1.05.tar.gz) = 54337