pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ruby-actionwebservice Update www/ruby-actionwebser...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d856200ecd59
branches: trunk
changeset: 502187:d856200ecd59
user: taca <taca%pkgsrc.org@localhost>
date: Thu Nov 03 05:41:39 2005 +0000
description:
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:
www/ruby-actionwebservice/Makefile | 9 ++++-----
www/ruby-actionwebservice/PLIST | 3 ++-
www/ruby-actionwebservice/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (61 lines):
diff -r ce2cd0c84b91 -r d856200ecd59 www/ruby-actionwebservice/Makefile
--- a/www/ruby-actionwebservice/Makefile Thu Nov 03 05:34:57 2005 +0000
+++ b/www/ruby-actionwebservice/Makefile Thu Nov 03 05:41:39 2005 +0000
@@ -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@localhost
@@ -14,8 +14,6 @@
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 @@
${FIND} ${RUBY_EXAMPLESDIR}/action_web_service -type f -print | \
${XARGS} ${CHMOD} ${SHAREMODE}
+.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
diff -r ce2cd0c84b91 -r d856200ecd59 www/ruby-actionwebservice/PLIST
--- a/www/ruby-actionwebservice/PLIST Thu Nov 03 05:34:57 2005 +0000
+++ b/www/ruby-actionwebservice/PLIST Thu Nov 03 05:41:39 2005 +0000
@@ -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/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 -r ce2cd0c84b91 -r d856200ecd59 www/ruby-actionwebservice/distinfo
--- a/www/ruby-actionwebservice/distinfo Thu Nov 03 05:34:57 2005 +0000
+++ b/www/ruby-actionwebservice/distinfo Thu Nov 03 05:41:39 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index