diff options
author | brook <brook@pkgsrc.org> | 2014-08-26 16:40:40 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2014-08-26 16:40:40 +0000 |
commit | 3bd136f5dbcbcbb8351dd650502a33c521f4b33d (patch) | |
tree | 0aacce7fd796580049422225642a7919ee2d612d /math | |
parent | 184eb8f269de39dd23a1ced64880d323b119bd8a (diff) | |
download | pkgsrc-3bd136f5dbcbcbb8351dd650502a33c521f4b33d.tar.gz |
Update to plyr v1.8.1.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-plyr/Makefile | 7 | ||||
-rw-r--r-- | math/R-plyr/distinfo | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/math/R-plyr/Makefile b/math/R-plyr/Makefile index c6922782c2a..e08c3838495 100644 --- a/math/R-plyr/Makefile +++ b/math/R-plyr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/08/15 09:22:21 wen Exp $ +# $NetBSD: Makefile,v 1.2 2014/08/26 16:40:40 brook Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,10 @@ COMMENT= Tools for splitting, applying and combining data LICENSE= mit R_PKGNAME= plyr -R_PKGVER= 1.8 +R_PKGVER= 1.8.1 + +USE_LANGUAGES+= c++ .include "../../math/R/Makefile.extension" +.include "../../math/R-Rcpp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-plyr/distinfo b/math/R-plyr/distinfo index f3175525539..79e30d709a1 100644 --- a/math/R-plyr/distinfo +++ b/math/R-plyr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/08/15 09:22:21 wen Exp $ +$NetBSD: distinfo,v 1.2 2014/08/26 16:40:40 brook Exp $ -SHA1 (R/plyr_1.8.tar.gz) = 30eed163006591c5916294628b64757c185ec670 -RMD160 (R/plyr_1.8.tar.gz) = 28e4734e8ebc5f0aad1bada9d52eb71bf90217f5 -Size (R/plyr_1.8.tar.gz) = 384462 bytes +SHA1 (R/plyr_1.8.1.tar.gz) = 28435911667715950113104dbfa38a58667593d8 +RMD160 (R/plyr_1.8.1.tar.gz) = 7a240c771d5f3c24ef8303fbdf4f88984d361810 +Size (R/plyr_1.8.1.tar.gz) = 393233 bytes |