Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2015 17:20:24 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402167 - in head: cad/meshlab math/mpir
Message-ID:  <201511211720.tALHKOc7005078@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Nov 21 17:20:24 2015
New Revision: 402167
URL: https://svnweb.freebsd.org/changeset/ports/402167

Log:
  Update math/mpir to 2.7.2.
  
  - Set LICENSE_FILE.
  - Depend on devel/yasm instead of building a bundled yasm.
  - Remove post-install target, the build system takes care of creating the
    proper soversion symlinks.
  - Bump PORTREVISION in dependent ports due to a change in the soversion
    number.

Modified:
  head/cad/meshlab/Makefile
  head/math/mpir/Makefile
  head/math/mpir/distinfo

Modified: head/cad/meshlab/Makefile
==============================================================================
--- head/cad/meshlab/Makefile	Sat Nov 21 17:18:10 2015	(r402166)
+++ head/cad/meshlab/Makefile	Sat Nov 21 17:20:24 2015	(r402167)
@@ -3,7 +3,7 @@
 
 PORTNAME=	meshlab
 PORTVERSION=	1.3.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	cad
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/MeshLab%20v${PORTVERSION}/
 DISTNAME=	MeshLabSrc_AllInc_v${PORTVERSION:C|\.||g}

Modified: head/math/mpir/Makefile
==============================================================================
--- head/math/mpir/Makefile	Sat Nov 21 17:18:10 2015	(r402166)
+++ head/math/mpir/Makefile	Sat Nov 21 17:20:24 2015	(r402167)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mpir
-PORTVERSION=	2.7.0
+PORTVERSION=	2.7.2
 CATEGORIES=	math
 MASTER_SITES=	http://mpir.org/
 
@@ -10,16 +10,18 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Multiprecision integer library
 
 LICENSE=	LGPL3
-#LICENSE_FILE=	${WRKSRC}/COPYING.LIB
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
+
+BUILD_DEPENDS=	yasm:${PORTSDIR}/devel/yasm
 
 USES=		libtool tar:bzip2
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-cxx
+CONFIGURE_ARGS=	--enable-cxx --with-system-yasm
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
-MPIR_VERSION=	10.6.0
-MPIRXX_VERSION=	4.4.0
+MPIR_VERSION=	16.6.2
+MPIRXX_VERSION=	8.4.2
 
 INFO=		mpir
 
@@ -34,12 +36,6 @@ PLIST_FILES=	include/mpir.h \
 		lib/libmpirxx.so.${MPIRXX_VERSION} \
 		lib/libmpirxx.so.${MPIRXX_VERSION:R:R}
 
-post-install:
-	${LN} -sf libmpir.so.${MPIR_VERSION} \
-	    ${STAGEDIR}${PREFIX}/lib/libmpir.so.${MPIR_VERSION:R:R}
-	${LN} -sf libmpirxx.so.${MPIRXX_VERSION} \
-	    ${STAGEDIR}${PREFIX}/lib/libmpirxx.so.${MPIRXX_VERSION:R:R}
-
 regression-test:
 	${MAKE_CMD} -C ${WRKSRC} check
 

Modified: head/math/mpir/distinfo
==============================================================================
--- head/math/mpir/distinfo	Sat Nov 21 17:18:10 2015	(r402166)
+++ head/math/mpir/distinfo	Sat Nov 21 17:20:24 2015	(r402167)
@@ -1,2 +1,2 @@
-SHA256 (mpir-2.7.0.tar.bz2) = a27d73da19b47552e6328511a061ec70f0cf119419c9a9e1838c8cf4f1420392
-SIZE (mpir-2.7.0.tar.bz2) = 3798772
+SHA256 (mpir-2.7.2.tar.bz2) = a7d4c33595b4f781a51c92d5d139ec2efb3cf1bf101dfc3eef5b40c54e6f45ec
+SIZE (mpir-2.7.2.tar.bz2) = 3771429



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