From owner-svn-ports-all@FreeBSD.ORG Sun Jan 4 09:26:54 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45E48E08; Sun, 4 Jan 2015 09:26:54 +0000 (UTC) Received: from svn.freebsd.org (svn.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 179F4665A6; Sun, 4 Jan 2015 09:26:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t049QrBJ015451; Sun, 4 Jan 2015 09:26:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t049Qrmg015448; Sun, 4 Jan 2015 09:26:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501040926.t049Qrmg015448@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 Jan 2015 09:26:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376184 - 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.18-1 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: Sun, 04 Jan 2015 09:26:54 -0000 Author: sunpoet Date: Sun Jan 4 09:26:52 2015 New Revision: 376184 URL: https://svnweb.freebsd.org/changeset/ports/376184 QAT: https://qat.redports.org/buildarchive/r376184/ Log: - Update to 1.04 - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Math-MPC/CHANGES Modified: head/math/p5-Math-MPC/Makefile head/math/p5-Math-MPC/distinfo head/math/p5-Math-MPC/pkg-plist Modified: head/math/p5-Math-MPC/Makefile ============================================================================== --- head/math/p5-Math-MPC/Makefile Sun Jan 4 09:26:41 2015 (r376183) +++ head/math/p5-Math-MPC/Makefile Sun Jan 4 09:26:52 2015 (r376184) @@ -2,17 +2,18 @@ # $FreeBSD$ PORTNAME= Math-MPC -PORTVERSION= 1.01 -PORTREVISION= 1 +PORTVERSION= 1.04 CATEGORIES= math perl5 MASTER_SITES= CPAN -#MASTER_SITE_SUBDIR= CPAN:SISYPHUS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to MPC Library -BUILD_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Math-MPFR>=3.23:${PORTSDIR}/math/p5-Math-MPFR LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libmpc.so:${PORTSDIR}/math/mpc \ libmpfr.so:${PORTSDIR}/math/mpfr Modified: head/math/p5-Math-MPC/distinfo ============================================================================== --- head/math/p5-Math-MPC/distinfo Sun Jan 4 09:26:41 2015 (r376183) +++ head/math/p5-Math-MPC/distinfo Sun Jan 4 09:26:52 2015 (r376184) @@ -1,2 +1,2 @@ -SHA256 (Math-MPC-1.01.tar.gz) = ab13a30021369cd2b342c9e6c3f2aa2faa1d37d4ee2de5aea00e42c72a5d3725 -SIZE (Math-MPC-1.01.tar.gz) = 50110 +SHA256 (Math-MPC-1.04.tar.gz) = 0796afc34a37847f55a2e40c1e7f2ca12a2baee28809b0ea4a7ae366fcde48a0 +SIZE (Math-MPC-1.04.tar.gz) = 51587 Modified: head/math/p5-Math-MPC/pkg-plist ============================================================================== --- head/math/p5-Math-MPC/pkg-plist Sun Jan 4 09:26:41 2015 (r376183) +++ head/math/p5-Math-MPC/pkg-plist Sun Jan 4 09:26:52 2015 (r376184) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Math::MPC.3.gz %%SITE_ARCH%%/Math/MPC.pm %%SITE_ARCH%%/auto/Math/MPC/MPC.so +%%PERL5_MAN3%%/Math::MPC.3.gz