diff options
author | taca <taca@pkgsrc.org> | 2005-11-03 05:41:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-11-03 05:41:39 +0000 |
commit | cc6307b20aefde1e52b501b1732ae8fc8f9765cc (patch) | |
tree | 9c1e5ff3f622eca992e3436f648999e7b040bdcd /www/ruby-actionwebservice | |
parent | fc3aeebc0117971fc3becb893493582e50c7b2b2 (diff) | |
download | pkgsrc-cc6307b20aefde1e52b501b1732ae8fc8f9765cc.tar.gz |
Update www/ruby-actionwebservice package to 0.9.1.
*0.9.1* (October 19th, 2005)
* Upgraded to Action Pack 1.10.1 and Active Record 1.12.1
*0.9.0* (October 16th, 2005)
* Fix invalid XML request generation bug in test_invoke [Ken Barker]
* Add XML-RPC 'system.multicall' support #1941 [jbonnar]
* Fix duplicate XSD entries for custom types shared across delegated/layered services #1729 [Tyler Kovacs]
* Allow multiple invocations in the same test method #1720 [dkhawk]
* Added ActionWebService::API::Base.soap_client and ActionWebService::API::Base.xmlrpc_client helper methods to create the internal clients for an API, useful for testing from ./script/console
* ActionWebService now always returns UTF-8 responses.
Diffstat (limited to 'www/ruby-actionwebservice')
-rw-r--r-- | www/ruby-actionwebservice/Makefile | 9 | ||||
-rw-r--r-- | www/ruby-actionwebservice/PLIST | 3 | ||||
-rw-r--r-- | www/ruby-actionwebservice/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/www/ruby-actionwebservice/Makefile b/www/ruby-actionwebservice/Makefile index df716313495..565f2e95eed 100644 --- a/www/ruby-actionwebservice/Makefile +++ b/www/ruby-actionwebservice/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/09/04 14:17:34 taca Exp $ +# $NetBSD: Makefile,v 1.3 2005/11/03 05:41:39 taca Exp $ -DISTNAME= actionwebservice-0.8.1 +DISTNAME= actionwebservice-0.9.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= www ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/5173/ +MASTER_SITES= http://rubyforge.org/frs/download.php/6578/ EXTRACT_SUFX= .tgz MAINTAINER= minskim@NetBSD.org @@ -14,8 +14,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-actionpack-[0-9]*:../../www/ruby-actionpack USE_RUBY_SETUP= yes -.include "../../lang/ruby/modules.mk" - post-install: ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/action_web_service ${CP} -R ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/action_web_service @@ -26,4 +24,5 @@ post-install: ${FIND} ${RUBY_EXAMPLESDIR}/action_web_service -type f -print | \ ${XARGS} ${CHMOD} ${SHAREMODE} +.include "../../lang/ruby/modules.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-actionwebservice/PLIST b/www/ruby-actionwebservice/PLIST index 279700a9e8a..0def9a88dfa 100644 --- a/www/ruby-actionwebservice/PLIST +++ b/www/ruby-actionwebservice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/09/04 14:17:34 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/11/03 05:41:39 taca Exp $ ${RUBY_SITELIBDIR}/action_web_service.rb ${RUBY_SITELIBDIR}/action_web_service/api.rb ${RUBY_SITELIBDIR}/action_web_service/base.rb @@ -39,6 +39,7 @@ ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis/blogger_service.rb ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis/meta_weblog_api.rb ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis/meta_weblog_service.rb ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/controllers/xmlrpc_controller.rb +${RUBY_SITELIBDIR}/action_web_service/version.rb @dirrm ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/controllers @dirrm ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis @dirrm ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog diff --git a/www/ruby-actionwebservice/distinfo b/www/ruby-actionwebservice/distinfo index 0fc99f59d9b..82cc7db0292 100644 --- a/www/ruby-actionwebservice/distinfo +++ b/www/ruby-actionwebservice/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/09/04 14:17:34 taca Exp $ +$NetBSD: distinfo,v 1.3 2005/11/03 05:41:39 taca Exp $ -SHA1 (ruby/actionwebservice-0.8.1.tgz) = 5569d45909bb63409d160cf33f4566403c457302 -RMD160 (ruby/actionwebservice-0.8.1.tgz) = eee61319575ef9e32509f4990acfae8ec7cf8a8a -Size (ruby/actionwebservice-0.8.1.tgz) = 58812 bytes +SHA1 (ruby/actionwebservice-0.9.1.tgz) = 37ca30fded8770f96905e6f10aec1bc06609f6dc +RMD160 (ruby/actionwebservice-0.9.1.tgz) = cc1d107b45b51f4cdb3fa5e416d5cd2191d8eb43 +Size (ruby/actionwebservice-0.9.1.tgz) = 60930 bytes |