Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2013 14:42:18 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312232 - head/math/gmp
Message-ID:  <201302141442.r1EEgI1U045033@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Thu Feb 14 14:42:18 2013
New Revision: 312232
URL: http://svnweb.freebsd.org/changeset/ports/312232

Log:
  Update to 5.1.1 release.

Modified:
  head/math/gmp/Makefile
  head/math/gmp/distinfo

Modified: head/math/gmp/Makefile
==============================================================================
--- head/math/gmp/Makefile	Thu Feb 14 14:31:30 2013	(r312231)
+++ head/math/gmp/Makefile	Thu Feb 14 14:42:18 2013	(r312232)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	gmp
-PORTVERSION=	5.1.0
+PORTVERSION=	5.1.1
 CATEGORIES=	math devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	gmp
-DISTFILES=	${PORTNAME}-${PORTVERSION}a${EXTRACT_SUFX}
 
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	A free library for arbitrary precision arithmetic
@@ -41,11 +40,6 @@ CONFIGURE_ENV+=	ABI="64"
 CONFIGURE_ENV+=	ABI="32"
 .endif
 
-# temporary build hack for ARM
-.if ${ARCH} == "arm"
-CONFIGURE_ARGS+=--enable-assembly=no
-.endif
-
 post-extract:
 	@${RM} -f ${WRKSRC}/doc/gmp.info*
 

Modified: head/math/gmp/distinfo
==============================================================================
--- head/math/gmp/distinfo	Thu Feb 14 14:31:30 2013	(r312231)
+++ head/math/gmp/distinfo	Thu Feb 14 14:42:18 2013	(r312232)
@@ -1,2 +1,2 @@
-SHA256 (gmp-5.1.0a.tar.bz2) = ed5239a62aeaba6cfc8d50ec36fb59215618f98c248d4bb05ca9bccd990794dc
-SIZE (gmp-5.1.0a.tar.bz2) = 2196866
+SHA256 (gmp-5.1.1.tar.bz2) = a0d4779f48b36519dfaceb5f987a7c76fcac223258bebea3bb2244310970afad
+SIZE (gmp-5.1.1.tar.bz2) = 2213841



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302141442.r1EEgI1U045033>