From owner-svn-ports-all@freebsd.org Sun Jan 7 20:50:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CF8CE5C4B4; Sun, 7 Jan 2018 20:50:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07232782F0; Sun, 7 Jan 2018 20:50:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 21657262D7; Sun, 7 Jan 2018 20:50:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w07KoW6j053139; Sun, 7 Jan 2018 20:50:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w07KoWEV053137; Sun, 7 Jan 2018 20:50:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201801072050.w07KoWEV053137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Jan 2018 20:50:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458384 - head/devel/RStudio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/RStudio X-SVN-Commit-Revision: 458384 X-SVN-Commit-Repository: ports 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.25 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: Sun, 07 Jan 2018 20:50:34 -0000 Author: yuri Date: Sun Jan 7 20:50:32 2018 New Revision: 458384 URL: https://svnweb.freebsd.org/changeset/ports/458384 Log: devel/RStudio: Update to 1.1.409 (also fixes building with boost 1.66) The RStudio's upstream merged the boost fix into the master for FreeBSD. Additionally, the comment is modified to reflect the new poudriere feature MAX_FILES_${PKGBASE} that needs to be utilized to make this port build in poudriere, since it opens more files than the default limit of 1024. PR: 224827 Submitted by: myself Reported by: jbeich Approved by: adamw Differential Revision: https://reviews.freebsd.org/D13748 Modified: head/devel/RStudio/Makefile head/devel/RStudio/distinfo Modified: head/devel/RStudio/Makefile ============================================================================== --- head/devel/RStudio/Makefile Sun Jan 7 20:42:56 2018 (r458383) +++ head/devel/RStudio/Makefile Sun Jan 7 20:50:32 2018 (r458384) @@ -1,10 +1,11 @@ # $FreeBSD$ -# This port opens too many files during build, more than the default setting. Its build is known to succeed with MAX_FILES=15000 in poudriere.conf +# This port opens too many files during build, more than the default setting. +# Its build is known to succeed with MAX_FILES_RStudio=2048 in poudriere.conf when ports-mgmt/poudriere-devel is used. PORTNAME= RStudio DISTVERSIONPREFIX= v -DISTVERSION= 1.1.405 +DISTVERSION= 1.1.409 CATEGORIES= devel math java MASTER_SITES= https://s3.amazonaws.com/rstudio-dictionaries/:dictionaries \ https://s3.amazonaws.com/rstudio-buildtools/:buildtools Modified: head/devel/RStudio/distinfo ============================================================================== --- head/devel/RStudio/distinfo Sun Jan 7 20:42:56 2018 (r458383) +++ head/devel/RStudio/distinfo Sun Jan 7 20:50:32 2018 (r458384) @@ -1,4 +1,4 @@ -TIMESTAMP = 1514017452 +TIMESTAMP = 1514973738 SHA256 (core-dictionaries.zip) = 4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494 SIZE (core-dictionaries.zip) = 876339 SHA256 (gin-1.5.zip) = f561f4eb5d5fe1cff95c881e6aed53a86e9f0de8a52863295a8600375f96ab94 @@ -7,8 +7,8 @@ SHA256 (gwt-2.7.0.zip) = aa65061b73836190410720bea422e SIZE (gwt-2.7.0.zip) = 108818328 SHA256 (mathjax-26.zip) = 939a2d7f37e26287970be942df70f3e8f272bac2eb868ce1de18bb95d3c26c71 SIZE (mathjax-26.zip) = 3061588 -SHA256 (RStudio-rstudio-v1.1.405_GH0.tar.gz) = 63dfe2ec083d52800e2e9780efefd7f7f607e9987e78ab2e10192162a2d21931 -SIZE (RStudio-rstudio-v1.1.405_GH0.tar.gz) = 20198358 +SHA256 (RStudio-rstudio-v1.1.409_GH0.tar.gz) = fc5773d128665d28674c540051437515c8eb49bb4f4ce000435bd4094acbfb3e +SIZE (RStudio-rstudio-v1.1.409_GH0.tar.gz) = 20195673 SHA256 (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = b6f6f48dd9930514204739d8957c2737f0b1d110aebf9f89fa31de10598cb29b SIZE (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = 2087615 SHA256 (rstudio-rsconnect-03c379b_GH0.tar.gz) = d24b6ee49f32f650f6d10bbfc7b2f61aee258f2fbf45a43c006f9e0a726bcea6