diff options
author | bapt <bapt@FreeBSD.org> | 2015-05-14 07:22:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-05-14 07:22:44 +0800 |
commit | 74d00b970521913fb363bfc8c253b93af7807d05 (patch) | |
tree | b4411ad0591448c655242d39606ac14b52648033 /math | |
parent | 0f251aa774071e076e714039cd6a2b38df14320d (diff) | |
download | freebsd-ports-gnome-74d00b970521913fb363bfc8c253b93af7807d05.tar.gz freebsd-ports-gnome-74d00b970521913fb363bfc8c253b93af7807d05.tar.zst freebsd-ports-gnome-74d00b970521913fb363bfc8c253b93af7807d05.zip |
R does not create proper libraries (with SONAME) pkg 1.5.2 is know skipping this
kind of libraries to avoid messing the solver with wrong provides.
Bump the port to enforce users to rebuild the package with 1.5.2 and having not
satifisfiable problem for the solver
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index aeb144548fb1..db6a77040c8b 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -3,7 +3,7 @@ PORTNAME?= R PORTVERSION= 3.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/%SUBDIR%/ \ ftp://cran.r-project.org/pub/R/%SUBDIR%/ \ |