Date: Thu, 14 Mar 2013 13:55:46 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314161 - head/math/mpfr Message-ID: <201303141355.r2EDtkkm086606@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Thu Mar 14 13:55:46 2013 New Revision: 314161 URL: http://svnweb.freebsd.org/changeset/ports/314161 Log: Update to 3.1.2 release. Modified: head/math/mpfr/Makefile head/math/mpfr/distinfo Modified: head/math/mpfr/Makefile ============================================================================== --- head/math/mpfr/Makefile Thu Mar 14 13:43:44 2013 (r314160) +++ head/math/mpfr/Makefile Thu Mar 14 13:55:46 2013 (r314161) @@ -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 Modified: head/math/mpfr/distinfo ============================================================================== --- head/math/mpfr/distinfo Thu Mar 14 13:43:44 2013 (r314160) +++ head/math/mpfr/distinfo Thu Mar 14 13:55:46 2013 (r314161) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303141355.r2EDtkkm086606>