diff options
author | gerald <gerald@FreeBSD.org> | 2015-04-06 02:36:09 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-04-06 02:36:09 +0800 |
commit | af00f386db2ee664f2a9f405a98df0cc2d3b35ee (patch) | |
tree | 5ada22b6e41607a5a2ac5257fc654d9ef9e0baff /math | |
parent | 42c4cdec12123984e597662dcd821a16c6a01984 (diff) | |
download | freebsd-ports-graphics-af00f386db2ee664f2a9f405a98df0cc2d3b35ee.tar.gz freebsd-ports-graphics-af00f386db2ee664f2a9f405a98df0cc2d3b35ee.tar.zst freebsd-ports-graphics-af00f386db2ee664f2a9f405a98df0cc2d3b35ee.zip |
Update to MPC version 1.0.3 which brings two changes:
- Fixed mpc_pow, see
http://lists.gforge.inria.fr/pipermail/mpc-discuss/2014-October/001315.html
- Switched to libtool 2.4.5.
No PORTREVISION bump of dependent ports since this is really a minor
change and transparent for users that link dynamically.
Diffstat (limited to 'math')
-rw-r--r-- | math/mpc/Makefile | 3 | ||||
-rw-r--r-- | math/mpc/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile index 08b89bd25a4..856d5f6f3b1 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpc -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ diff --git a/math/mpc/distinfo b/math/mpc/distinfo index edee665883e..ee97af5335a 100644 --- a/math/mpc/distinfo +++ b/math/mpc/distinfo @@ -1,2 +1,2 @@ -SHA256 (mpc-1.0.2.tar.gz) = b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488 -SIZE (mpc-1.0.2.tar.gz) = 633173 +SHA256 (mpc-1.0.3.tar.gz) = 617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3 +SIZE (mpc-1.0.3.tar.gz) = 669925 |