From owner-svn-ports-all@freebsd.org Wed Sep 25 18:15:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 73DFC12F066; Wed, 25 Sep 2019 18:15:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46dmS92G49z4HW2; Wed, 25 Sep 2019 18:15:05 +0000 (UTC) (envelope-from jbeich@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 2D8001B9F7; Wed, 25 Sep 2019 18:15:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8PIF4vp089106; Wed, 25 Sep 2019 18:15:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8PIF4pM089104; Wed, 25 Sep 2019 18:15:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201909251815.x8PIF4pM089104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 25 Sep 2019 18:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512802 - in head/devel/RStudio: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/devel/RStudio: . files X-SVN-Commit-Revision: 512802 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.29 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, 25 Sep 2019 18:15:05 -0000 Author: jbeich Date: Wed Sep 25 18:15:04 2019 New Revision: 512802 URL: https://svnweb.freebsd.org/changeset/ports/512802 Log: devel/RStudio: unbreak PR: 236603 Obtained from: upstream Deleted: head/devel/RStudio/files/patch-boost-1.70 Modified: head/devel/RStudio/Makefile (contents, props changed) head/devel/RStudio/distinfo (contents, props changed) Modified: head/devel/RStudio/Makefile ============================================================================== --- head/devel/RStudio/Makefile Wed Sep 25 18:01:48 2019 (r512801) +++ head/devel/RStudio/Makefile Wed Sep 25 18:15:04 2019 (r512802) @@ -15,13 +15,14 @@ DISTFILES= core-dictionaries.zip:dictionaries \ gwt-${GWT_VERSION}.zip:buildtools \ mathjax-26.zip:buildtools +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 33c2c42d40ad.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Integrated development environment (IDE) for R LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= fails to build with boost 1.70, see bug 236603 BUILD_DEPENDS= ant:devel/apache-ant \ ${LOCALBASE}/include/sys/sysinfo.h:devel/libsysinfo \ Modified: head/devel/RStudio/distinfo ============================================================================== --- head/devel/RStudio/distinfo Wed Sep 25 18:01:48 2019 (r512801) +++ head/devel/RStudio/distinfo Wed Sep 25 18:15:04 2019 (r512802) @@ -17,3 +17,5 @@ SHA256 (rstudio-rsconnect-03c379b_GH0.tar.gz) = d24b6e SIZE (rstudio-rsconnect-03c379b_GH0.tar.gz) = 220711 SHA256 (trestletech-plumber-v0.4.6_GH0.tar.gz) = 7bcbfdf5a8a2e3a051d2c673ac5ac51a483ed888afe73116cba7741dbb5f63a6 SIZE (trestletech-plumber-v0.4.6_GH0.tar.gz) = 83332 +SHA256 (33c2c42d40ad.patch) = d252111e28a7de8602b4df1f66b36dded260061f094b504895e5c789f8681091 +SIZE (33c2c42d40ad.patch) = 4875