diff options
author | ale <ale@FreeBSD.org> | 2013-03-14 21:55:46 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2013-03-14 21:55:46 +0800 |
commit | f965ff768c117e29e200e16b639a72dc7686cb5b (patch) | |
tree | 7c4750227bb5ab869485c075b759b1fb637fb589 /math | |
parent | 29185f9592536f78a8c309fc91be142042ee565c (diff) | |
download | freebsd-ports-gnome-f965ff768c117e29e200e16b639a72dc7686cb5b.tar.gz freebsd-ports-gnome-f965ff768c117e29e200e16b639a72dc7686cb5b.tar.zst freebsd-ports-gnome-f965ff768c117e29e200e16b639a72dc7686cb5b.zip |
Update to 3.1.2 release.
Diffstat (limited to 'math')
-rw-r--r-- | math/mpfr/Makefile | 10 | ||||
-rw-r--r-- | math/mpfr/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 2767f66c04c0..db850c0c1339 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: mpfr -# Date created: 28 Aug 2005 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mpfr -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} @@ -45,7 +41,7 @@ PORTDOCS= * CONFIGURE_ARGS+= --disable-thread-safe .endif -.if defined(NOPORTDOCS) +.if ! ${PORT_OPTIONS:MDOCS} post-patch: @${REINPLACE_CMD} 's/install-nobase_dist_docDATA$$//' \ ${WRKSRC}/Makefile.in diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index 063b2bfbdb4a..25de076849e9 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,2 +1,2 @@ -SHA256 (mpfr-3.1.1/mpfr-3.1.1.tar.xz) = 49d5acc32dbeec30a8e26af9c19845763d63feacb8bf97b12876008419f5a17a -SIZE (mpfr-3.1.1/mpfr-3.1.1.tar.xz) = 1071688 +SHA256 (mpfr-3.1.2/mpfr-3.1.2.tar.xz) = 399d0f47ef6608cc01d29ed1b99c7faff36d9994c45f36f41ba250147100453b +SIZE (mpfr-3.1.2/mpfr-3.1.2.tar.xz) = 1074388 |