Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2018 06:16:12 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463280 - head/devel/RStudio
Message-ID:  <201803010616.w216GCkr047123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Mar  1 06:16:12 2018
New Revision: 463280
URL: https://svnweb.freebsd.org/changeset/ports/463280

Log:
  devel/RStudio: Update to 1.1.436
  
  Also added the symlink to pandoc that is needed for some commands.
  
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/devel/RStudio/Makefile
  head/devel/RStudio/distinfo

Modified: head/devel/RStudio/Makefile
==============================================================================
--- head/devel/RStudio/Makefile	Thu Mar  1 05:07:24 2018	(r463279)
+++ head/devel/RStudio/Makefile	Thu Mar  1 06:16:12 2018	(r463280)
@@ -5,7 +5,7 @@
 
 PORTNAME=	RStudio
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.1.434
+DISTVERSION=	1.1.436
 CATEGORIES=	devel math java
 MASTER_SITES=	https://s3.amazonaws.com/rstudio-dictionaries/:dictionaries \
 		https://s3.amazonaws.com/rstudio-buildtools/:buildtools
@@ -78,6 +78,9 @@ post-install:
 	) > ${STAGEDIR}${PREFIX}/bin/rstudio
 	@${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/rstudio
 	@${REINPLACE_CMD} -e 's|^Exec=.*/rstudio|Exec=${PREFIX}/bin/rstudio|' ${STAGEDIR}${PREFIX}/share/applications/rstudio.desktop
+	# Some functions expect the pandoc symlink.
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/rstudio/bin/pandoc
+	@cd ${STAGEDIR}${PREFIX}/lib/rstudio/bin/pandoc && ${LN} -s ../../../../bin/pandoc
 	# There is a variability in .js file names due to the use of random numbers, so we use the automatic plist.
 	@${SETENV} ${CO_ENV} ${SH} ${SCRIPTSDIR}/check-stagedir.sh makeplist | ${GREP} -v ^\/ | ${SED} -e 's|%%WWWDIR%%|www/rstudio|' > ${TMPPLIST}
 

Modified: head/devel/RStudio/distinfo
==============================================================================
--- head/devel/RStudio/distinfo	Thu Mar  1 05:07:24 2018	(r463279)
+++ head/devel/RStudio/distinfo	Thu Mar  1 06:16:12 2018	(r463280)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1519621145
+TIMESTAMP = 1519862398
 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.434_GH0.tar.gz) = 0c78c2ac1072b4e3dbc3397e84a2f2cb20bd78a96d484d18868d9778f3198e07
-SIZE (RStudio-rstudio-v1.1.434_GH0.tar.gz) = 20197399
+SHA256 (RStudio-rstudio-v1.1.436_GH0.tar.gz) = 244c3956144772e9fdbbf13b25c0b197ff868092f4021ae9ace04699489cfba1
+SIZE (RStudio-rstudio-v1.1.436_GH0.tar.gz) = 20197115
 SHA256 (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = b6f6f48dd9930514204739d8957c2737f0b1d110aebf9f89fa31de10598cb29b
 SIZE (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = 2087615
 SHA256 (rstudio-rsconnect-03c379b_GH0.tar.gz) = d24b6ee49f32f650f6d10bbfc7b2f61aee258f2fbf45a43c006f9e0a726bcea6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803010616.w216GCkr047123>