From 43598fead0aff9b7e38029d36c6345f2d2d57275 Mon Sep 17 00:00:00 2001 From: Josh Paetzel Date: Thu, 11 Apr 2019 15:56:40 +0000 Subject: 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 --- textproc/libyaml/Makefile | 6 ++++-- textproc/libyaml/distinfo | 6 +++--- textproc/libyaml/pkg-plist | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'textproc/libyaml') diff --git a/textproc/libyaml/Makefile b/textproc/libyaml/Makefile index a4f0eb2ea095..af1b302153a2 100644 --- a/textproc/libyaml/Makefile +++ b/textproc/libyaml/Makefile @@ -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 diff --git a/textproc/libyaml/distinfo b/textproc/libyaml/distinfo index 97aa0c9f2ea3..ad45a1e99954 100644 --- a/textproc/libyaml/distinfo +++ b/textproc/libyaml/distinfo @@ -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 diff --git a/textproc/libyaml/pkg-plist b/textproc/libyaml/pkg-plist index 7c57f033d7c6..729b1535b187 100644 --- a/textproc/libyaml/pkg-plist +++ b/textproc/libyaml/pkg-plist @@ -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 -- cgit v1.2.3