From owner-svn-ports-all@freebsd.org Thu Jul 30 01:38:43 2015 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 3111B9A6DD5; Thu, 30 Jul 2015 01:38:43 +0000 (UTC) (envelope-from wen@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 16358156A; Thu, 30 Jul 2015 01:38:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6U1cgPo051231; Thu, 30 Jul 2015 01:38:42 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6U1cgfV051228; Thu, 30 Jul 2015 01:38:42 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201507300138.t6U1cgfV051228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 30 Jul 2015 01:38:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393214 - head/math/mpir 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: Thu, 30 Jul 2015 01:38:43 -0000 Author: wen Date: Thu Jul 30 01:38:41 2015 New Revision: 393214 URL: https://svnweb.freebsd.org/changeset/ports/393214 Log: - Update to 2.7.0 PR: 201848 Submitted by: tkato432@yahoo.com Modified: head/math/mpir/Makefile head/math/mpir/distinfo head/math/mpir/pkg-descr Modified: head/math/mpir/Makefile ============================================================================== --- head/math/mpir/Makefile Thu Jul 30 01:30:36 2015 (r393213) +++ head/math/mpir/Makefile Thu Jul 30 01:38:41 2015 (r393214) @@ -2,22 +2,21 @@ # $FreeBSD$ PORTNAME= mpir -DISTVERSION= 2.7.0-alpha12 +PORTVERSION= 2.7.0 CATEGORIES= math -MASTER_SITES= http://www.mpir.org/ +MASTER_SITES= http://mpir.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Multiprecision integer library LICENSE= LGPL3 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} +#LICENSE_FILE= ${WRKSRC}/COPYING.LIB USES= libtool tar:bzip2 -USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-cxx -INSTALL_TARGET+=install-strip +CONFIGURE_ARGS= --enable-cxx +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes MPIR_VERSION= 10.6.0 MPIRXX_VERSION= 4.4.0 @@ -42,6 +41,6 @@ post-install: ${STAGEDIR}${PREFIX}/lib/libmpirxx.so.${MPIRXX_VERSION:R:R} regression-test: - ${MAKE} -C ${WRKSRC} check + ${MAKE_CMD} -C ${WRKSRC} check .include Modified: head/math/mpir/distinfo ============================================================================== --- head/math/mpir/distinfo Thu Jul 30 01:30:36 2015 (r393213) +++ head/math/mpir/distinfo Thu Jul 30 01:38:41 2015 (r393214) @@ -1,2 +1,2 @@ -SHA256 (mpir-2.7.0-alpha12.tar.bz2) = 444a90dbbe2d8f7cccb8c2cc9ebd192c1dcf2563686da671977f73662ef2095d -SIZE (mpir-2.7.0-alpha12.tar.bz2) = 3620866 +SHA256 (mpir-2.7.0.tar.bz2) = a27d73da19b47552e6328511a061ec70f0cf119419c9a9e1838c8cf4f1420392 +SIZE (mpir-2.7.0.tar.bz2) = 3798772 Modified: head/math/mpir/pkg-descr ============================================================================== --- head/math/mpir/pkg-descr Thu Jul 30 01:30:36 2015 (r393213) +++ head/math/mpir/pkg-descr Thu Jul 30 01:38:41 2015 (r393214) @@ -1,8 +1,10 @@ -MPIR is an open source multiprecision integer (bignum) library forked from the -GMP (GNU Multi Precision) project. It consists of much code from past GMP -releases, in combination with much original contributed code. +MPIR is an open source multiprecision integer (bignum) library forked +from the GMP (GNU Multi Precision) project. It consists of much code +from past GMP releases, in combination with much original contributed +code. MPIR is constructed by a developer and vendor friendly community of -professional and amateur mathematicians, computer scientists and hobbyists. +professional and amateur mathematicians, computer scientists and +hobbyists. WWW: http://www.mpir.org