diff options
author | ale <ale@FreeBSD.org> | 2005-09-24 18:18:03 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-09-24 18:18:03 +0800 |
commit | 5e8fb317d7086adbe453fa7f3224105311b01c2a (patch) | |
tree | f6c2cf9ad966688fbee948c4511a3d1a763ee0e8 | |
parent | 39e64963e4a5afcab56125e50354b452b25511cb (diff) | |
download | freebsd-ports-gnome-5e8fb317d7086adbe453fa7f3224105311b01c2a.tar.gz freebsd-ports-gnome-5e8fb317d7086adbe453fa7f3224105311b01c2a.tar.zst freebsd-ports-gnome-5e8fb317d7086adbe453fa7f3224105311b01c2a.zip |
Update to 2.2.0 release:
- Install shared library
- Make fetchable again
-rw-r--r-- | math/mpfr/Makefile | 8 | ||||
-rw-r--r-- | math/mpfr/distinfo | 4 | ||||
-rw-r--r-- | math/mpfr/pkg-plist | 4 |
3 files changed, 10 insertions, 6 deletions
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 |