From owner-svn-ports-all@freebsd.org Mon Jun 15 15:23:22 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 D78F733747F; Mon, 15 Jun 2020 15:23:22 +0000 (UTC) (envelope-from jpaetzel@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 49lw8B5N6Bz3WCS; Mon, 15 Jun 2020 15:23:22 +0000 (UTC) (envelope-from jpaetzel@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 9A6181FAA1; Mon, 15 Jun 2020 15:23:22 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05FFNMaj029678; Mon, 15 Jun 2020 15:23:22 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05FFNMHZ029676; Mon, 15 Jun 2020 15:23:22 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <202006151523.05FFNMHZ029676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Mon, 15 Jun 2020 15:23:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538889 - head/textproc/libyaml X-SVN-Group: ports-head X-SVN-Commit-Author: jpaetzel X-SVN-Commit-Paths: head/textproc/libyaml X-SVN-Commit-Revision: 538889 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: Mon, 15 Jun 2020 15:23:22 -0000 Author: jpaetzel Date: Mon Jun 15 15:23:21 2020 New Revision: 538889 URL: https://svnweb.freebsd.org/changeset/ports/538889 Log: Update to 0.2.5 Build now explicitly requires gmake per https://github.com/yaml/libyaml/releases/tag/0.2.5 the following changes have been made - #105 Allow question marks in plain scalars in flow collections - #186 Emitter: Don't output trailing space for empty scalar nodes - #185 Emitter: Output space after an alias mapping key - #187 Add -h and --flow (on|off|keep) to run-*-test-suite - #182 Remove unnecessary include and malloc - #177 Add specific files back to .gitignore - #181 Output error position in run-parser-test-suite.c - #191 A couple patches to improve test suite support - #179 Flow indicators can not be part of local or shorthand tags PR: 247043 Submitted by: daniel.engberg.lists@pyret.net Modified: head/textproc/libyaml/Makefile head/textproc/libyaml/distinfo head/textproc/libyaml/pkg-plist Modified: head/textproc/libyaml/Makefile ============================================================================== --- head/textproc/libyaml/Makefile Mon Jun 15 15:17:34 2020 (r538888) +++ head/textproc/libyaml/Makefile Mon Jun 15 15:23:21 2020 (r538889) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libyaml -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= textproc MASTER_SITES= https://pyyaml.org/download/libyaml/ DISTNAME= yaml-${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= YAML 1.1 parser and emitter written in C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/License -USES= cpe libtool pathfix +USES= cpe gmake libtool pathfix GNU_CONFIGURE= yes Modified: head/textproc/libyaml/distinfo ============================================================================== --- head/textproc/libyaml/distinfo Mon Jun 15 15:17:34 2020 (r538888) +++ head/textproc/libyaml/distinfo Mon Jun 15 15:23:21 2020 (r538889) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587538937 -SHA256 (yaml-0.2.4.tar.gz) = d80aeda8747b7c26fbbfd87ab687786e58394a8435ae3970e79cb97882e30557 -SIZE (yaml-0.2.4.tar.gz) = 608448 +TIMESTAMP = 1591522833 +SHA256 (yaml-0.2.5.tar.gz) = c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4 +SIZE (yaml-0.2.5.tar.gz) = 609454 Modified: head/textproc/libyaml/pkg-plist ============================================================================== --- head/textproc/libyaml/pkg-plist Mon Jun 15 15:17:34 2020 (r538888) +++ head/textproc/libyaml/pkg-plist Mon Jun 15 15:23:21 2020 (r538889) @@ -1,6 +1,6 @@ include/yaml.h lib/libyaml-0.so.2 -lib/libyaml-0.so.2.0.8 +lib/libyaml-0.so.2.0.9 lib/libyaml.a lib/libyaml.so libdata/pkgconfig/yaml-0.1.pc