aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-12-13 15:55:03 +0800
committerBeech Rintoul <beech@FreeBSD.org>2008-12-13 15:55:03 +0800
commit63b0568bd2cf1ebba1f9417221918af3aad5c203 (patch)
tree37463d99ef120f0d9ff3eb69959e21d58ad2131c /math
parent0e67aa3dca399c55734f0f3af36d0d763fed54ad (diff)
downloadfreebsd-ports-gnome-63b0568bd2cf1ebba1f9417221918af3aad5c203.tar.gz
freebsd-ports-gnome-63b0568bd2cf1ebba1f9417221918af3aad5c203.tar.zst
freebsd-ports-gnome-63b0568bd2cf1ebba1f9417221918af3aad5c203.zip
- Update to 2.8.0
PR: ports/129063 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Approved by: Maintainer Timeout (2+ Weeks)
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 045bd162fe5a..2c82dbe544be 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= R
-PORTVERSION= 2.7.2
+PORTVERSION= 2.8.0
CATEGORIES= math lang
MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \
ftp://cran.r-project.org/pub/R/src/base/R-2/ \
@@ -136,12 +136,12 @@ PLIST_SUB+= DVI_MANUAL="@comment "
.endif
.if defined(WITHOUT_PDF_MANUALS) && !defined(NOPORTDOCS)
-PLIST_SUB+= PDF_MANUAL="@comment "
+PLIST_SUB+= PDF_MANUAL="@comment "
.else
-PLIST_SUB+= PDF_MANUAL=""
-BUILD_DEPENDS+= pdflatex:${PORTSDIR}/print/teTeX-base
-ALL_TARGET+= pdf
-INSTALL_TARGET+=install-pdf
+PLIST_SUB+= PDF_MANUAL=""
+BUILD_DEPENDS+= pdflatex:${PORTSDIR}/print/teTeX-base
+ALL_TARGET+= pdf
+INSTALL_TARGET+= install-pdf
.endif
.if defined(WITH_INFO_MANUALS) && !defined(NOPORTDOCS)