Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2018 23:42:15 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464645 - head/math/R
Message-ID:  <201803152342.w2FNgFt3095851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Thu Mar 15 23:42:15 2018
New Revision: 464645
URL: https://svnweb.freebsd.org/changeset/ports/464645

Log:
  math/R: Update to bug-fix release 3.4.4
  
  Upstream changes:
  https://cloud.r-project.org/doc/manuals/r-release/NEWS.html

Modified:
  head/math/R/Makefile   (contents, props changed)
  head/math/R/distinfo   (contents, props changed)

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Thu Mar 15 22:33:20 2018	(r464644)
+++ head/math/R/Makefile	Thu Mar 15 23:42:15 2018	(r464645)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		R
-DISTVERSION=		3.4.3
-PORTREVISION=		3
+DISTVERSION=		3.4.4
 CATEGORIES=		math lang
 MASTER_SITES=		CRAN/src/base/R-${PORTVERSION:C|\..*||}
 
@@ -51,7 +50,7 @@ OPTIONS_SINGLE_BLAS=	ATLAS OPENBLAS NETLIB RBLAS
 OPTIONS_SUB=		YES
 
 ATLAS_DESC=		ATLAS BLAS implementation
-FLANG_DESC=		Use flang instead of the default Fortran compiler
+FLANG_DESC=		Use experimental flang instead of default Fortran compiler
 GHOSTSCRIPT_DESC=	Graphics device for bitmap files via Ghostscript
 CAIROPANGO_DESC=	Cairo graphics device and Pango multi-language text
 INFO_DESC=		GNU info manuals
@@ -91,7 +90,7 @@ INFO_INFO=		R-FAQ R-admin R-data R-exts R-ints R-intro
 JPEG_IMPLIES=		X11
 JPEG_CONFIGURE_WITH=	jpeglib
 JPEG_CONFIGURE_ENV=	r_cv_header_jpeglib_h=yes
-JPEG_USES=		jpeg
+JPEG_USES=		jpeg pkgconfig
 LDOUBLE_CONFIGURE_ENABLE=	long-double
 LETTER_CONFIGURE_ENV=	R_PAPERSIZE=letter
 MEMPROF_CONFIGURE_ENABLE=	memory-profiling

Modified: head/math/R/distinfo
==============================================================================
--- head/math/R/distinfo	Thu Mar 15 22:33:20 2018	(r464644)
+++ head/math/R/distinfo	Thu Mar 15 23:42:15 2018	(r464645)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512059911
-SHA256 (R-3.4.3.tar.gz) = 7a3cb831de5b4151e1f890113ed207527b7d4b16df9ec6b35e0964170007f426
-SIZE (R-3.4.3.tar.gz) = 30249655
+TIMESTAMP = 1521122202
+SHA256 (R-3.4.4.tar.gz) = b3e97d2fab7256d1c655c4075934725ba1cd7cb9237240a11bb22ccdad960337
+SIZE (R-3.4.4.tar.gz) = 30474612



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803152342.w2FNgFt3095851>