pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-wmi-lite



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  8 15:39:43 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-wmi-lite: Makefile PLIST distinfo

Log Message:
devel/ruby-wmi-lite: update to 1.0.5

Update ruby-wmi-lite to 1.0.5.

1.0.5 (2019-12-30)

* Migrate testing to Buildkite #11 (tas50)
* Add necessary dev deps to the Gemfile + Chefstyle autocorrect #12 (tas50)
* Substitute require for require_relative #10 (tas50)

1.0.2 (2019-01-16)

* Unpin bundler dev dep #9 (tas50)

1.0.1 (2018-12-04)

* Wire up expeditor #7 (tas50)
* Slim the files we ship in the gem #8 (tas50)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-wmi-lite/Makefile \
    pkgsrc/devel/ruby-wmi-lite/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-wmi-lite/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-wmi-lite/Makefile
diff -u pkgsrc/devel/ruby-wmi-lite/Makefile:1.2 pkgsrc/devel/ruby-wmi-lite/Makefile:1.3
--- pkgsrc/devel/ruby-wmi-lite/Makefile:1.2     Sun Jul 30 22:32:18 2017
+++ pkgsrc/devel/ruby-wmi-lite/Makefile Sun Mar  8 15:39:43 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:18 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/08 15:39:43 taca Exp $
 
-DISTNAME=      wmi-lite-1.0.0
+DISTNAME=      wmi-lite-1.0.5
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-wmi-lite/distinfo
diff -u pkgsrc/devel/ruby-wmi-lite/distinfo:1.2 pkgsrc/devel/ruby-wmi-lite/distinfo:1.3
--- pkgsrc/devel/ruby-wmi-lite/distinfo:1.2     Tue Nov  3 03:29:31 2015
+++ pkgsrc/devel/ruby-wmi-lite/distinfo Sun Mar  8 15:39:43 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:31 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/03/08 15:39:43 taca Exp $
 
-SHA1 (wmi-lite-1.0.0.gem) = 1e0878b6172827516dc29eafe8ac9c7c5d214380
-RMD160 (wmi-lite-1.0.0.gem) = c5b997f1f301cbb81c8e2238cac19264f14bc0ee
-SHA512 (wmi-lite-1.0.0.gem) = f33132b25f0719164c20362999873ba8a4a472d69ce6278b052c0524eb832b9af410a6b57c9c0facb8b2c7654339357f3e38e92217159f6affc3fbbfd4d2a853
-Size (wmi-lite-1.0.0.gem) = 15872 bytes
+SHA1 (wmi-lite-1.0.5.gem) = 9957d2c752794a7916c90d3966a950e1eab7d968
+RMD160 (wmi-lite-1.0.5.gem) = 2d1aa8c2781e084896ac3c9feb132c57cbb6a32c
+SHA512 (wmi-lite-1.0.5.gem) = f5e04708e1705b3e69209bd2396965882219434bf096476b986f190a586eb5d6043c7c9bab240fb7146150880d09d99823cee2af389dafb1fcf4df172fbc3f1e
+Size (wmi-lite-1.0.5.gem) = 10240 bytes

Index: pkgsrc/devel/ruby-wmi-lite/PLIST
diff -u pkgsrc/devel/ruby-wmi-lite/PLIST:1.1 pkgsrc/devel/ruby-wmi-lite/PLIST:1.2
--- pkgsrc/devel/ruby-wmi-lite/PLIST:1.1        Mon Jan 19 20:32:18 2015
+++ pkgsrc/devel/ruby-wmi-lite/PLIST    Sun Mar  8 15:39:43 2020
@@ -1,21 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/19 20:32:18 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/03/08 15:39:43 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.rspec
-${GEM_LIBDIR}/.travis.yml
-${GEM_LIBDIR}/CHANGELOG.md
-${GEM_LIBDIR}/CONTRIBUTING.md
-${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/lib/wmi-lite.rb
 ${GEM_LIBDIR}/lib/wmi-lite/version.rb
 ${GEM_LIBDIR}/lib/wmi-lite/wmi.rb
 ${GEM_LIBDIR}/lib/wmi-lite/wmi_exception.rb
 ${GEM_LIBDIR}/lib/wmi-lite/wmi_instance.rb
-${GEM_LIBDIR}/spec/functional/wmi_spec.rb
-${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_LIBDIR}/spec/unit/wmi_spec.rb
-${GEM_LIBDIR}/wmi-lite.gemspec
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index