pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-iniparse



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.

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@localhost
@@ -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



Home | Main Index | Thread Index | Old Index