svn commit: r375413 - head/www/rubygem-faraday
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Dec 24 06:15:44 UTC 2014
Author: sunpoet
Date: Wed Dec 24 06:15:42 2014
New Revision: 375413
URL: https://svnweb.freebsd.org/changeset/ports/375413
QAT: https://qat.redports.org/buildarchive/r375413/
Log:
- Add LICENSE
- Update pkg-descr and WWW
- Take maintainership
Modified:
head/www/rubygem-faraday/Makefile
head/www/rubygem-faraday/pkg-descr
Modified: head/www/rubygem-faraday/Makefile
==============================================================================
--- head/www/rubygem-faraday/Makefile Wed Dec 24 06:15:36 2014 (r375412)
+++ head/www/rubygem-faraday/Makefile Wed Dec 24 06:15:42 2014 (r375413)
@@ -6,9 +6,11 @@ PORTVERSION= 0.9.0
CATEGORIES= www rubygems
MASTER_SITES= RG
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= HTTP/REST API client library in Ruby
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-multipart-post>=1.2:${PORTSDIR}/www/rubygem-multipart-post
USE_RUBY= yes
Modified: head/www/rubygem-faraday/pkg-descr
==============================================================================
--- head/www/rubygem-faraday/pkg-descr Wed Dec 24 06:15:36 2014 (r375412)
+++ head/www/rubygem-faraday/pkg-descr Wed Dec 24 06:15:42 2014 (r375413)
@@ -1,5 +1,6 @@
-Faraday
+Faraday is an HTTP client lib that provides a common interface over many
+adapters (such as Net::HTTP) and embraces the concept of Rack middleware when
+processing the request/response cycle.
-Modular HTTP client library using middleware heavily inspired by Rack.
-
-WWW: https://github.com/technoweenie/faraday
+WWW: https://github.com/lostisland/faraday
+RG: https://rubygems.org/gems/faraday
More information about the svn-ports-all
mailing list