diff options
author | bf <bf@FreeBSD.org> | 2013-05-28 23:15:05 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-05-28 23:15:05 +0800 |
commit | 7c5db22c2746a52cfe09a5cb41aea8647b3fcd94 (patch) | |
tree | 415589d9c68c0b0770aa00cfd4495ce30df83a29 /textproc | |
parent | ce20681bb0d550df419bfd27b8b856c7f07f1975 (diff) | |
download | freebsd-ports-gnome-7c5db22c2746a52cfe09a5cb41aea8647b3fcd94.tar.gz freebsd-ports-gnome-7c5db22c2746a52cfe09a5cb41aea8647b3fcd94.tar.zst freebsd-ports-gnome-7c5db22c2746a52cfe09a5cb41aea8647b3fcd94.zip |
Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository
Reviewed by: wen
Approved by: wen, tota
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/R-cran-R2HTML/Makefile | 1 | ||||
-rw-r--r-- | textproc/R-cran-XML/Makefile | 1 | ||||
-rw-r--r-- | textproc/R-cran-stringr/Makefile | 2 | ||||
-rw-r--r-- | textproc/R-cran-xtable/Makefile | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/textproc/R-cran-R2HTML/Makefile b/textproc/R-cran-R2HTML/Makefile index ea00b8c75746..7c67cf69fdc2 100644 --- a/textproc/R-cran-R2HTML/Makefile +++ b/textproc/R-cran-R2HTML/Makefile @@ -3,6 +3,7 @@ PORTNAME= R2HTML PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/textproc/R-cran-XML/Makefile b/textproc/R-cran-XML/Makefile index 71dc6d3f5a07..044f5640e110 100644 --- a/textproc/R-cran-XML/Makefile +++ b/textproc/R-cran-XML/Makefile @@ -3,6 +3,7 @@ PORTNAME= XML DISTVERSION= 3.96-1.1 +PORTREVISION= 1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/textproc/R-cran-stringr/Makefile b/textproc/R-cran-stringr/Makefile index e13e60f6d854..13b4e3371582 100644 --- a/textproc/R-cran-stringr/Makefile +++ b/textproc/R-cran-stringr/Makefile @@ -3,7 +3,7 @@ PORTNAME= stringr PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/textproc/R-cran-xtable/Makefile b/textproc/R-cran-xtable/Makefile index 9481dc205a2d..db3599e65340 100644 --- a/textproc/R-cran-xtable/Makefile +++ b/textproc/R-cran-xtable/Makefile @@ -3,7 +3,7 @@ PORTNAME= xtable DISTVERSION= 1.7-1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} |