Received: by mail.netbsd.org (Postfix, from userid 605) id D06C584D62; Thu, 13 Jul 2017 15:34:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 635CD84D4C for ; Thu, 13 Jul 2017 15:34:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9Bu6O0pK1FHy for ; Thu, 13 Jul 2017 15:34:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E442984CDC for ; Thu, 13 Jul 2017 15:34:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DFA3DFACB; Thu, 13 Jul 2017 15:34:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149996004815240" MIME-Version: 1.0 Date: Thu, 13 Jul 2017 15:34:08 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-iniparse To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170713153408.DFA3DFACB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149996004815240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jul 13 15:34:08 UTC 2017 Modified Files: pkgsrc/devel/ruby-iniparse: Makefile distinfo Log Message: Update ruby-iniparse to 1.4.4. 1.4.4 2017/07/04 * Fix handling files with DOS line endings * Improve error message with unparseable lines To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-iniparse/Makefile \ pkgsrc/devel/ruby-iniparse/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149996004815240 Content-Disposition: inline Content-Length: 1888 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-iniparse/Makefile diff -u pkgsrc/devel/ruby-iniparse/Makefile:1.1 pkgsrc/devel/ruby-iniparse/Makefile:1.2 --- pkgsrc/devel/ruby-iniparse/Makefile:1.1 Sun Jun 4 15:54:12 2017 +++ pkgsrc/devel/ruby-iniparse/Makefile Thu Jul 13 15:34:08 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/06/04 15:54:12 taca Exp $ +# $NetBSD: Makefile,v 1.2 2017/07/13 15:34:08 taca Exp $ -DISTNAME= iniparse-1.4.3 +DISTNAME= iniparse-1.4.4 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,5 @@ HOMEPAGE= https://github.com/antw/inipar COMMENT= Pure Ruby library for parsing INI documents LICENSE= apache-2.0 -#DEPENDS+= ${RUBY_PKGPREFIX}-thread_safe>=0.1<1:../../misc/ruby-thread_safe - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-iniparse/distinfo diff -u pkgsrc/devel/ruby-iniparse/distinfo:1.1 pkgsrc/devel/ruby-iniparse/distinfo:1.2 --- pkgsrc/devel/ruby-iniparse/distinfo:1.1 Sun Jun 4 15:54:12 2017 +++ pkgsrc/devel/ruby-iniparse/distinfo Thu Jul 13 15:34:08 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/06/04 15:54:12 taca Exp $ +$NetBSD: distinfo,v 1.2 2017/07/13 15:34:08 taca Exp $ -SHA1 (iniparse-1.4.3.gem) = d471dd69757ee784f18963ffb25f51ebfeb679ed -RMD160 (iniparse-1.4.3.gem) = 38e5739e0f466c9b8626d5210f8d51a7af89c119 -SHA512 (iniparse-1.4.3.gem) = 1f50c4692610c8f008811073f386d14854806c72f9ffb7473176c84f0cfc7cf319c04cd1a49da939b67511eb12ed4d37d46f996624e10ad4d929941dac9e236f -Size (iniparse-1.4.3.gem) = 15872 bytes +SHA1 (iniparse-1.4.4.gem) = 003ff325c26190f133ced44cc89af7758717f2c6 +RMD160 (iniparse-1.4.4.gem) = 39bf69b9b35ce5c11f6ae293b3f8355cf013f07b +SHA512 (iniparse-1.4.4.gem) = fad9aa555207d3c622ef28d5edafdb01cbdcfde2e61a32ec22f829d4ee9a1991affb7f684a0c4909b1a3bbce21e5f15200088dc49271a0eb604a2a557aa1433b +Size (iniparse-1.4.4.gem) = 15872 bytes --_----------=_149996004815240--