From 8c8971ae6148be9855a85dff1438eccedcf9936d Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 24 May 2020 01:07:57 +0000 Subject: [PATCH] textproc/utf8proc: Update to 2.5.0, enable 'make test' All 15 direct requisites build successfully after utf8proc update. Not bumping dependent ports' PORTREVISIONS since the name of the shlib remains unchanged and the changes are minor. PR: 245818 Submitted by: Daniel Engberg --- textproc/utf8proc/Makefile | 18 ++++++++++++------ textproc/utf8proc/distinfo | 6 +++--- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/textproc/utf8proc/Makefile b/textproc/utf8proc/Makefile index 03f3403809af..2bd1be6e0593 100644 --- a/textproc/utf8proc/Makefile +++ b/textproc/utf8proc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= utf8proc -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.0 DISTVERSIONPREFIX= v CATEGORIES= textproc devel @@ -12,22 +12,28 @@ COMMENT= UTF-8 processing library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= gmake -USE_GITHUB= yes +TEST_DEPENDS= curl:ftp/curl +USES= gmake perl5 + +USE_GITHUB= yes GH_ACCOUNT= JuliaStrings USE_LDCONFIG= yes +USE_PERL5= test + MAKE_ARGS= prefix=${PREFIX} +TEST_TARGET= check + +CONFLICTS= libutf8proc-[0-9]* + PLIST_FILES= include/utf8proc.h \ lib/libutf8proc.a \ lib/libutf8proc.so \ lib/libutf8proc.so.2 \ - lib/libutf8proc.so.2.3.1 \ + lib/libutf8proc.so.2.3.2 \ libdata/pkgconfig/libutf8proc.pc PORTDOCS= NEWS.md README.md -CONFLICTS= libutf8proc-[0-9]* - OPTIONS_DEFINE= DOCS post-install: diff --git a/textproc/utf8proc/distinfo b/textproc/utf8proc/distinfo index dce84e0929c4..782917a40e56 100644 --- a/textproc/utf8proc/distinfo +++ b/textproc/utf8proc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558637980 -SHA256 (JuliaStrings-utf8proc-v2.4.0_GH0.tar.gz) = b2e5d547c1d94762a6d03a7e05cea46092aab68636460ff8648f1295e2cdfbd7 -SIZE (JuliaStrings-utf8proc-v2.4.0_GH0.tar.gz) = 154936 +TIMESTAMP = 1587548900 +SHA256 (JuliaStrings-utf8proc-v2.5.0_GH0.tar.gz) = d4e8dfc898cfd062493cb7f42d95d70ccdd3a4cd4d90bec0c71b47cca688f1be +SIZE (JuliaStrings-utf8proc-v2.5.0_GH0.tar.gz) = 155485