- Update to 1.1.0

- Update WWW: in pkg-descr
This commit is contained in:
TAKATSU Tomonari 2016-08-21 06:07:40 +00:00
parent a9b6ee3bf7
commit 12d68db1b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420537
3 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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/