From owner-svn-ports-all@freebsd.org Sun May 24 01:07:58 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BB7112F34A7; Sun, 24 May 2020 01:07:58 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49V2CL4MCFz41dQ; Sun, 24 May 2020 01:07:58 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C89018E30; Sun, 24 May 2020 01:07:58 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04O17wq7013447; Sun, 24 May 2020 01:07:58 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04O17wNj013445; Sun, 24 May 2020 01:07:58 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202005240107.04O17wNj013445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 24 May 2020 01:07:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536359 - head/textproc/utf8proc X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/textproc/utf8proc X-SVN-Commit-Revision: 536359 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2020 01:07:58 -0000 Author: mandree Date: Sun May 24 01:07:57 2020 New Revision: 536359 URL: https://svnweb.freebsd.org/changeset/ports/536359 Log: 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 Modified: head/textproc/utf8proc/Makefile head/textproc/utf8proc/distinfo Modified: head/textproc/utf8proc/Makefile ============================================================================== --- head/textproc/utf8proc/Makefile Sat May 23 23:41:35 2020 (r536358) +++ head/textproc/utf8proc/Makefile Sun May 24 01:07:57 2020 (r536359) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= utf8proc -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.0 DISTVERSIONPREFIX= v CATEGORIES= textproc devel @@ -12,21 +12,27 @@ 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 Modified: head/textproc/utf8proc/distinfo ============================================================================== --- head/textproc/utf8proc/distinfo Sat May 23 23:41:35 2020 (r536358) +++ head/textproc/utf8proc/distinfo Sun May 24 01:07:57 2020 (r536359) @@ -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