svn commit: r314161 - head/math/mpfr

Alex Dupre ale at FreeBSD.org
Thu Mar 14 13:55:47 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Alex Dupre <ale at 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


More information about the svn-ports-all mailing list