summaryrefslogtreecommitdiff
path: root/www/ruby-multipart-post
diff options
context:
space:
mode:
authorobache <obache>2014-01-17 08:32:07 +0000
committerobache <obache>2014-01-17 08:32:07 +0000
commite84f53e361324430ab6eb8412e1518f6c9d600dd (patch)
treed98a04c5e22fad2c788925bf6ede7bb86770e6bd /www/ruby-multipart-post
parent2f7cd2afa8bfa891892c5f814734baa9830fc813 (diff)
downloadpkgsrc-e84f53e361324430ab6eb8412e1518f6c9d600dd.tar.gz
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)
Diffstat (limited to 'www/ruby-multipart-post')
-rw-r--r--www/ruby-multipart-post/Makefile6
-rw-r--r--www/ruby-multipart-post/PLIST5
-rw-r--r--www/ruby-multipart-post/distinfo8
3 files changed, 10 insertions, 9 deletions
diff --git a/www/ruby-multipart-post/Makefile b/www/ruby-multipart-post/Makefile
index 8bcc786e020..b7bad030b6c 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 25a60b4d709..892877fd46f 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 11c54ee0cdd..8313c961c32 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