pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/libyaml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr  1 12:15:34 UTC 2019

Modified Files:
        pkgsrc/textproc/libyaml: Makefile PLIST distinfo

Log Message:
libyaml: update to 0.2.2.

Changes
=======

* 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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/libyaml/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/libyaml/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/libyaml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/libyaml/Makefile
diff -u pkgsrc/textproc/libyaml/Makefile:1.11 pkgsrc/textproc/libyaml/Makefile:1.12
--- pkgsrc/textproc/libyaml/Makefile:1.11       Fri Jul  6 06:50:40 2018
+++ pkgsrc/textproc/libyaml/Makefile    Mon Apr  1 12:15:34 2019
@@ -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/
@@ -11,8 +11,20 @@ COMMENT=     YAML 1.1 parser and emitter wri
 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"

Index: pkgsrc/textproc/libyaml/PLIST
diff -u pkgsrc/textproc/libyaml/PLIST:1.2 pkgsrc/textproc/libyaml/PLIST:1.3
--- pkgsrc/textproc/libyaml/PLIST:1.2   Sun Sep  2 15:03:01 2012
+++ pkgsrc/textproc/libyaml/PLIST       Mon Apr  1 12:15:34 2019
@@ -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

Index: pkgsrc/textproc/libyaml/distinfo
diff -u pkgsrc/textproc/libyaml/distinfo:1.10 pkgsrc/textproc/libyaml/distinfo:1.11
--- pkgsrc/textproc/libyaml/distinfo:1.10       Fri Jul  6 06:50:40 2018
+++ pkgsrc/textproc/libyaml/distinfo    Mon Apr  1 12:15:34 2019
@@ -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



Home | Main Index | Thread Index | Old Index