From owner-svn-ports-head@freebsd.org Mon Jan 30 21:42:47 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 6E9B9CC8C55; Mon, 30 Jan 2017 21:42:47 +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 2EA4A889; Mon, 30 Jan 2017 21:42:47 +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 v0ULgkLl084892; Mon, 30 Jan 2017 21:42:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0ULgkMe084889; Mon, 30 Jan 2017 21:42:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701302142.v0ULgkMe084889@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, 30 Jan 2017 21:42:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432883 - head/math/p5-Math-MPFR 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: Mon, 30 Jan 2017 21:42:47 -0000 Author: sunpoet Date: Mon Jan 30 21:42:45 2017 New Revision: 432883 URL: https://svnweb.freebsd.org/changeset/ports/432883 Log: Update to 3.35 Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES Modified: head/math/p5-Math-MPFR/Makefile head/math/p5-Math-MPFR/distinfo head/math/p5-Math-MPFR/pkg-plist Modified: head/math/p5-Math-MPFR/Makefile ============================================================================== --- head/math/p5-Math-MPFR/Makefile Mon Jan 30 21:42:41 2017 (r432882) +++ head/math/p5-Math-MPFR/Makefile Mon Jan 30 21:42:45 2017 (r432883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-MPFR -PORTVERSION= 3.34 +PORTVERSION= 3.35 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-MPFR/distinfo ============================================================================== --- head/math/p5-Math-MPFR/distinfo Mon Jan 30 21:42:41 2017 (r432882) +++ head/math/p5-Math-MPFR/distinfo Mon Jan 30 21:42:45 2017 (r432883) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554358 -SHA256 (Math-MPFR-3.34.tar.gz) = 9ea4dd9ad2a9934fc2fb4777ed09807e3b2b136c99703573a4e80322008eb969 -SIZE (Math-MPFR-3.34.tar.gz) = 127710 +TIMESTAMP = 1485797850 +SHA256 (Math-MPFR-3.35.tar.gz) = 4c2e76df91394d94d2c30ccb4452d77260572f22b6df263cc7f1c0d4612cc981 +SIZE (Math-MPFR-3.35.tar.gz) = 137775 Modified: head/math/p5-Math-MPFR/pkg-plist ============================================================================== --- head/math/p5-Math-MPFR/pkg-plist Mon Jan 30 21:42:41 2017 (r432882) +++ head/math/p5-Math-MPFR/pkg-plist Mon Jan 30 21:42:45 2017 (r432883) @@ -1,4 +1,5 @@ %%SITE_ARCH%%/Math/MPFR.pm +%%SITE_ARCH%%/Math/MPFR.pod %%SITE_ARCH%%/Math/MPFR/Prec.pm %%SITE_ARCH%%/Math/MPFR/Random.pm %%SITE_ARCH%%/Math/MPFR/V.pm