aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-stringr
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2016-08-21 06:07:40 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2016-08-21 06:07:40 +0000
commit12d68db1b76ab52e2274d6e4d7e162348d97f1ca (patch)
tree9dca34c978a4a9f2933ac8db9be34675a8f182a2 /textproc/R-cran-stringr
parenta9b6ee3bf7d7a11e93b94065a5837a18c32fef87 (diff)
Notes
Diffstat (limited to 'textproc/R-cran-stringr')
-rw-r--r--textproc/R-cran-stringr/Makefile6
-rw-r--r--textproc/R-cran-stringr/distinfo5
-rw-r--r--textproc/R-cran-stringr/pkg-descr2
3 files changed, 8 insertions, 5 deletions
diff --git a/textproc/R-cran-stringr/Makefile b/textproc/R-cran-stringr/Makefile
index 88e9bb2ea987..4d1f9bca213f 100644
--- a/textproc/R-cran-stringr/Makefile
+++ b/textproc/R-cran-stringr/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= stringr
-PORTVERSION= 1.0.0
+PORTVERSION= 1.1.0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -11,8 +11,10 @@ COMMENT= Make it easier to work with strings
LICENSE= GPLv2
-RUN_DEPENDS= R-cran-stringi>=0.4.1:textproc/R-cran-stringi \
+CRAN_DEPENDS= R-cran-stringi>=0.4.1:textproc/R-cran-stringi \
R-cran-magrittr>0:devel/R-cran-magrittr
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
diff --git a/textproc/R-cran-stringr/distinfo b/textproc/R-cran-stringr/distinfo
index 6f92c338c4e1..3b493add3a0d 100644
--- a/textproc/R-cran-stringr/distinfo
+++ b/textproc/R-cran-stringr/distinfo
@@ -1,2 +1,3 @@
-SHA256 (stringr_1.0.0.tar.gz) = f8267db85b83c0fc8904009719c93296934775b0d6890c996ec779ec5336df4a
-SIZE (stringr_1.0.0.tar.gz) = 34880
+TIMESTAMP = 1471755900
+SHA256 (stringr_1.1.0.tar.gz) = ccb1f0e0f3e9524786f6cbae705c42eedf3874d0e641564e5e00517d892c5a33
+SIZE (stringr_1.1.0.tar.gz) = 63174
diff --git a/textproc/R-cran-stringr/pkg-descr b/textproc/R-cran-stringr/pkg-descr
index cb10cbb56aaf..1019251cc2d8 100644
--- a/textproc/R-cran-stringr/pkg-descr
+++ b/textproc/R-cran-stringr/pkg-descr
@@ -5,4 +5,4 @@ all functions deal with NA's and zero length character appropriately,
and the output data structures from each function matches the input
data structures of other functions.
-WWW: http://cran.r-project.org/web/packages/stringr/
+WWW: https://cran.r-project.org/web/packages/stringr/