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:   adam
Date:           Sun Apr 12 10:57:33 UTC 2020

Modified Files:
        pkgsrc/textproc/libyaml: Makefile distinfo

Log Message:
libyaml: updated to 0.2.3

0.2.3:
* Fixed typo.
* Fix typo in comment
* Use pointer to const for strings that aren't/shouldn't be modified
* Squash a couple of warnings in example-deconstructor-alt
* Fix spelling for error message
* Make appveyor config be a hidden file
* Add CHANGES file
* Always output document end before directive (YAML 1.2 compatibility)
* Output document end marker after open ended scalars
* change cmake target name from libOFF.a to libyaml.a
* include/yaml.h: fix comments
* Fixed missing token in example
* Avoid recursion in the document loader.
* Support %YAML 1.2 directives
* Change dllexport controlling macro to use _WIN32


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/libyaml/Makefile
cvs rdiff -u -r1.12 -r1.13 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.14 pkgsrc/textproc/libyaml/Makefile:1.15
--- pkgsrc/textproc/libyaml/Makefile:1.14       Sun Jan 26 17:32:15 2020
+++ pkgsrc/textproc/libyaml/Makefile    Sun Apr 12 10:57:33 2020
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.14 2020/01/26 17:32:15 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2020/04/12 10:57:33 adam Exp $
 
 DIST_SUBDIR=   yaml # Remove for next version
 
-DISTNAME=      yaml-0.2.2
+DISTNAME=      yaml-0.2.3
 PKGNAME=       lib${DISTNAME}
 CATEGORIES=    textproc
 MASTER_SITES=  http://pyyaml.org/download/libyaml/
 
-PKGREVISION=   1
-
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://pyyaml.org/wiki/LibYAML
 COMMENT=       YAML 1.1 parser and emitter written in C
@@ -20,15 +18,11 @@ 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/distinfo
diff -u pkgsrc/textproc/libyaml/distinfo:1.12 pkgsrc/textproc/libyaml/distinfo:1.13
--- pkgsrc/textproc/libyaml/distinfo:1.12       Thu Apr  4 23:54:08 2019
+++ pkgsrc/textproc/libyaml/distinfo    Sun Apr 12 10:57:33 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/04/04 23:54:08 kamil Exp $
+$NetBSD: distinfo,v 1.13 2020/04/12 10:57:33 adam Exp $
 
-SHA1 (yaml/yaml-0.2.2.tar.gz) = ef3b86ba000319913e3fa2976657a1d43b353536
-RMD160 (yaml/yaml-0.2.2.tar.gz) = 27a870e810215083ed6a33481f6eb704ae4cfab1
-SHA512 (yaml/yaml-0.2.2.tar.gz) = 13d2197135946204323dbfccafa0ac7b3d05437e920545a56f46811fd7319c01419a58083090ce85fccd4d6901a620ceb9f1190078cc0830bc0ce769bb024f51
-Size (yaml/yaml-0.2.2.tar.gz) = 609359 bytes
+SHA1 (yaml/yaml-0.2.3.tar.gz) = 2e7a894e839e1b04711a95c30f478a72ec682743
+RMD160 (yaml/yaml-0.2.3.tar.gz) = 1ac2edd0c55aaace2c89753796ea6a65c7c2c1e2
+SHA512 (yaml/yaml-0.2.3.tar.gz) = 6c8c3ad82a534df21cbc98b170f05f4b8ed7f462156ba3274c6d14946d76b94a035f3e1935bb95df797267b43547f7d5a73dc8e6fa86230e89ccdd0aa99c0fb3
+Size (yaml/yaml-0.2.3.tar.gz) = 608037 bytes



Home | Main Index | Thread Index | Old Index