Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2016 12:40:24 +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: r413636 - head/math/mpfr
Message-ID:  <201604191240.u3JCeOLp092599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Tue Apr 19 12:40:24 2016
New Revision: 413636
URL: https://svnweb.freebsd.org/changeset/ports/413636

Log:
  Update to 3.1.4 release.

Modified:
  head/math/mpfr/Makefile
  head/math/mpfr/distinfo
  head/math/mpfr/pkg-plist

Modified: head/math/mpfr/Makefile
==============================================================================
--- head/math/mpfr/Makefile	Tue Apr 19 12:38:21 2016	(r413635)
+++ head/math/mpfr/Makefile	Tue Apr 19 12:40:24 2016	(r413636)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mpfr
-PORTVERSION=	3.1.3
-PORTREVISION=	1
+PORTVERSION=	3.1.4
 CATEGORIES=	math devel
 MASTER_SITES=	http://www.mpfr.org/mpfr-current/
 DIST_SUBDIR=	${DISTNAME}
@@ -16,17 +15,17 @@ COMMENT=	Library for multiple-precision 
 
 LICENSE=	LGPL3
 
-#PATCH_DEPENDS=	gpatch:devel/patch
+PATCH_DEPENDS=	gpatch:devel/patch
 LIB_DEPENDS=	libgmp.so:math/gmp
 
-#PATCHLEVEL=	10
-#PATCHFILES!=	/usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
-#PATCH=		${LOCALBASE}/bin/gpatch
+PATCHLEVEL=	1
+PATCHFILES!=	/usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
+PATCH=		${LOCALBASE}/bin/gpatch
 
 USES=		libtool tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gmp=${LOCALBASE}
-
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 INFO=		mpfr

Modified: head/math/mpfr/distinfo
==============================================================================
--- head/math/mpfr/distinfo	Tue Apr 19 12:38:21 2016	(r413635)
+++ head/math/mpfr/distinfo	Tue Apr 19 12:40:24 2016	(r413636)
@@ -1,2 +1,4 @@
-SHA256 (mpfr-3.1.3/mpfr-3.1.3.tar.xz) = 6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16
-SIZE (mpfr-3.1.3/mpfr-3.1.3.tar.xz) = 1112096
+SHA256 (mpfr-3.1.4/mpfr-3.1.4.tar.xz) = 761413b16d749c53e2bfd2b1dfaa3b027b0e793e404b90b5fbaeef60af6517f5
+SIZE (mpfr-3.1.4/mpfr-3.1.4.tar.xz) = 1122152
+SHA256 (mpfr-3.1.4/patch01) = 9a03c3f304feaff747d1832f4a0f3653bbd24764df403305add0b76ca6cd6541
+SIZE (mpfr-3.1.4/patch01) = 2028

Modified: head/math/mpfr/pkg-plist
==============================================================================
--- head/math/mpfr/pkg-plist	Tue Apr 19 12:38:21 2016	(r413635)
+++ head/math/mpfr/pkg-plist	Tue Apr 19 12:40:24 2016	(r413636)
@@ -3,4 +3,4 @@ include/mpf2mpfr.h
 lib/libmpfr.a
 lib/libmpfr.so
 lib/libmpfr.so.4
-lib/libmpfr.so.4.1.3
+lib/libmpfr.so.4.1.4



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