Index: head/textproc/R-cran-stringi/Makefile =================================================================== --- head/textproc/R-cran-stringi/Makefile (revision 416231) +++ head/textproc/R-cran-stringi/Makefile (revision 416232) @@ -1,18 +1,18 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= stringi -DISTVERSION= 1.0-1 +DISTVERSION= 1.1.1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Character String Processing Facilities LICENSE= BSD3CLAUSE LIB_DEPENDS= libicui18n.so:devel/icu USES= cran:auto-plist pkgconfig:build .include Index: head/textproc/R-cran-stringi/distinfo =================================================================== --- head/textproc/R-cran-stringi/distinfo (revision 416231) +++ head/textproc/R-cran-stringi/distinfo (revision 416232) @@ -1,2 +1,3 @@ -SHA256 (stringi_1.0-1.tar.gz) = e748e4f0f9cb642fd1ed0d663d5999ebd9b9d11edafb6b2ef79e6b6d4641a3d1 -SIZE (stringi_1.0-1.tar.gz) = 3643002 +TIMESTAMP = 1464762867 +SHA256 (stringi_1.1.1.tar.gz) = 243178a138fe68c86384feb85ead8eb605e8230113d638da5650bca01e24e165 +SIZE (stringi_1.1.1.tar.gz) = 3644397 Index: head/textproc/R-cran-stringi/pkg-descr =================================================================== --- head/textproc/R-cran-stringi/pkg-descr (revision 416231) +++ head/textproc/R-cran-stringi/pkg-descr (revision 416232) @@ -1,7 +1,7 @@ stringi (pronounced "stringy") is THE R package for fast, correct, consistent and convenient string/text processing in each locale and any native character encoding. The use of the ICU library gives R users a platform-independent set of functions known to Java, Perl, Python, PHP, and Ruby programmers. -WWW: http://www.rexamine.com/resources/stringi/ +WWW: http://www.gagolewski.com/software/stringi/