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 Mar 21 16:58:04 UTC 2020
Modified Files:
pkgsrc/www/ruby-multipart-post: Makefile PLIST distinfo
Log Message:
www/ruby-multipart-post: update to 2.1.1
Update ruby-multipart-post to 2.1.1.
No release notes available.
Please refer: <https://github.com/socketry/multipart-post/compare/v2.0.0...v2.1.1>.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-multipart-post/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-multipart-post/PLIST
cvs rdiff -u -r1.4 -r1.5 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.7 pkgsrc/www/ruby-multipart-post/Makefile:1.8
--- pkgsrc/www/ruby-multipart-post/Makefile:1.7 Sun Jul 30 22:32:28 2017
+++ pkgsrc/www/ruby-multipart-post/Makefile Sat Mar 21 16:58:04 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/07/30 22:32:28 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/21 16:58:04 taca Exp $
-DISTNAME= multipart-post-2.0.0
+DISTNAME= multipart-post-2.1.1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/nicksieger/
COMMENT= Multipart form post accessory for Net::HTTP
LICENSE= mit
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-multipart-post/PLIST
diff -u pkgsrc/www/ruby-multipart-post/PLIST:1.2 pkgsrc/www/ruby-multipart-post/PLIST:1.3
--- pkgsrc/www/ruby-multipart-post/PLIST:1.2 Fri Jan 17 08:32:07 2014
+++ pkgsrc/www/ruby-multipart-post/PLIST Sat Mar 21 16:58:04 2020
@@ -1,9 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2014/01/17 08:32:07 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/03/21 16:58:04 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
@@ -13,8 +16,9 @@ ${GEM_LIBDIR}/lib/multipartable.rb
${GEM_LIBDIR}/lib/net/http/post/multipart.rb
${GEM_LIBDIR}/lib/parts.rb
${GEM_LIBDIR}/multipart-post.gemspec
-${GEM_LIBDIR}/test/multibyte.txt
-${GEM_LIBDIR}/test/net/http/post/test_multipart.rb
-${GEM_LIBDIR}/test/test_composite_io.rb
-${GEM_LIBDIR}/test/test_parts.rb
+${GEM_LIBDIR}/spec/composite_io_spec.rb
+${GEM_LIBDIR}/spec/multibyte.txt
+${GEM_LIBDIR}/spec/net/http/post/multipart_spec.rb
+${GEM_LIBDIR}/spec/parts_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/www/ruby-multipart-post/distinfo
diff -u pkgsrc/www/ruby-multipart-post/distinfo:1.4 pkgsrc/www/ruby-multipart-post/distinfo:1.5
--- pkgsrc/www/ruby-multipart-post/distinfo:1.4 Wed Nov 4 02:47:35 2015
+++ pkgsrc/www/ruby-multipart-post/distinfo Sat Mar 21 16:58:04 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 02:47:35 agc Exp $
+$NetBSD: distinfo,v 1.5 2020/03/21 16:58:04 taca Exp $
-SHA1 (multipart-post-2.0.0.gem) = 15f1fee5557716868726ec23f389938e7957bf63
-RMD160 (multipart-post-2.0.0.gem) = 6041f669b79200ec3dfc20bcde19462517de58b0
-SHA512 (multipart-post-2.0.0.gem) = 4f48c815d82c139986f419cdb12efd2f3792f2ef0b2277b75533c8ddad17cc6a8c187deddadc82d29c9f7f8337fcc9ad23c40eb72053ac933911ec1457b01c18
-Size (multipart-post-2.0.0.gem) = 11264 bytes
+SHA1 (multipart-post-2.1.1.gem) = f2c6ddc8ea50d81372a64d8698b96700de48c454
+RMD160 (multipart-post-2.1.1.gem) = b8e3345f58d2baec9eef3069e962e6fc38c09606
+SHA512 (multipart-post-2.1.1.gem) = afa16717ee136f0bbbc20fe243252831604740bb61fa7288a2437a4a67638f660a4bd491b5326b034173e9e8352f2659f27dc8aaa761721f7111b7e9e704582f
+Size (multipart-post-2.1.1.gem) = 13824 bytes
Home |
Main Index |
Thread Index |
Old Index