pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-parseconfig



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 10 15:37:45 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-parseconfig: Makefile PLIST distinfo

Log Message:
devel/ruby-parseconfig: update to 1.1.0

Mon Sep 28, 2020 - v1.1.0
- Add non-value option support.
  Resolves Issue #11


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-parseconfig/Makefile \
    pkgsrc/devel/ruby-parseconfig/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-parseconfig/PLIST

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-parseconfig/Makefile
diff -u pkgsrc/devel/ruby-parseconfig/Makefile:1.5 pkgsrc/devel/ruby-parseconfig/Makefile:1.6
--- pkgsrc/devel/ruby-parseconfig/Makefile:1.5  Mon Sep  4 18:00:53 2017
+++ pkgsrc/devel/ruby-parseconfig/Makefile      Sun Jan 10 15:37:45 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/09/04 18:00:53 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2021/01/10 15:37:45 taca Exp $
 
-DISTNAME=      parseconfig-1.0.8
+DISTNAME=      parseconfig-1.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    taca%NetBSD.org@localhost
@@ -8,5 +8,7 @@ MAINTAINER=     taca%NetBSD.org@localhost
 COMMENT=       Provides simple parsing of standard *nix style config files
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-parseconfig/distinfo
diff -u pkgsrc/devel/ruby-parseconfig/distinfo:1.5 pkgsrc/devel/ruby-parseconfig/distinfo:1.6
--- pkgsrc/devel/ruby-parseconfig/distinfo:1.5  Tue Feb 16 15:15:57 2016
+++ pkgsrc/devel/ruby-parseconfig/distinfo      Sun Jan 10 15:37:45 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/02/16 15:15:57 taca Exp $
+$NetBSD: distinfo,v 1.6 2021/01/10 15:37:45 taca Exp $
 
-SHA1 (parseconfig-1.0.8.gem) = 10a20fc8ea5271c8b6c87735f56b002d078540b6
-RMD160 (parseconfig-1.0.8.gem) = 8c95816363098ceada592ba4d44f81a5335ff8dd
-SHA512 (parseconfig-1.0.8.gem) = 81180248b992288b6223bee6cbc04bd6d8f740e31e79b8fbb643e3ad296dc0a11e8acc523dea8097a9d1e4c25c46087d8780609e0e4916f90cbdf0132a31c1ae
-Size (parseconfig-1.0.8.gem) = 9216 bytes
+SHA1 (parseconfig-1.1.0.gem) = 93c86bf7817d569c25a102c4bba7c6e6dbe2f7e7
+RMD160 (parseconfig-1.1.0.gem) = 3a3fff8d5b90fecc680f4b0d74e440172485ff60
+SHA512 (parseconfig-1.1.0.gem) = d8fde7bd0936a82f9c0d2268993e243d7fa111144509b232b93eec1873f8e06bded64178684067c5518142223f69de49e1d8a1007282376a8227c2c2f9f8afa0
+Size (parseconfig-1.1.0.gem) = 9216 bytes

Index: pkgsrc/devel/ruby-parseconfig/PLIST
diff -u pkgsrc/devel/ruby-parseconfig/PLIST:1.2 pkgsrc/devel/ruby-parseconfig/PLIST:1.3
--- pkgsrc/devel/ruby-parseconfig/PLIST:1.2     Fri Mar 14 16:15:33 2014
+++ pkgsrc/devel/ruby-parseconfig/PLIST Sun Jan 10 15:37:45 2021
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2014/03/14 16:15:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/01/10 15:37:45 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Changelog
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/lib/parseconfig.rb
+${GEM_LIBDIR}/lib/version.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index