diff options
author | obache <obache@pkgsrc.org> | 2010-08-14 02:55:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-14 02:55:23 +0000 |
commit | f9b9897d7c8e03a7c48495670ba1c975f6c2b352 (patch) | |
tree | 18413441a9d4b49bc605dd9b6859e0a1b43ff985 /security | |
parent | 234f6d6bcc7e20a6771bda7eec900eba33e1b6c7 (diff) | |
download | pkgsrc-f9b9897d7c8e03a7c48495670ba1c975f6c2b352.tar.gz |
Update ruby-oauth to 0.4.2.
== 0.4.2 2010-08-13
* Fixed compatibility with Ruby 1.9.2 (ecavazos)
* Fixed the em-http request proxy (Joshua Hull)
* Fix for oauth proxy string manipulation (Jakub Suder)
* Added Bundler (rc) Gemfile for easier dev/testing
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-oauth/Makefile | 4 | ||||
-rw-r--r-- | security/ruby-oauth/PLIST | 4 | ||||
-rw-r--r-- | security/ruby-oauth/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/security/ruby-oauth/Makefile b/security/ruby-oauth/Makefile index 38c3be89874..e0324ad5793 100644 --- a/security/ruby-oauth/Makefile +++ b/security/ruby-oauth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2010/08/03 07:06:45 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/08/14 02:55:23 obache Exp $ -DISTNAME= oauth-0.4.1 +DISTNAME= oauth-0.4.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= security diff --git a/security/ruby-oauth/PLIST b/security/ruby-oauth/PLIST index e07c5de7981..087eaa3b9d1 100644 --- a/security/ruby-oauth/PLIST +++ b/security/ruby-oauth/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/16 11:45:10 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/08/14 02:55:24 obache Exp $ bin/oauth ${GEM_HOME}/cache/oauth-${PKGVERSION}.gem ${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/Gemfile.lock ${GEM_LIBDIR}/HISTORY ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.rdoc diff --git a/security/ruby-oauth/distinfo b/security/ruby-oauth/distinfo index 002d336233c..88aeac6c031 100644 --- a/security/ruby-oauth/distinfo +++ b/security/ruby-oauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/08/03 07:06:45 obache Exp $ +$NetBSD: distinfo,v 1.3 2010/08/14 02:55:24 obache Exp $ -SHA1 (oauth-0.4.1.gem) = 8d61542904a6b0abf36fced05141f73b1652f79f -RMD160 (oauth-0.4.1.gem) = 7402596bd133287c8b58ff82c0a6bd8a93a826d8 -Size (oauth-0.4.1.gem) = 47616 bytes +SHA1 (oauth-0.4.2.gem) = 8709fcca8ad7377312294563c871ee6628e36e07 +RMD160 (oauth-0.4.2.gem) = fbdf1a3eef37ed50509fae77ced40fbd2495e0f6 +Size (oauth-0.4.2.gem) = 48640 bytes |