update to rest-client-1.6.7

This commit is contained in:
jasper 2013-06-23 19:35:27 +00:00
parent 09d4af68fc
commit 8975fda789
3 changed files with 24 additions and 15 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:44:49 espie Exp $ # $OpenBSD: Makefile,v 1.11 2013/06/23 19:35:27 jasper Exp $
COMMENT = simple REST client for Ruby COMMENT = simple REST client for Ruby
DISTNAME = rest-client-1.0.3 DISTNAME = rest-client-1.6.7
REVISION = 5
CATEGORIES = www CATEGORIES = www
HOMEPAGE = http://rest-client.heroku.com/ HOMEPAGE = https://github.com/rest-client/rest-client
# MIT # MIT
PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_CDROM = Yes
@ -15,6 +14,8 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem CONFIGURE_STYLE = ruby gem
MODRUBY_TEST = rake rspec # needs webmock, which needs crack
#MODRUBY_TEST = rake rspec
NO_TEST= Yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
MD5 (rest-client-1.0.3.gem) = /i6ArL/3xwHY619k5X4UtA== SHA256 (rest-client-1.6.7.gem) = oyA0M7iwyRRkjK6lQ5WoeRph4N99QByB9OK3+Kj6x1o=
RMD160 (rest-client-1.0.3.gem) = KaiK8Becc6U1lxTzke9gnl1obaM= SIZE (rest-client-1.6.7.gem) = 58368
SHA1 (rest-client-1.0.3.gem) = HeuGvBrkJr5VOrsnkiy5CCAT6ho=
SHA256 (rest-client-1.0.3.gem) = HjpVxqqjsCRJJzE1ec5nywVkw2ZEkqejALuoUTPWlrI=
SIZE (rest-client-1.0.3.gem) = 17408

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2010/11/08 23:24:45 jeremy Exp $ @comment $OpenBSD: PLIST,v 1.5 2013/06/23 19:35:27 jasper Exp $
${GEM_BIN}/restclient${GEM_BIN_SUFFIX} ${GEM_BIN}/restclient${GEM_BIN_SUFFIX}
${GEM_LIB}/cache/${DISTNAME}.gem ${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/ ${GEM_LIB}/gems/${DISTNAME}/
@ -7,23 +7,34 @@ ${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/VERSION ${GEM_LIB}/gems/${DISTNAME}/VERSION
${GEM_LIB}/gems/${DISTNAME}/bin/ ${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/restclient ${GEM_LIB}/gems/${DISTNAME}/bin/restclient
${GEM_LIB}/gems/${DISTNAME}/history.md
${GEM_LIB}/gems/${DISTNAME}/lib/ ${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/rest-client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rest_client.rb ${GEM_LIB}/gems/${DISTNAME}/lib/rest_client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/restclient/ ${GEM_LIB}/gems/${DISTNAME}/lib/restclient/
${GEM_LIB}/gems/${DISTNAME}/lib/restclient.rb ${GEM_LIB}/gems/${DISTNAME}/lib/restclient.rb
${GEM_LIB}/gems/${DISTNAME}/lib/restclient/abstract_response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/restclient/exceptions.rb ${GEM_LIB}/gems/${DISTNAME}/lib/restclient/exceptions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/restclient/mixin/ ${GEM_LIB}/gems/${DISTNAME}/lib/restclient/net_http_ext.rb
${GEM_LIB}/gems/${DISTNAME}/lib/restclient/mixin/response.rb ${GEM_LIB}/gems/${DISTNAME}/lib/restclient/payload.rb
${GEM_LIB}/gems/${DISTNAME}/lib/restclient/raw_response.rb ${GEM_LIB}/gems/${DISTNAME}/lib/restclient/raw_response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/restclient/request.rb ${GEM_LIB}/gems/${DISTNAME}/lib/restclient/request.rb
${GEM_LIB}/gems/${DISTNAME}/lib/restclient/resource.rb ${GEM_LIB}/gems/${DISTNAME}/lib/restclient/resource.rb
${GEM_LIB}/gems/${DISTNAME}/lib/restclient/response.rb ${GEM_LIB}/gems/${DISTNAME}/lib/restclient/response.rb
${GEM_LIB}/gems/${DISTNAME}/spec/ ${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/abstract_response_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/base.rb ${GEM_LIB}/gems/${DISTNAME}/spec/base.rb
${GEM_LIB}/gems/${DISTNAME}/spec/exceptions_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/exceptions_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/mixin/ ${GEM_LIB}/gems/${DISTNAME}/spec/integration/
${GEM_LIB}/gems/${DISTNAME}/spec/mixin/response_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/integration/certs/
${GEM_LIB}/gems/${DISTNAME}/spec/integration/certs/equifax.crt
${GEM_LIB}/gems/${DISTNAME}/spec/integration/certs/verisign.crt
${GEM_LIB}/gems/${DISTNAME}/spec/integration/request_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/integration_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/master_shake.jpg
${GEM_LIB}/gems/${DISTNAME}/spec/payload_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/raw_response_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/raw_response_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/request2_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/request_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/request_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/resource_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/resource_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/response_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/response_spec.rb