Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 06:31:34 +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: r352225 - head/devel/R-cran-memoise
Message-ID:  <201404260631.s3Q6VYlL082128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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