Received: by mail.netbsd.org (Postfix, from userid 605) id A167B84E65; Sat, 15 Oct 2022 12:11:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D0E1B84E63 for ; Sat, 15 Oct 2022 12:11:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Rw7ySop-8qx9 for ; Sat, 15 Oct 2022 12:11:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 48DE684CEA for ; Sat, 15 Oct 2022 12:11:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42D52FA90; Sat, 15 Oct 2022 12:11:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665835863218450" MIME-Version: 1.0 Date: Sat, 15 Oct 2022 12:11:03 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/textproc/erlang-yconf To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20221015121103.42D52FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665835863218450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Sat Oct 15 12:11:03 UTC 2022 Modified Files: pkgsrc/textproc/erlang-yconf: Makefile distinfo Log Message: erlang-yconf: Update to 1.0.14 upstream changes: ----------------- Version 1.0.14 o Updating fast_yaml to version 1.0.34. Version 1.0.13 o Updating fast_yaml to version 1.0.33. Version 1.0.12 o Updating fast_yaml to version 1.0.32. o Switch from using Travis to Github Actions as CI To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/erlang-yconf/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/erlang-yconf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665835863218450 Content-Disposition: inline Content-Length: 1846 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/erlang-yconf/Makefile diff -u pkgsrc/textproc/erlang-yconf/Makefile:1.2 pkgsrc/textproc/erlang-yconf/Makefile:1.3 --- pkgsrc/textproc/erlang-yconf/Makefile:1.2 Thu May 20 15:43:59 2021 +++ pkgsrc/textproc/erlang-yconf/Makefile Sat Oct 15 12:11:03 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2021/05/20 15:43:59 triaxx Exp $ +# $NetBSD: Makefile,v 1.3 2022/10/15 12:11:03 triaxx Exp $ -DISTNAME= yconf-1.0.11 +DISTNAME= yconf-1.0.14 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} @@ -9,7 +9,7 @@ HOMEPAGE= https://github.com/processone/ COMMENT= YAML configuration processor LICENSE= apache-2.0 -DEPENDS+= erlang-fast_yaml>=1.0.29:../../textproc/erlang-fast_yaml +DEPENDS+= erlang-fast_yaml>=1.0.34:../../textproc/erlang-fast_yaml GITHUB_PROJECT= yconf Index: pkgsrc/textproc/erlang-yconf/distinfo diff -u pkgsrc/textproc/erlang-yconf/distinfo:1.4 pkgsrc/textproc/erlang-yconf/distinfo:1.5 --- pkgsrc/textproc/erlang-yconf/distinfo:1.4 Tue Oct 26 11:21:53 2021 +++ pkgsrc/textproc/erlang-yconf/distinfo Sat Oct 15 12:11:03 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:21:53 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/10/15 12:11:03 triaxx Exp $ -BLAKE2s (yconf-1.0.11.tar.gz) = 84198f17a9dd783cc74d6fce0986012bc7a2d24e713ae332cac51d37a6016a6d -SHA512 (yconf-1.0.11.tar.gz) = 3a2edb668cbe4c50cada17e6f261cec4b04a464164edfb2f232ea79b18dc7f91f6c28d90e4001174b689b14947e39ba1bcd3feaed641fa248b2a0925f39a5b14 -Size (yconf-1.0.11.tar.gz) = 222974 bytes +BLAKE2s (yconf-1.0.14.tar.gz) = 222624da21f209e3c6de02981e9cd5bf8acdb34eede800d4af168426d7dfdb3e +SHA512 (yconf-1.0.14.tar.gz) = 5b495f6975a7d844f28af9295423b90d3e003122ef9b15a5734caf2bc46ad78c982a2fd36b4c1890ec0325ca0c72b029e470fd3e89ce52d9616047353a296e82 +Size (yconf-1.0.14.tar.gz) = 223966 bytes --_----------=_1665835863218450--