svn commit: r386276 - head/math/R
Baptiste Daroussin
bapt at FreeBSD.org
Wed May 13 23:22:45 UTC 2015
Author: bapt
Date: Wed May 13 23:22:44 2015
New Revision: 386276
URL: https://svnweb.freebsd.org/changeset/ports/386276
Log:
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
Modified:
head/math/R/Makefile
Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile Wed May 13 23:15:43 2015 (r386275)
+++ head/math/R/Makefile Wed May 13 23:22:44 2015 (r386276)
@@ -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%/ \
More information about the svn-ports-all
mailing list