Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2017 22:54:10 +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: r440294 - head/devel/R-cran-memoise
Message-ID:  <201705062254.v46MsAjg096844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sat May  6 22:54:10 2017
New Revision: 440294
URL: https://svnweb.freebsd.org/changeset/ports/440294

Log:
  - Update to 1.1.0
  - Update WWW: line in pkg-descr

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

Modified: head/devel/R-cran-memoise/Makefile
==============================================================================
--- head/devel/R-cran-memoise/Makefile	Sat May  6 22:44:18 2017	(r440293)
+++ head/devel/R-cran-memoise/Makefile	Sat May  6 22:54:10 2017	(r440294)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	memoise
-PORTVERSION=	1.0.0
+PORTVERSION=	1.1.0
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -11,7 +11,9 @@ COMMENT=	Memoise functions for R
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	R-cran-digest>=0.6.3:security/R-cran-digest
+CRAN_DEPENDS=	R-cran-digest>=0.6.3:security/R-cran-digest
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
 USES=	cran:auto-plist
 

Modified: head/devel/R-cran-memoise/distinfo
==============================================================================
--- head/devel/R-cran-memoise/distinfo	Sat May  6 22:44:18 2017	(r440293)
+++ head/devel/R-cran-memoise/distinfo	Sat May  6 22:54:10 2017	(r440294)
@@ -1,2 +1,3 @@
-SHA256 (memoise_1.0.0.tar.gz) = fd1b6cf12929890db7819f74a44a1dbe3d6f25c8a608a956d827f8be2f6c026b
-SIZE (memoise_1.0.0.tar.gz) = 7931
+TIMESTAMP = 1494110772
+SHA256 (memoise_1.1.0.tar.gz) = b276f9452a26aeb79e12dd7227fcc8712832781a42f92d70e86040da0573980c
+SIZE (memoise_1.1.0.tar.gz) = 11025

Modified: head/devel/R-cran-memoise/pkg-descr
==============================================================================
--- head/devel/R-cran-memoise/pkg-descr	Sat May  6 22:44:18 2017	(r440293)
+++ head/devel/R-cran-memoise/pkg-descr	Sat May  6 22:54:10 2017	(r440294)
@@ -1,4 +1,4 @@
 Cache the results of a function so that when you call it again with
 the same arguments it returns the pre-computed value.
 
-WWW: http://cran.r-project.org/web/packages/memoise/
+WWW: https://cran.r-project.org/web/packages/memoise/



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