diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2016-05-12 14:57:19 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2016-05-12 14:57:19 +0000 |
commit | 5523c43083a1298e4a53d187ec09cbc941e7ad1e (patch) | |
tree | fe402e9e447447ce36bc0ce0d61fed978754a984 /textproc/R-cran-pystr | |
parent | 8949e606bf0b0c29e5497b393e2ee41fcfa3a267 (diff) | |
download | ports-5523c43083a1298e4a53d187ec09cbc941e7ad1e.tar.gz ports-5523c43083a1298e4a53d187ec09cbc941e7ad1e.zip |
Notes
Diffstat (limited to 'textproc/R-cran-pystr')
-rw-r--r-- | textproc/R-cran-pystr/Makefile | 4 | ||||
-rw-r--r-- | textproc/R-cran-pystr/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/R-cran-pystr/Makefile b/textproc/R-cran-pystr/Makefile index ae9f0e1003b6..6ead4592a875 100644 --- a/textproc/R-cran-pystr/Makefile +++ b/textproc/R-cran-pystr/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= pystr -DISTVERSION= 1.0.0 +DISTVERSION= 2.0.0 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= String operations the Python way +RUN_DEPENDS= R-cran-Rcpp>=0.11.4.6:devel/R-cran-Rcpp + USES= cran:auto-plist .include <bsd.port.mk> diff --git a/textproc/R-cran-pystr/distinfo b/textproc/R-cran-pystr/distinfo index f8471841f8a9..5123c0a5fd78 100644 --- a/textproc/R-cran-pystr/distinfo +++ b/textproc/R-cran-pystr/distinfo @@ -1,2 +1,2 @@ -SHA256 (pystr_1.0.0.tar.gz) = 733eb4d92ab6dc1a614045ec527504b47ff7830411a39e18a682221a77bec0d7 -SIZE (pystr_1.0.0.tar.gz) = 21719 +SHA256 (pystr_2.0.0.tar.gz) = 9c24da02b9e18e1438363ad304d123207b5b5b1e6e358bbfdff8247862044221 +SIZE (pystr_2.0.0.tar.gz) = 27396 |