Date: Sat, 3 Dec 2016 14:05:36 +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: r427614 - head/devel/R-cran-reshape2 Message-ID: <201612031405.uB3E5ape033558@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sat Dec 3 14:05:36 2016 New Revision: 427614 URL: https://svnweb.freebsd.org/changeset/ports/427614 Log: - Update to 1.4.2 - Add "compiles" argument to USES=cran - Update WWW: line in pkg-descr Modified: head/devel/R-cran-reshape2/Makefile (contents, props changed) head/devel/R-cran-reshape2/distinfo (contents, props changed) head/devel/R-cran-reshape2/pkg-descr (contents, props changed) Modified: head/devel/R-cran-reshape2/Makefile ============================================================================== --- head/devel/R-cran-reshape2/Makefile Sat Dec 3 13:36:11 2016 (r427613) +++ head/devel/R-cran-reshape2/Makefile Sat Dec 3 14:05:36 2016 (r427614) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= reshape2 -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.4.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,6 +15,6 @@ RUN_DEPENDS= R-cran-plyr>=1.8.1:devel/R- R-cran-stringr>0:textproc/R-cran-stringr \ R-cran-Rcpp>0:devel/R-cran-Rcpp -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> Modified: head/devel/R-cran-reshape2/distinfo ============================================================================== --- head/devel/R-cran-reshape2/distinfo Sat Dec 3 13:36:11 2016 (r427613) +++ head/devel/R-cran-reshape2/distinfo Sat Dec 3 14:05:36 2016 (r427614) @@ -1,2 +1,3 @@ -SHA256 (reshape2_1.4.1.tar.gz) = fbd49f75a5b0b7266378515af98db310cf6c772bf6e68bed01f38ee99b408042 -SIZE (reshape2_1.4.1.tar.gz) = 34693 +TIMESTAMP = 1480773828 +SHA256 (reshape2_1.4.2.tar.gz) = 6d3783610379be4c5676d9236cf66276a166b5b96c18f2759e9b219758959b6b +SIZE (reshape2_1.4.2.tar.gz) = 34688 Modified: head/devel/R-cran-reshape2/pkg-descr ============================================================================== --- head/devel/R-cran-reshape2/pkg-descr Sat Dec 3 13:36:11 2016 (r427613) +++ head/devel/R-cran-reshape2/pkg-descr Sat Dec 3 14:05:36 2016 (r427614) @@ -1,4 +1,4 @@ Reshape lets you flexibly restructure and aggregate data using just two functions: melt and cast. -WWW: http://cran.r-project.org/web/packages/reshape2/ +WWW: https://cran.r-project.org/web/packages/reshape2/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612031405.uB3E5ape033558>