Date: Thu, 11 Apr 2019 15:56:40 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498674 - head/textproc/libyaml Message-ID: <201904111556.x3BFuea7065187@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jpaetzel Date: Thu Apr 11 15:56:40 2019 New Revision: 498674 URL: https://svnweb.freebsd.org/changeset/ports/498674 Log: Update to 0.2.2 Fix portlint errors in Makefile Changes in 0.2.2: * https://github.com/yaml/libyaml/pull/95 -- build: do not install config.h * https://github.com/yaml/libyaml/pull/97 -- appveyor.yml: fix Release build * https://github.com/yaml/libyaml/pull/103 -- Remove unused code in yaml_document_delete * https://github.com/yaml/libyaml/pull/104 -- Allow colons in plain scalars inside flow collections * https://github.com/yaml/libyaml/pull/109 -- Fix comparison in tests/run-emitter.c * https://github.com/yaml/libyaml/pull/117 -- Fix typo error * https://github.com/yaml/libyaml/pull/119 -- The closing single quote needs to be indented... * https://github.com/yaml/libyaml/pull/121 -- fix token name typos in comments * https://github.com/yaml/libyaml/pull/122 -- Revert removing of open_ended after top level plain scalar * https://github.com/yaml/libyaml/pull/125 -- Cherry-picks from PR 27 * https://github.com/yaml/libyaml/pull/135 -- Windows/C89 compatibility * https://github.com/yaml/libyaml/pull/136 -- allow override of Windows static lib name Modified: head/textproc/libyaml/Makefile head/textproc/libyaml/distinfo head/textproc/libyaml/pkg-plist Modified: head/textproc/libyaml/Makefile ============================================================================== --- head/textproc/libyaml/Makefile Thu Apr 11 15:50:45 2019 (r498673) +++ head/textproc/libyaml/Makefile Thu Apr 11 15:56:40 2019 (r498674) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libyaml -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= textproc MASTER_SITES= http://pyyaml.org/download/libyaml/ DISTNAME= yaml-${PORTVERSION} @@ -14,9 +14,11 @@ COMMENT= YAML 1.1 parser and emitter written in C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +USES= cpe libtool pathfix + GNU_CONFIGURE= yes + INSTALL_TARGET= install-strip -USES= cpe libtool pathfix CPE_VENDOR= pyyaml USE_LDCONFIG= yes Modified: head/textproc/libyaml/distinfo ============================================================================== --- head/textproc/libyaml/distinfo Thu Apr 11 15:50:45 2019 (r498673) +++ head/textproc/libyaml/distinfo Thu Apr 11 15:56:40 2019 (r498674) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538967622 -SHA256 (repacked/yaml-0.2.1.tar.gz) = 78281145641a080fb32d6e7a87b9c0664d611dcb4d542e90baf731f51cbb59cd -SIZE (repacked/yaml-0.2.1.tar.gz) = 599727 +TIMESTAMP = 1554956021 +SHA256 (repacked/yaml-0.2.2.tar.gz) = 4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9 +SIZE (repacked/yaml-0.2.2.tar.gz) = 609359 Modified: head/textproc/libyaml/pkg-plist ============================================================================== --- head/textproc/libyaml/pkg-plist Thu Apr 11 15:50:45 2019 (r498673) +++ head/textproc/libyaml/pkg-plist Thu Apr 11 15:56:40 2019 (r498674) @@ -1,6 +1,6 @@ include/yaml.h lib/libyaml-0.so.2 -lib/libyaml-0.so.2.0.5 +lib/libyaml-0.so.2.0.6 lib/libyaml.a lib/libyaml.so libdata/pkgconfig/yaml-0.1.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904111556.x3BFuea7065187>