diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-12-03 14:33:15 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-12-03 14:33:15 +0000 |
commit | 97c60529e38894f5c81dfc5a79d8952cfb75bbbc (patch) | |
tree | 23a5eba048a63d763b6f38a79b265ec42437d33f /devel/R-cran-reshape | |
parent | 6b7d670271213b39d0d37c70195c3a68b5c9a43a (diff) | |
download | ports-97c60529e38894f5c81dfc5a79d8952cfb75bbbc.tar.gz ports-97c60529e38894f5c81dfc5a79d8952cfb75bbbc.zip |
Notes
Diffstat (limited to 'devel/R-cran-reshape')
-rw-r--r-- | devel/R-cran-reshape/Makefile | 9 | ||||
-rw-r--r-- | devel/R-cran-reshape/distinfo | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/R-cran-reshape/Makefile b/devel/R-cran-reshape/Makefile index fe08ab473f0e..b170759f0b68 100644 --- a/devel/R-cran-reshape/Makefile +++ b/devel/R-cran-reshape/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= reshape -PORTVERSION= 0.8.5 -PORTREVISION= 1 +PORTVERSION= 0.8.6 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,8 +11,10 @@ COMMENT= R package for flexibly restructuring and aggregating data LICENSE= MIT -RUN_DEPENDS= R-cran-plyr>0:devel/R-cran-plyr +CRAN_DEPENDS= R-cran-plyr>0:devel/R-cran-plyr +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/devel/R-cran-reshape/distinfo b/devel/R-cran-reshape/distinfo index 470ab828a8ee..49bc1556a1c3 100644 --- a/devel/R-cran-reshape/distinfo +++ b/devel/R-cran-reshape/distinfo @@ -1,2 +1,3 @@ -SHA256 (reshape_0.8.5.tar.gz) = 933890860eac2c9a2c9a39c02baeb5795813a707ace25877ba2e3c01964b5522 -SIZE (reshape_0.8.5.tar.gz) = 42350 +TIMESTAMP = 1480774096 +SHA256 (reshape_0.8.6.tar.gz) = d89db98ea1025e38d59daeff965dd8174bbb94a961cb966a83760ac1a87a36b8 +SIZE (reshape_0.8.6.tar.gz) = 42554 |