aboutsummaryrefslogtreecommitdiff
path: root/math/gmp
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2013-02-06 11:26:45 +0000
committerAlex Dupre <ale@FreeBSD.org>2013-02-06 11:26:45 +0000
commit84860f06f9bdef5ff6cba6cd0ec8aee8f82ca021 (patch)
tree0ce0bfa55ca71c04e92559c05787fd4f15eadef4 /math/gmp
parent60b3d7d76c7b7abcc4090e55197cf92bede2f679 (diff)
downloadports-84860f06f9bdef5ff6cba6cd0ec8aee8f82ca021.tar.gz
ports-84860f06f9bdef5ff6cba6cd0ec8aee8f82ca021.zip
Update to 5.1.0 release.
Notes
Notes: svn path=/head/; revision=311758
Diffstat (limited to 'math/gmp')
-rw-r--r--math/gmp/Makefile17
-rw-r--r--math/gmp/distinfo4
-rw-r--r--math/gmp/pkg-plist2
3 files changed, 12 insertions, 11 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
index 38d30aab8df1..0ae35a9a845c 100644
--- a/math/gmp/Makefile
+++ b/math/gmp/Makefile
@@ -1,25 +1,26 @@
-# New ports collection makefile for: libgmp3
-# Date created: Jan 11, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gmp
-PORTVERSION= 5.0.5
+PORTVERSION= 5.1.0
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
LICENSE= LGPL3
-OPTIONS= CPU_OPTS "Enable assembly optimizations for your CPU" off
+OPTIONS_DEFINE= CPU_OPTS
+CPU_OPTS_DESC= Enable assembly optimizations for your CPU
USE_BZIP2= yes
HAS_CONFIGURE= yes
+GNU_CONFIGURE= no # needed, since the following line would add it
+USE_AUTOTOOLS= libtool
+USE_GNOME= ltverhack
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS= --prefix=${PREFIX} \
--infodir=${PREFIX}/info \
@@ -32,7 +33,7 @@ INFO= gmp
.include <bsd.port.pre.mk>
-.if !defined(WITH_CPU_OPTS)
+.if ! ${PORT_OPTIONS:MCPU_OPTS}
CONFIGURE_ARGS+=--build=${ARCH}-portbld-freebsd${OSREL}
.elif ${ARCH:S/64//} != ${ARCH}
CONFIGURE_ENV+= ABI="64"
diff --git a/math/gmp/distinfo b/math/gmp/distinfo
index c8cfcd3ad020..63abb4553a36 100644
--- a/math/gmp/distinfo
+++ b/math/gmp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gmp-5.0.5.tar.bz2) = 1f588aaccc41bb9aed946f9fe38521c26d8b290d003c5df807f65690f2aadec9
-SIZE (gmp-5.0.5.tar.bz2) = 2052144
+SHA256 (gmp-5.1.0a.tar.bz2) = ed5239a62aeaba6cfc8d50ec36fb59215618f98c248d4bb05ca9bccd990794dc
+SIZE (gmp-5.1.0a.tar.bz2) = 2196866
diff --git a/math/gmp/pkg-plist b/math/gmp/pkg-plist
index f6fe0dbc830c..877b0d7e98fb 100644
--- a/math/gmp/pkg-plist
+++ b/math/gmp/pkg-plist
@@ -7,4 +7,4 @@ lib/libgmp.so.10
lib/libgmpxx.a
lib/libgmpxx.la
lib/libgmpxx.so
-lib/libgmpxx.so.6
+lib/libgmpxx.so.4