From 5e8fb317d7086adbe453fa7f3224105311b01c2a Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 24 Sep 2005 10:18:03 +0000 Subject: Update to 2.2.0 release: - Install shared library - Make fetchable again --- math/mpfr/Makefile | 8 +++++--- math/mpfr/distinfo | 4 ++-- math/mpfr/pkg-plist | 4 +++- 3 files changed, 10 insertions(+), 6 deletions(-) (limited to 'math') diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 6bdd68d30486..afbd31e8d326 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mpfr -PORTVERSION= 2.1.2 +PORTVERSION= 2.2.0 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ @@ -15,8 +15,10 @@ COMMENT= A library for multiple-precision floating-point computations LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gmp=${LOCALBASE} +USE_LIBTOOL_VER=15 +CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ + --enable-shared +INSTALLS_SHLIB= yes INFO= mpfr diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index 26e8045aa91c..975d53958785 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,2 +1,2 @@ -MD5 (mpfr-2.1.2.tar.gz) = d3bf773894478bf71af87f681b6819a1 -SIZE (mpfr-2.1.2.tar.gz) = 622693 +MD5 (mpfr-2.2.0.tar.gz) = 15845f68d26f2487a9c6d5b8148f9204 +SIZE (mpfr-2.2.0.tar.gz) = 944299 diff --git a/math/mpfr/pkg-plist b/math/mpfr/pkg-plist index 8ce14d435be4..e3ee60146e39 100644 --- a/math/mpfr/pkg-plist +++ b/math/mpfr/pkg-plist @@ -1,3 +1,5 @@ -lib/libmpfr.a include/mpfr.h include/mpf2mpfr.h +lib/libmpfr.a +lib/libmpfr.so +lib/libmpfr.so.1 -- cgit