From owner-svn-ports-head@freebsd.org Tue Mar 6 20:32:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E36EF2C9C0; Tue, 6 Mar 2018 20:32:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 322166985A; Tue, 6 Mar 2018 20:32:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEDF217B53; Tue, 6 Mar 2018 20:32:02 +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 w26KW2OC006382; Tue, 6 Mar 2018 20:32:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w26KW2b8006380; Tue, 6 Mar 2018 20:32:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803062032.w26KW2b8006380@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, 6 Mar 2018 20:32:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463754 - head/math/p5-Math-MPFR X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/p5-Math-MPFR X-SVN-Commit-Revision: 463754 X-SVN-Commit-Repository: ports 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.25 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, 06 Mar 2018 20:32:05 -0000 Author: sunpoet Date: Tue Mar 6 20:32:02 2018 New Revision: 463754 URL: https://svnweb.freebsd.org/changeset/ports/463754 Log: Update to 4.01 Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES Modified: head/math/p5-Math-MPFR/Makefile head/math/p5-Math-MPFR/distinfo Modified: head/math/p5-Math-MPFR/Makefile ============================================================================== --- head/math/p5-Math-MPFR/Makefile Tue Mar 6 20:31:56 2018 (r463753) +++ head/math/p5-Math-MPFR/Makefile Tue Mar 6 20:32:02 2018 (r463754) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-MPFR -PORTVERSION= 4.0 +PORTVERSION= 4.01 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,6 +22,9 @@ TEST_DEPENDS= p5-Math-GMP>=0:math/p5-Math-GMP \ USE_PERL5= configure USES= localbase perl5 + +post-patch: + @${REINPLACE_CMD} -e 's| -lquadmath||' ${WRKSRC}/Makefile.PL post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/MPFR.so Modified: head/math/p5-Math-MPFR/distinfo ============================================================================== --- head/math/p5-Math-MPFR/distinfo Tue Mar 6 20:31:56 2018 (r463753) +++ head/math/p5-Math-MPFR/distinfo Tue Mar 6 20:32:02 2018 (r463754) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515159240 -SHA256 (Math-MPFR-4.0.tar.gz) = 9f1f1237781b01f4d319be97ea370c3e8ae64c103f258a7a2311985686195ab5 -SIZE (Math-MPFR-4.0.tar.gz) = 147334 +TIMESTAMP = 1520364898 +SHA256 (Math-MPFR-4.01.tar.gz) = 0d5afc5bcfdb8f163e9638519e0122df78bf6e985aae9d1ec7ebf8fd2f7ab9b3 +SIZE (Math-MPFR-4.01.tar.gz) = 151364