svn commit: r512802 - in head/devel/RStudio: . files

Jan Beich jbeich at FreeBSD.org
Wed Sep 25 18:15:05 UTC 2019


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 at 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


More information about the svn-ports-head mailing list