Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2019 22:29:03 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504378 - head/textproc/utf8proc
Message-ID:  <201906162229.x5GMT3G1060283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sun Jun 16 22:29:03 2019
New Revision: 504378
URL: https://svnweb.freebsd.org/changeset/ports/504378

Log:
  textproc/utf8proc: Update to version 2.4.0
  
  Upstream changes:
  https://github.com/JuliaStrings/utf8proc/releases/tag/v2.4.0
  
  Approved by:	hrs (maintainer, timeout)
  Differential Revision:	https://reviews.freebsd.org/D20399

Modified:
  head/textproc/utf8proc/Makefile   (contents, props changed)
  head/textproc/utf8proc/distinfo   (contents, props changed)

Modified: head/textproc/utf8proc/Makefile
==============================================================================
--- head/textproc/utf8proc/Makefile	Sun Jun 16 22:22:40 2019	(r504377)
+++ head/textproc/utf8proc/Makefile	Sun Jun 16 22:29:03 2019	(r504378)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	utf8proc
-PORTVERSION=	2.2.0
+PORTVERSION=	2.4.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	textproc devel
 
@@ -22,7 +22,8 @@ PLIST_FILES=	include/utf8proc.h \
 		lib/libutf8proc.a \
 		lib/libutf8proc.so \
 		lib/libutf8proc.so.2 \
-		lib/libutf8proc.so.${PORTVERSION}
+		lib/libutf8proc.so.2.3.1 \
+		libdata/pkgconfig/libutf8proc.pc
 PORTDOCS=	NEWS.md README.md
 
 CONFLICTS=	libutf8proc-[0-9]*

Modified: head/textproc/utf8proc/distinfo
==============================================================================
--- head/textproc/utf8proc/distinfo	Sun Jun 16 22:22:40 2019	(r504377)
+++ head/textproc/utf8proc/distinfo	Sun Jun 16 22:29:03 2019	(r504378)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551427717
-SHA256 (JuliaStrings-utf8proc-v2.2.0_GH0.tar.gz) = 3f8fd1dbdb057ee5ba584a539d5cd1b3952141c0338557cb0bdf8cb9cfed5dbf
-SIZE (JuliaStrings-utf8proc-v2.2.0_GH0.tar.gz) = 156334
+TIMESTAMP = 1558637980
+SHA256 (JuliaStrings-utf8proc-v2.4.0_GH0.tar.gz) = b2e5d547c1d94762a6d03a7e05cea46092aab68636460ff8648f1295e2cdfbd7
+SIZE (JuliaStrings-utf8proc-v2.4.0_GH0.tar.gz) = 154936



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906162229.x5GMT3G1060283>