Skip to content

Commit

Permalink
libyaml: update to 0.2.2.
Browse files Browse the repository at this point in the history
Changes
=======

* yaml/libyaml#95 -- build: do not install config.h
* yaml/libyaml#97 -- appveyor.yml: fix Release build
* yaml/libyaml#103 -- Remove unused code in yaml_document_delete
* yaml/libyaml#104 -- Allow colons in plain scalars inside flow collections
* yaml/libyaml#109 -- Fix comparison in tests/run-emitter.c
* yaml/libyaml#117 -- Fix typo error
* yaml/libyaml#119 -- The closing single quote needs to be indented...
* yaml/libyaml#121 -- fix token name typos in comments
* yaml/libyaml#122 -- Revert removing of open_ended after top level plain scalar
* yaml/libyaml#125 -- Cherry-picks from PR 27
* yaml/libyaml#135 -- Windows/C89 compatibility
* yaml/libyaml#136 -- allow override of Windows static lib name
  • Loading branch information
wiz committed Apr 1, 2019
1 parent 9c5ab4e commit 7da9a2d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
16 changes: 14 additions & 2 deletions textproc/libyaml/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2018/07/06 06:50:40 adam Exp $
# $NetBSD: Makefile,v 1.12 2019/04/01 12:15:34 wiz Exp $

DISTNAME= yaml-0.2.1
DISTNAME= yaml-0.2.2
PKGNAME= lib${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= http://pyyaml.org/download/libyaml/
Expand All @@ -11,8 +11,20 @@ COMMENT= YAML 1.1 parser and emitter written in C
LICENSE= mit

USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= yaml-0.1.pc.in
TEST_TARGET= check

WRKSRC= ${WRKDIR}/lib${DISTNAME}

pre-configure:
cd ${WRKSRC} && autoreconf -fiv

# cmake support is incomplete
#USE_CMAKE= yes
#CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
#post-install:
# ${RM} -rf ${DESTDIR}${PREFIX}/cmake

.include "../../mk/bsd.pkg.mk"
2 changes: 1 addition & 1 deletion textproc/libyaml/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2012/09/02 15:03:01 wiz Exp $
@comment $NetBSD: PLIST,v 1.3 2019/04/01 12:15:34 wiz Exp $
include/yaml.h
lib/libyaml.la
lib/pkgconfig/yaml-0.1.pc
10 changes: 5 additions & 5 deletions textproc/libyaml/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.10 2018/07/06 06:50:40 adam Exp $
$NetBSD: distinfo,v 1.11 2019/04/01 12:15:34 wiz Exp $

SHA1 (yaml-0.2.1.tar.gz) = 125a3113681f06320dcdfde48bab47cba9031263
RMD160 (yaml-0.2.1.tar.gz) = 9247c42fd370324b197b9fa0e7ab077cc2852160
SHA512 (yaml-0.2.1.tar.gz) = 97ebeea2a2c877b24de2e1ffbf175d07d97d5c8b90e06d21fd057e1114d10b96c04fd92c2ed4e956db751b7ac1686b3fd5778927912ca5bb0d096908a1351235
Size (yaml-0.2.1.tar.gz) = 599727 bytes
SHA1 (yaml-0.2.2.tar.gz) = bfbbb06929d05a419525a165f9967385346f6371
RMD160 (yaml-0.2.2.tar.gz) = 69780e8ab84506e8c2422aa49c1c9743ee433251
SHA512 (yaml-0.2.2.tar.gz) = 455494591014a97c4371a1f372ad09f0d6e487e4f1d3419c98e9cd2f16d43a0cf9a0787d7250bebee8b8d400df4626f5acd81e90139e54fa574a66ec84964c06
Size (yaml-0.2.2.tar.gz) = 79465 bytes

0 comments on commit 7da9a2d

Please sign in to comment.