Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2020 00:21:13 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530252 - head/devel/R-cran-cli
Message-ID:  <202004020021.0320LDVp006000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Thu Apr  2 00:21:12 2020
New Revision: 530252
URL: https://svnweb.freebsd.org/changeset/ports/530252

Log:
  - Update to 2.0.2

Modified:
  head/devel/R-cran-cli/Makefile   (contents, props changed)
  head/devel/R-cran-cli/distinfo   (contents, props changed)

Modified: head/devel/R-cran-cli/Makefile
==============================================================================
--- head/devel/R-cran-cli/Makefile	Thu Apr  2 00:05:48 2020	(r530251)
+++ head/devel/R-cran-cli/Makefile	Thu Apr  2 00:21:12 2020	(r530252)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cli
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.2
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -19,5 +19,8 @@ BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
 
 USES=		cran:auto-plist
+
+post-install:
+	@${ECHO_CMD} "@dir ${R_MOD_DIR}/help/figures" >> ${TMPPLIST}
 
 .include <bsd.port.mk>

Modified: head/devel/R-cran-cli/distinfo
==============================================================================
--- head/devel/R-cran-cli/distinfo	Thu Apr  2 00:05:48 2020	(r530251)
+++ head/devel/R-cran-cli/distinfo	Thu Apr  2 00:21:12 2020	(r530252)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578589896
-SHA256 (cli_2.0.1.tar.gz) = bedc6a61c1dd3a789105565ba919da8d3a2b78b238256bab99cd6222e7894874
-SIZE (cli_2.0.1.tar.gz) = 111914
+TIMESTAMP = 1585778202
+SHA256 (cli_2.0.2.tar.gz) = 490834e5b80eb036befa0e150996bcab1c4d5d168c3d45209926e52d0d5413b6
+SIZE (cli_2.0.2.tar.gz) = 116357



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