Date: Wed, 6 Feb 2013 11:26:46 +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: r311758 - head/math/gmp Message-ID: <201302061126.r16BQkaO094170@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Wed Feb 6 11:26:45 2013 New Revision: 311758 URL: http://svnweb.freebsd.org/changeset/ports/311758 Log: Update to 5.1.0 release. Modified: head/math/gmp/Makefile head/math/gmp/distinfo head/math/gmp/pkg-plist (contents, props changed) Modified: head/math/gmp/Makefile ============================================================================== --- head/math/gmp/Makefile Wed Feb 6 11:23:15 2013 (r311757) +++ head/math/gmp/Makefile Wed Feb 6 11:26:45 2013 (r311758) @@ -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" Modified: head/math/gmp/distinfo ============================================================================== --- head/math/gmp/distinfo Wed Feb 6 11:23:15 2013 (r311757) +++ head/math/gmp/distinfo Wed Feb 6 11:26:45 2013 (r311758) @@ -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 Modified: head/math/gmp/pkg-plist ============================================================================== --- head/math/gmp/pkg-plist Wed Feb 6 11:23:15 2013 (r311757) +++ head/math/gmp/pkg-plist Wed Feb 6 11:26:45 2013 (r311758) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302061126.r16BQkaO094170>