summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-22 20:22:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-22 20:22:30 +0000
commitce634b9f2d68a5604f07261512b73eb2bc15bf7b (patch)
treedf9ce6ff3dd5d4302ab50c4dd970ef0ee5d9d1f2
parent- Update to 0.9.3 (diff)
- Add LICENSE
- Update WWW
Notes
Notes: svn path=/head/; revision=387073
-rw-r--r--devel/rubygem-rack-raw-upload/Makefile2
-rw-r--r--devel/rubygem-rack-raw-upload/pkg-descr2
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/rubygem-rack-raw-upload/Makefile b/devel/rubygem-rack-raw-upload/Makefile
index 5b6d5c205150..c7a154550e0c 100644
--- a/devel/rubygem-rack-raw-upload/Makefile
+++ b/devel/rubygem-rack-raw-upload/Makefile
@@ -9,6 +9,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Converts mimetype of application/octet-stream into normal form input
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
diff --git a/devel/rubygem-rack-raw-upload/pkg-descr b/devel/rubygem-rack-raw-upload/pkg-descr
index 78a891f2d9e6..967ad6361a32 100644
--- a/devel/rubygem-rack-raw-upload/pkg-descr
+++ b/devel/rubygem-rack-raw-upload/pkg-descr
@@ -2,4 +2,4 @@ Middleware that converts files uploaded with mimetype application/octet-stream
into normal form input, so Rack applications can read these as normal, rather
than as raw input.
-WWW: https://rubygems.org/gems/rack-raw-upload
+WWW: https://github.com/New-Bamboo/rack-raw-upload