svn commit: r352225 - head/devel/R-cran-memoise
TAKATSU Tomonari
tota at FreeBSD.org
Sat Apr 26 06:31:35 UTC 2014
Author: tota
Date: Sat Apr 26 06:31:34 2014
New Revision: 352225
URL: http://svnweb.freebsd.org/changeset/ports/352225
QAT: https://qat.redports.org/buildarchive/r352225/
Log:
- Update to 0.2.1
- Add LICENSE
- Replace tab with a single space after WWW: in pkg-descr
Modified:
head/devel/R-cran-memoise/Makefile
head/devel/R-cran-memoise/distinfo
head/devel/R-cran-memoise/pkg-descr
Modified: head/devel/R-cran-memoise/Makefile
==============================================================================
--- head/devel/R-cran-memoise/Makefile Sat Apr 26 06:31:06 2014 (r352224)
+++ head/devel/R-cran-memoise/Makefile Sat Apr 26 06:31:34 2014 (r352225)
@@ -2,14 +2,15 @@
# $FreeBSD$
PORTNAME= memoise
-PORTVERSION= 0.1
-PORTREVISION= 8
+PORTVERSION= 0.2.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
COMMENT= Memoise functions for R
+LICENSE= MIT
+
RUN_DEPENDS= R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest
USES= cran:auto-plist
Modified: head/devel/R-cran-memoise/distinfo
==============================================================================
--- head/devel/R-cran-memoise/distinfo Sat Apr 26 06:31:06 2014 (r352224)
+++ head/devel/R-cran-memoise/distinfo Sat Apr 26 06:31:34 2014 (r352225)
@@ -1,2 +1,2 @@
-SHA256 (memoise_0.1.tar.gz) = 82d565d7acec360ee7d36867e21fefa0836a8d4abb8b482ec9311787725be585
-SIZE (memoise_0.1.tar.gz) = 1373
+SHA256 (memoise_0.2.1.tar.gz) = c497d3e4305ffeff3e73c29375702d74f9436df37da8370751bb1b3cc72295a7
+SIZE (memoise_0.2.1.tar.gz) = 4212
Modified: head/devel/R-cran-memoise/pkg-descr
==============================================================================
--- head/devel/R-cran-memoise/pkg-descr Sat Apr 26 06:31:06 2014 (r352224)
+++ head/devel/R-cran-memoise/pkg-descr Sat Apr 26 06:31:34 2014 (r352225)
@@ -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: http://cran.r-project.org/web/packages/memoise/
More information about the svn-ports-all
mailing list