From 21dd2468922a74a0ab379a4a67116b367f69e987 Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 17 Jan 2014 08:32:07 +0000 Subject: [PATCH] Update ruby-multipart-post to 2.0.0. === 2.0.0 / 2013-12-21 - Drop Ruby 1.8 compatibility - GH #21: Fix FilePart length calculation for Ruby 1.9 when filename contains multibyte characters (hexfet) - GH #20: Ensure upload responds to both #content_type and #original_filename (Steven Davidovitz) - GH #31: Support setting headers on any part of the request (Socrates Vicente) - GH #30: Support array values for params (Gustav Ernberg) - GH #32: Fix respond_to? signature (Leo Cassarani) - GH #33: Update README to markdown (Jagtesh Chadha) - GH #35: Improved handling of array-type parameters (Steffen Grunwald) --- www/ruby-multipart-post/Makefile | 6 ++++-- www/ruby-multipart-post/PLIST | 5 ++--- www/ruby-multipart-post/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/www/ruby-multipart-post/Makefile b/www/ruby-multipart-post/Makefile index 8bcc786e0208d..b7bad030b6c5a 100644 --- a/www/ruby-multipart-post/Makefile +++ b/www/ruby-multipart-post/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2013/04/07 11:06:19 obache Exp $ +# $NetBSD: Makefile,v 1.3 2014/01/17 08:32:07 obache Exp $ -DISTNAME= multipart-post-1.2.0 +DISTNAME= multipart-post-2.0.0 CATEGORIES= www MAINTAINER= obache@NetBSD.org @@ -8,5 +8,7 @@ HOMEPAGE= http://github.com/nicksieger/multipart-post COMMENT= Multipart form post accessory for Net::HTTP LICENSE= mit +RUBY_VERSION_SUPPORTED= 200 193 + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-multipart-post/PLIST b/www/ruby-multipart-post/PLIST index 25a60b4d709f4..892877fd46fb0 100644 --- a/www/ruby-multipart-post/PLIST +++ b/www/ruby-multipart-post/PLIST @@ -1,12 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2013/01/26 08:46:29 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/01/17 08:32:07 obache Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/Gemfile -${GEM_LIBDIR}/Gemfile.lock ${GEM_LIBDIR}/History.txt ${GEM_LIBDIR}/Manifest.txt -${GEM_LIBDIR}/README.txt +${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/lib/composite_io.rb ${GEM_LIBDIR}/lib/multipart_post.rb diff --git a/www/ruby-multipart-post/distinfo b/www/ruby-multipart-post/distinfo index 11c54ee0cdd8f..8313c961c3202 100644 --- a/www/ruby-multipart-post/distinfo +++ b/www/ruby-multipart-post/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/04/07 11:06:19 obache Exp $ +$NetBSD: distinfo,v 1.3 2014/01/17 08:32:07 obache Exp $ -SHA1 (multipart-post-1.2.0.gem) = 600b753fdeffb3c069bfbadb4a35b111da855d20 -RMD160 (multipart-post-1.2.0.gem) = 7d145e67ac2ce020ca492a05e88b94cbfcecfbee -Size (multipart-post-1.2.0.gem) = 10240 bytes +SHA1 (multipart-post-2.0.0.gem) = 15f1fee5557716868726ec23f389938e7957bf63 +RMD160 (multipart-post-2.0.0.gem) = 6041f669b79200ec3dfc20bcde19462517de58b0 +Size (multipart-post-2.0.0.gem) = 11264 bytes