diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-05-05 04:56:15 +0800 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-05-05 04:56:15 +0800 |
commit | aa8976055056c41a1eb0da887a934c6b9fde663b (patch) | |
tree | 753f8e1319cd1bc9e3c0bd384ca18b4a7dbb53fa /math/rpy2 | |
parent | d68dbce765f187bdb9c799fea856bb399ea9c477 (diff) | |
download | freebsd-ports-gnome-aa8976055056c41a1eb0da887a934c6b9fde663b.tar.gz freebsd-ports-gnome-aa8976055056c41a1eb0da887a934c6b9fde663b.tar.zst freebsd-ports-gnome-aa8976055056c41a1eb0da887a934c6b9fde663b.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 'math/rpy2')
-rw-r--r-- | math/rpy2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile index ac7bbfb4f695..a36a869eadab 100644 --- a/math/rpy2/Makefile +++ b/math/rpy2/Makefile @@ -8,6 +8,7 @@ PORTNAME= rpy2 PORTVERSION= 2.2.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= CHEESESHOP \ SF |