diff options
| author | Brendan Fabeny <bf@FreeBSD.org> | 2012-05-04 20:56:15 +0000 |
|---|---|---|
| committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-05-04 20:56:15 +0000 |
| commit | aa8976055056c41a1eb0da887a934c6b9fde663b (patch) | |
| tree | 753f8e1319cd1bc9e3c0bd384ca18b4a7dbb53fa /databases | |
| parent | - Fix Sendfile (diff) | |
- 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]
Notes
Notes:
svn path=/head/; revision=296023
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/R-cran-DBI/Makefile | 2 | ||||
| -rw-r--r-- | databases/R-cran-RMySQL/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/R-cran-DBI/Makefile b/databases/R-cran-DBI/Makefile index 3911f4756aaf..e9e40e574f4d 100644 --- a/databases/R-cran-DBI/Makefile +++ b/databases/R-cran-DBI/Makefile @@ -7,7 +7,7 @@ PORTNAME= DBI DISTVERSION= 0.2-5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile index 34258ff792d4..3fb310054222 100644 --- a/databases/R-cran-RMySQL/Makefile +++ b/databases/R-cran-RMySQL/Makefile @@ -7,7 +7,7 @@ PORTNAME= RMySQL DISTVERSION= 0.9-3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} |
