From owner-svn-ports-head@freebsd.org Fri Jul 31 16:26:14 2015 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 C8A829AF1FA; Fri, 31 Jul 2015 16:26:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 8FCF61E60; Fri, 31 Jul 2015 16:26:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6VGQEL5008467; Fri, 31 Jul 2015 16:26:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6VGQD3R008463; Fri, 31 Jul 2015 16:26:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507311626.t6VGQD3R008463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Jul 2015 16:26:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393342 - head/math/p5-Math-GMP 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: Fri, 31 Jul 2015 16:26:14 -0000 Author: sunpoet Date: Fri Jul 31 16:26:12 2015 New Revision: 393342 URL: https://svnweb.freebsd.org/changeset/ports/393342 Log: - Update to 2.09 - Do not silence installation message - Sort PLIST Changes: http://search.cpan.org/dist/Math-GMP/Changes Modified: head/math/p5-Math-GMP/Makefile head/math/p5-Math-GMP/distinfo head/math/p5-Math-GMP/pkg-plist Modified: head/math/p5-Math-GMP/Makefile ============================================================================== --- head/math/p5-Math-GMP/Makefile Fri Jul 31 16:26:07 2015 (r393341) +++ head/math/p5-Math-GMP/Makefile Fri Jul 31 16:26:12 2015 (r393342) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GMP -PORTVERSION= 2.07 -PORTREVISION= 1 +PORTVERSION= 2.09 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +13,7 @@ COMMENT= Perl module that provides an in LICENSE= LGPL20 LGPL21 LGPL3 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Devel-CheckLib>=0.9:${PORTSDIR}/devel/p5-Devel-CheckLib LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp CONFIGURE_ARGS= INC=-I${LOCALBASE}/include LIBS="-L${LOCALBASE}/lib -lgmp" @@ -21,6 +21,6 @@ USES= perl5 USE_PERL5= configure post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMP/GMP.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMP/GMP.so .include Modified: head/math/p5-Math-GMP/distinfo ============================================================================== --- head/math/p5-Math-GMP/distinfo Fri Jul 31 16:26:07 2015 (r393341) +++ head/math/p5-Math-GMP/distinfo Fri Jul 31 16:26:12 2015 (r393342) @@ -1,2 +1,2 @@ -SHA256 (Math-GMP-2.07.tar.gz) = 2a1f153c5615bae2a8cf1204b0879d3f46b82d766254a1c1d786ddfb8c12b0c9 -SIZE (Math-GMP-2.07.tar.gz) = 24696 +SHA256 (Math-GMP-2.09.tar.gz) = b3b753392ab45c2bcf06563274686aa7dcf3ab2d1204c0371f153a8a6c5f1e03 +SIZE (Math-GMP-2.09.tar.gz) = 28335 Modified: head/math/p5-Math-GMP/pkg-plist ============================================================================== --- head/math/p5-Math-GMP/pkg-plist Fri Jul 31 16:26:07 2015 (r393341) +++ head/math/p5-Math-GMP/pkg-plist Fri Jul 31 16:26:12 2015 (r393342) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Math::GMP.3.gz %%SITE_ARCH%%/Math/GMP.pm %%SITE_ARCH%%/auto/Math/GMP/GMP.so %%SITE_ARCH%%/auto/Math/GMP/autosplit.ix +%%PERL5_MAN3%%/Math::GMP.3.gz