summaryrefslogtreecommitdiff
path: root/math/mpfr/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2016-03-08 15:03:42 +0000
committerwiz <wiz>2016-03-08 15:03:42 +0000
commitc391cead91aedb5243defb8db297d734e0444f3c (patch)
tree0b5c33be177f34595cc444ca836f1921991d6f3f /math/mpfr/Makefile
parente643622ddb22799578246cefe1eaf21698c0deac (diff)
downloadpkgsrc-c391cead91aedb5243defb8db297d734e0444f3c.tar.gz
Update mpfr to 3.1.4:
Changes from version 3.1.3 to version 3.1.4: - Improved MPFR manual. - Bug fixes (see <http://www.mpfr.org/mpfr-3.1.3/#fixed> and ChangeLog file). - MinGW (MS Windows): Added support for thread-safe DLL (shared library).
Diffstat (limited to 'math/mpfr/Makefile')
-rw-r--r--math/mpfr/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index c606ee8c80c..9dc943cb2c2 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.29 2015/06/30 10:25:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2016/03/08 15:03:42 wiz Exp $
-DISTNAME= mpfr-3.1.3
+DISTNAME= mpfr-3.1.4
CATEGORIES= math
-MASTER_SITES= http://www.mpfr.org/mpfr-3.1.3/
+MASTER_SITES= http://www.mpfr.org/${DISTNAME}/
EXTRACT_SUFX= .tar.bz2
-DIST_SUBDIR= ${DISTNAME}
-
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mpfr.org/
COMMENT= GMP-based library for multiple-precision floating-point computations