From owner-svn-ports-all@FreeBSD.ORG Tue Mar 4 11:37:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 994ED49B; Tue, 4 Mar 2014 11:37:58 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BF097A6; Tue, 4 Mar 2014 11:37:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s24Bbwan074163; Tue, 4 Mar 2014 11:37:58 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s24Bbv9x074158; Tue, 4 Mar 2014 11:37:57 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201403041137.s24Bbv9x074158@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Tue, 4 Mar 2014 11:37:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347009 - head/math/mingw32-libgmp 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.17 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: Tue, 04 Mar 2014 11:37:58 -0000 Author: rm Date: Tue Mar 4 11:37:57 2014 New Revision: 347009 URL: http://svnweb.freebsd.org/changeset/ports/347009 QAT: https://qat.redports.org/buildarchive/r347009/ Log: math/mingw32-libgmp: update to 5.1.3 and support staging - update to 5.1.3 - support staging PR: 187242 Submitted by: Naram Qashat (maintainer) Modified: head/math/mingw32-libgmp/Makefile head/math/mingw32-libgmp/distinfo head/math/mingw32-libgmp/pkg-descr Modified: head/math/mingw32-libgmp/Makefile ============================================================================== --- head/math/mingw32-libgmp/Makefile Tue Mar 4 11:36:53 2014 (r347008) +++ head/math/mingw32-libgmp/Makefile Tue Mar 4 11:37:57 2014 (r347009) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgmp -PORTVERSION= 5.1.2 +PORTVERSION= 5.1.3 CATEGORIES= math devel MASTER_SITES= ftp://ftp.gmplib.org/pub/gmp-${PORTVERSION}/ PKGNAMEPREFIX= mingw32- @@ -32,11 +32,7 @@ CONFIGURE_TARGET= INFO= gmp INFO_PATH= ${GMP_TARG}/info -NO_STAGE= yes post-extract: @${RM} -f ${WRKSRC}/doc/gmp.info* -pre-install: - ${MKDIR} ${PREFIX}/${GMP_TARG}/info - .include Modified: head/math/mingw32-libgmp/distinfo ============================================================================== --- head/math/mingw32-libgmp/distinfo Tue Mar 4 11:36:53 2014 (r347008) +++ head/math/mingw32-libgmp/distinfo Tue Mar 4 11:37:57 2014 (r347009) @@ -1,2 +1,2 @@ -SHA256 (gmp-5.1.2.tar.bz2) = 2099deea64ef3e58ac2b42eaaa0286c3231430a8e893359d806bfa31611c1b8f -SIZE (gmp-5.1.2.tar.bz2) = 2194495 +SHA256 (gmp-5.1.3.tar.bz2) = 752079520b4690531171d0f4532e40f08600215feefede70b24fabdc6f1ab160 +SIZE (gmp-5.1.3.tar.bz2) = 2196480 Modified: head/math/mingw32-libgmp/pkg-descr ============================================================================== --- head/math/mingw32-libgmp/pkg-descr Tue Mar 4 11:36:53 2014 (r347008) +++ head/math/mingw32-libgmp/pkg-descr Tue Mar 4 11:37:57 2014 (r347009) @@ -2,7 +2,7 @@ GMP is a free library for arbitrary prec on signed integers, rational numbers, and floating point numbers. There is no limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of -functions, and the functions have a regular interface. +functions, and the functions have a regular interface. This port compiles libgmp using MinGW32.