pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-multipart-post



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb 11 14:07:28 UTC 2023

Modified Files:
        pkgsrc/www/ruby-multipart-post: Makefile PLIST distinfo

Log Message:
www/ruby-multipart-post: update to 2.3.0

2.3.0 (2023-01-26)

What's Changed

* Move deprecated constants into dedicated files. by @ioquatix in #99
* Adds Ruby 3.2 to the CI matrix. Updates checkout actions versions. by
  @petergoldstein in #100
* Modernize gem by @ioquatix in #101
* Add support for coverage. by @ioquatix in #102


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-multipart-post/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-multipart-post/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ruby-multipart-post/distinfo

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

Modified files:

Index: pkgsrc/www/ruby-multipart-post/Makefile
diff -u pkgsrc/www/ruby-multipart-post/Makefile:1.9 pkgsrc/www/ruby-multipart-post/Makefile:1.10
--- pkgsrc/www/ruby-multipart-post/Makefile:1.9 Wed Aug 31 16:16:47 2022
+++ pkgsrc/www/ruby-multipart-post/Makefile     Sat Feb 11 14:07:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2022/08/31 16:16:47 taca Exp $
+# $NetBSD: Makefile,v 1.10 2023/02/11 14:07:28 taca Exp $
 
-DISTNAME=      multipart-post-2.2.3
+DISTNAME=      multipart-post-2.3.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-multipart-post/PLIST
diff -u pkgsrc/www/ruby-multipart-post/PLIST:1.4 pkgsrc/www/ruby-multipart-post/PLIST:1.5
--- pkgsrc/www/ruby-multipart-post/PLIST:1.4    Wed Aug 31 16:16:47 2022
+++ pkgsrc/www/ruby-multipart-post/PLIST        Sat Feb 11 14:07:28 2023
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2022/08/31 16:16:47 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/02/11 14:07:28 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/changelog.md
 ${GEM_LIBDIR}/lib/composite_io.rb
 ${GEM_LIBDIR}/lib/multipart/post.rb
 ${GEM_LIBDIR}/lib/multipart/post/composite_read_io.rb
@@ -11,4 +12,6 @@ ${GEM_LIBDIR}/lib/multipart_post.rb
 ${GEM_LIBDIR}/lib/multipartable.rb
 ${GEM_LIBDIR}/lib/net/http/post/multipart.rb
 ${GEM_LIBDIR}/lib/parts.rb
+${GEM_LIBDIR}/license.md
+${GEM_LIBDIR}/readme.md
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/www/ruby-multipart-post/distinfo
diff -u pkgsrc/www/ruby-multipart-post/distinfo:1.8 pkgsrc/www/ruby-multipart-post/distinfo:1.9
--- pkgsrc/www/ruby-multipart-post/distinfo:1.8 Wed Aug 31 16:16:47 2022
+++ pkgsrc/www/ruby-multipart-post/distinfo     Sat Feb 11 14:07:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/08/31 16:16:47 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/02/11 14:07:28 taca Exp $
 
-BLAKE2s (multipart-post-2.2.3.gem) = e3b0de51266a8e17ca08d00abf63fa0881f5abdb36a25c3f15357c1185bbb64e
-SHA512 (multipart-post-2.2.3.gem) = 170670f8d74b2ef435b7a5a924a039ea31941904097dc35fc1f53365839b6983d0ae07936cb7543ac085c2e0edc204d9d3d058dcf2597e18698edb02c1765786
-Size (multipart-post-2.2.3.gem) = 13312 bytes
+BLAKE2s (multipart-post-2.3.0.gem) = abef5147425dad56f46b0aa4575fa3766d912c8ea11f6b5c38593a6f62637a6f
+SHA512 (multipart-post-2.3.0.gem) = 305263e347e18cf09a49cdaefe426e517556a9e26a59e79fd5d569f0132640ade5a16f3c59b12e2a4521d0c96f5fd9e3830f6961058fad72d441662ab1afff13
+Size (multipart-post-2.3.0.gem) = 15872 bytes



Home | Main Index | Thread Index | Old Index