svn commit: r329504 - head/math/gmp

Alex Dupre ale at FreeBSD.org
Sat Oct 5 21:04:41 UTC 2013


Author: ale
Date: Sat Oct  5 21:04:40 2013
New Revision: 329504
URL: http://svnweb.freebsd.org/changeset/ports/329504

Log:
  Update to 5.1.3 release.

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

Modified: head/math/gmp/Makefile
==============================================================================
--- head/math/gmp/Makefile	Sat Oct  5 20:56:22 2013	(r329503)
+++ head/math/gmp/Makefile	Sat Oct  5 21:04:40 2013	(r329504)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gmp
-PORTVERSION=	5.1.2
+PORTVERSION=	5.1.3
 CATEGORIES=	math devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	gmp
@@ -15,7 +15,7 @@ LICENSE=	LGPL3
 OPTIONS_DEFINE=	CPU_OPTS
 CPU_OPTS_DESC=	Enable assembly optimizations for your CPU
 
-USE_BZIP2=	yes
+USE_XZ=		yes
 HAS_CONFIGURE=	yes
 GNU_CONFIGURE=	no # needed, since the following line would add it
 USE_AUTOTOOLS=	libtool

Modified: head/math/gmp/distinfo
==============================================================================
--- head/math/gmp/distinfo	Sat Oct  5 20:56:22 2013	(r329503)
+++ head/math/gmp/distinfo	Sat Oct  5 21:04:40 2013	(r329504)
@@ -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.xz) = dee2eda37f4ff541f30019932db0c37f6f77a30ba3609234933b1818f9b07071
+SIZE (gmp-5.1.3.tar.xz) = 1818812


More information about the svn-ports-head mailing list