diff options
author | bf <bf@FreeBSD.org> | 2012-05-05 04:56:15 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-05-05 04:56:15 +0800 |
commit | 2bf06064fdc7553ffc8e2ee66ce993db157a64ab (patch) | |
tree | 1e5ad9b7c3f6bde3997f9d5ed5304c34caaad5de /textproc | |
parent | e710f250a0f27e6bb17a9500f03dd01f54261160 (diff) | |
download | freebsd-ports-graphics-2bf06064fdc7553ffc8e2ee66ce993db157a64ab.tar.gz freebsd-ports-graphics-2bf06064fdc7553ffc8e2ee66ce993db157a64ab.tar.zst freebsd-ports-graphics-2bf06064fdc7553ffc8e2ee66ce993db157a64ab.zip |
- update math/R-cran-psych to 1.2.1 [1]
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
flexible and allow CRAN ports to override it; add a regression-test
target; set USE_FORTRAN to match math/R; remove some of the
redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS
Reviewed by: thierry, tota, wen
Approved by: D. Rue (maintainer) [1], wen [2]
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/R-cran-XML/Makefile | 2 | ||||
-rw-r--r-- | textproc/R-cran-stringr/Makefile | 2 | ||||
-rw-r--r-- | textproc/R-cran-xtable/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/R-cran-XML/Makefile b/textproc/R-cran-XML/Makefile index 9795efa3ec0..214fb341112 100644 --- a/textproc/R-cran-XML/Makefile +++ b/textproc/R-cran-XML/Makefile @@ -7,7 +7,7 @@ PORTNAME= XML DISTVERSION= 3.9-4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/textproc/R-cran-stringr/Makefile b/textproc/R-cran-stringr/Makefile index 3abccf5962c..4957b56f5c7 100644 --- a/textproc/R-cran-stringr/Makefile +++ b/textproc/R-cran-stringr/Makefile @@ -7,7 +7,7 @@ PORTNAME= stringr PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/textproc/R-cran-xtable/Makefile b/textproc/R-cran-xtable/Makefile index 3ff201a74ca..45c7a191859 100644 --- a/textproc/R-cran-xtable/Makefile +++ b/textproc/R-cran-xtable/Makefile @@ -7,7 +7,7 @@ PORTNAME= xtable DISTVERSION= 1.7-0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} |