From owner-svn-ports-all@freebsd.org Wed Nov 2 14:12:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CD9BC2A11B; Wed, 2 Nov 2016 14:12:58 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0045417D6; Wed, 2 Nov 2016 14:12:57 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA2ECvEW039378; Wed, 2 Nov 2016 14:12:57 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA2ECvk6039377; Wed, 2 Nov 2016 14:12:57 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201611021412.uA2ECvk6039377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 2 Nov 2016 14:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425155 - head/math/R X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 14:12:58 -0000 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@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