Index: head/textproc/utf8proc/Makefile =================================================================== --- head/textproc/utf8proc/Makefile (revision 494475) +++ head/textproc/utf8proc/Makefile (revision 494476) @@ -1,37 +1,38 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= utf8proc -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v CATEGORIES= textproc devel MAINTAINER= hrs@FreeBSD.org COMMENT= UTF-8 processing library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gmake USE_GITHUB= yes -GH_ACCOUNT= JuliaLang + +GH_ACCOUNT= JuliaStrings USE_LDCONFIG= yes MAKE_ARGS= prefix=${PREFIX} PLIST_FILES= include/utf8proc.h \ lib/libutf8proc.a \ lib/libutf8proc.so \ lib/libutf8proc.so.2 \ lib/libutf8proc.so.${PORTVERSION} PORTDOCS= NEWS.md README.md OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libutf8proc.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && \ ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/textproc/utf8proc/distinfo =================================================================== --- head/textproc/utf8proc/distinfo (revision 494475) +++ head/textproc/utf8proc/distinfo (revision 494476) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482911401 -SHA256 (JuliaLang-utf8proc-v2.1.0_GH0.tar.gz) = 25ccc5619ac400f9eaf24aafaae5b625afa1961e140b8dd6072b393267833260 -SIZE (JuliaLang-utf8proc-v2.1.0_GH0.tar.gz) = 151842 +TIMESTAMP = 1551427717 +SHA256 (JuliaStrings-utf8proc-v2.2.0_GH0.tar.gz) = 3f8fd1dbdb057ee5ba584a539d5cd1b3952141c0338557cb0bdf8cb9cfed5dbf +SIZE (JuliaStrings-utf8proc-v2.2.0_GH0.tar.gz) = 156334 Index: head/textproc/utf8proc/pkg-descr =================================================================== --- head/textproc/utf8proc/pkg-descr (revision 494475) +++ head/textproc/utf8proc/pkg-descr (revision 494476) @@ -1,9 +1,9 @@ utf8proc is a library for processing UTF-8 encoded Unicode strings. Some features are Unicode normalization, stripping of default ignorable characters, case folding and detection of grapheme cluster boundaries. A special character mapping is available, which converts for example the characters "Hyphen" (U+2010), "Minus" (U+2212) and "Hyphen-Minus" (U+002D, ASCII Minus) all into the ASCII minus sign, to make them equal for comparisons. -WWW: http://julialang.org/utf8proc/ +WWW: https://juliastrings.github.io/utf8proc/