pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-xdr



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Aug 28 04:58:40 UTC 2022

Modified Files:
        pkgsrc/net/ruby-xdr: Makefile distinfo

Log Message:
net/ruby-xdr: update to 3.0.3

pkgsrc change: relax dependency to Rail's version.

3.0.3 (2022-02-18)

Bug Fixes

* make XDR::Option write empty strings as values (#15) (ccab229)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/ruby-xdr/Makefile \
    pkgsrc/net/ruby-xdr/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-xdr/Makefile
diff -u pkgsrc/net/ruby-xdr/Makefile:1.6 pkgsrc/net/ruby-xdr/Makefile:1.7
--- pkgsrc/net/ruby-xdr/Makefile:1.6    Wed Jan 13 15:08:19 2021
+++ pkgsrc/net/ruby-xdr/Makefile        Sun Aug 28 04:58:40 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/01/13 15:08:19 taca Exp $
+# $NetBSD: Makefile,v 1.7 2022/08/28 04:58:40 taca Exp $
 
-DISTNAME=      xdr-3.0.2
+DISTNAME=      xdr-3.0.3
 CATEGORIES=    net
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -13,7 +13,7 @@ DEPENDS+=     ${RUBY_ACTIVEMODEL_DEPENDS}
 
 USE_LANGUAGES= # none
 
-RUBY_RAILS_ACCEPTED=   52 60
+RUBY_RAILS_ACCEPTED=   # empty
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/ruby-xdr/distinfo
diff -u pkgsrc/net/ruby-xdr/distinfo:1.6 pkgsrc/net/ruby-xdr/distinfo:1.7
--- pkgsrc/net/ruby-xdr/distinfo:1.6    Tue Oct 26 11:06:54 2021
+++ pkgsrc/net/ruby-xdr/distinfo        Sun Aug 28 04:58:40 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:06:54 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/08/28 04:58:40 taca Exp $
 
-BLAKE2s (xdr-3.0.2.gem) = 4334cc39cdc861e47866dfe9ae65d4a15a134310e83903ecbd8dc67036f4f999
-SHA512 (xdr-3.0.2.gem) = cf5e180f5c2bf3ea97ea0e8547d7112ea4c6644840df0bdd1d7f7b6b6a158d9f0f93c1f2c1a74d2ac49df35e7dd78a38380250da586b790a749bc80a35948b51
-Size (xdr-3.0.2.gem) = 16384 bytes
+BLAKE2s (xdr-3.0.3.gem) = f9e584113f0f516671a7d3081c0ddbf144629be206eeb7fe2c7af104cde44bc2
+SHA512 (xdr-3.0.3.gem) = de4fb9f8ebdeda9c1cf5a8335c143e4c899d54e42f9b3457a0a284e7d240e00a5c6287bf72fcd313205fca9a5945a25382ed92fea9ff8a6bc81e033a3d245994
+Size (xdr-3.0.3.gem) = 16384 bytes



Home | Main Index | Thread Index | Old Index