svn commit: r440294 - head/devel/R-cran-memoise
TAKATSU Tomonari
tota at FreeBSD.org
Sat May 6 22:54:12 UTC 2017
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/
More information about the svn-ports-all
mailing list