diff options
author | obache <obache@pkgsrc.org> | 2010-08-03 07:06:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-03 07:06:45 +0000 |
commit | 2fb23ca4dffb00dba0dbb79e39692c65155b6612 (patch) | |
tree | 5c34a5c5695bcf59d8cc67051512e1d65f52edaa /security | |
parent | 9bbe6a66a0d24551799049730ef7ddde879250a8 (diff) | |
download | pkgsrc-2fb23ca4dffb00dba0dbb79e39692c65155b6612.tar.gz |
Update ruby-oauth to 0.4.1.
== 0.4.1 2010-06-16
* Added support for using OAuth with proxies (Marsh Gardiner)
* Rails 3 Compatibility fixes (Pelle Braendgaard)
* Fixed load errors on tests for missing (non-required) libraries
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-oauth/Makefile | 5 | ||||
-rw-r--r-- | security/ruby-oauth/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/ruby-oauth/Makefile b/security/ruby-oauth/Makefile index 1edeb7cf67b..38c3be89874 100644 --- a/security/ruby-oauth/Makefile +++ b/security/ruby-oauth/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/16 11:45:10 obache Exp $ +# $NetBSD: Makefile,v 1.2 2010/08/03 07:06:45 obache Exp $ -DISTNAME= oauth-0.4.0 +DISTNAME= oauth-0.4.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= security MAINTAINER= obache@NetBSD.org HOMEPAGE= http://oauth.rubyforge.org/ +#HOMEPAGE= http://github.com/oauth/oauth-ruby COMMENT= OAuth Core Ruby implementation LICENSE= mit diff --git a/security/ruby-oauth/distinfo b/security/ruby-oauth/distinfo index 0e0428138e0..002d336233c 100644 --- a/security/ruby-oauth/distinfo +++ b/security/ruby-oauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/05/16 11:45:10 obache Exp $ +$NetBSD: distinfo,v 1.2 2010/08/03 07:06:45 obache Exp $ -SHA1 (oauth-0.4.0.gem) = 97c49dff9c82383a1759ef9418b2468c3b289ce6 -RMD160 (oauth-0.4.0.gem) = 449d86f0a66e68b42bcb022353e69155beff2e5c -Size (oauth-0.4.0.gem) = 47616 bytes +SHA1 (oauth-0.4.1.gem) = 8d61542904a6b0abf36fced05141f73b1652f79f +RMD160 (oauth-0.4.1.gem) = 7402596bd133287c8b58ff82c0a6bd8a93a826d8 +Size (oauth-0.4.1.gem) = 47616 bytes |