From owner-svn-ports-all@FreeBSD.ORG Wed May 13 23:22:44 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E239D69B; Wed, 13 May 2015 23:22:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D15AE16B4; Wed, 13 May 2015 23:22:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4DNMiN3083659; Wed, 13 May 2015 23:22:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4DNMiXB083658; Wed, 13 May 2015 23:22:44 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505132322.t4DNMiXB083658@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 13 May 2015 23:22:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386276 - head/math/R X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2015 23:22:45 -0000 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%/ \