pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-network_interface



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Aug 26 15:45:46 UTC 2023

Modified Files:
        pkgsrc/net/ruby-network_interface: Makefile PLIST distinfo

Log Message:
net/ruby-network_interface: update to 0.0.4

0.0.3 (2023-08-14)

* Land #13, Add github actions and address deprecation warnings
* Land #14, Update Ubuntu version & Ruby setup
* Land #17, Update github actions runner version
* Land #19 , Update gemspec file ignore list
* Land #20, Bump version to 0.0.3

0.0.4 (2023-08-17)

* Land #16, Add custom error class and improve error messages
* Land #21, Add development documentation
* Land #22, Bump version to 0.0.4


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ruby-network_interface/Makefile \
    pkgsrc/net/ruby-network_interface/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ruby-network_interface/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ruby-network_interface/Makefile
diff -u pkgsrc/net/ruby-network_interface/Makefile:1.1 pkgsrc/net/ruby-network_interface/Makefile:1.2
--- pkgsrc/net/ruby-network_interface/Makefile:1.1      Wed May  2 18:16:25 2018
+++ pkgsrc/net/ruby-network_interface/Makefile  Sat Aug 26 15:45:46 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/05/02 18:16:25 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2023/08/26 15:45:46 taca Exp $
 
-DISTNAME=      network_interface-0.0.2
+DISTNAME=      network_interface-0.0.4
 CATEGORIES=    net
 
 MAINTAINER=    minskim%NetBSD.org@localhost
Index: pkgsrc/net/ruby-network_interface/PLIST
diff -u pkgsrc/net/ruby-network_interface/PLIST:1.1 pkgsrc/net/ruby-network_interface/PLIST:1.2
--- pkgsrc/net/ruby-network_interface/PLIST:1.1 Wed May  2 18:16:25 2018
+++ pkgsrc/net/ruby-network_interface/PLIST     Sat Aug 26 15:45:46 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2018/05/02 18:16:25 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/08/26 15:45:46 taca Exp $
 bin/list_interfaces.rb
+${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/network_interface_ext.${RUBY_DLEXT}
-${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+${GEM_LIBDIR}/.github/workflows/verify.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
 ${GEM_LIBDIR}/Gemfile
@@ -19,5 +19,4 @@ ${GEM_LIBDIR}/lib/network_interface.rb
 ${GEM_LIBDIR}/lib/network_interface/version.rb
 ${GEM_LIBDIR}/lib/network_interface_ext.${RUBY_DLEXT}
 ${GEM_LIBDIR}/network_interface.gemspec
-${GEM_LIBDIR}/spec/netiface_spec.rb
-${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/net/ruby-network_interface/distinfo
diff -u pkgsrc/net/ruby-network_interface/distinfo:1.3 pkgsrc/net/ruby-network_interface/distinfo:1.4
--- pkgsrc/net/ruby-network_interface/distinfo:1.3      Tue Oct 26 11:06:51 2021
+++ pkgsrc/net/ruby-network_interface/distinfo  Sat Aug 26 15:45:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:06:51 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/08/26 15:45:46 taca Exp $
 
-BLAKE2s (network_interface-0.0.2.gem) = b07f37239e551b65524ea4d932813a65e0703dfb9b042b19462bb14b1024f0db
-SHA512 (network_interface-0.0.2.gem) = 8850325e7e0c5ab51b060270220099c2c00cf7031083a511ae9f8dd6d1b9219b37169fa7620e9648eb071784a840e14ce965f8d1cf5d475ff82691bfba25a202
-Size (network_interface-0.0.2.gem) = 16896 bytes
+BLAKE2s (network_interface-0.0.4.gem) = 51f96e97b175f7c97e905eb75ff78313d01b13b60782f65c2fa3fb095c490684
+SHA512 (network_interface-0.0.4.gem) = 829af221aeaa39d3025b7df52aa3c1a70dbe308f64da65ed551bee4b5c53d3c3071e8470c9493eb67c7d82d9a5b458760d2b82a63767b4e7fc97a62491ab8dce
+Size (network_interface-0.0.4.gem) = 23040 bytes



Home | Main Index | Thread Index | Old Index