svn commit: r425155 - head/math/R

Joseph Mingrone jrm at FreeBSD.org
Wed Nov 2 14:12:58 UTC 2016


Author: jrm
Date: Wed Nov  2 14:12:56 2016
New Revision: 425155
URL: https://svnweb.freebsd.org/changeset/ports/425155

Log:
  math/R: Fix typo and bump PORTREVISION
  
  Reported by:	rhurlin at gwdg.de
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8420

Modified:
  head/math/R/Makefile

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Wed Nov  2 13:34:26 2016	(r425154)
+++ head/math/R/Makefile	Wed Nov  2 14:12:56 2016	(r425155)
@@ -3,6 +3,7 @@
 
 PORTNAME=		R
 PORTVERSION=		3.3.2
+PORTREVISION=		1
 CATEGORIES=		math lang
 MASTER_SITES=		CRAN/src/base/R-${PORTVERSION:C|\..*||}
 
@@ -64,7 +65,7 @@ ALLDOCS_CONFIGURE_ENV_OFF+=	ac_cv_path_$
 ALLDOCS_INSTALL_TARGET=	install-pdf
 ALLDOCS_USE=		tex=dvipsk:build,kpathsea:build,pdftex:build
 ATLAS_USES=		blaslapack:atlas
-ALTAS_CONFIGURE_ON=	--disable-BLAS-shlib
+ATLAS_CONFIGURE_ON=	--disable-BLAS-shlib
 ATLAS_VARS=		MANUAL_PACKAGE_BUILD=\
 "Choose a BLAS option other than ATLAS for package building."
 CAIROPANGO_IMPLIES=	X11


More information about the svn-ports-all mailing list