diff options
author | minskim <minskim> | 2007-02-18 23:35:42 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-02-18 23:35:42 +0000 |
commit | c54729e81d7e8a35ffde0fb7fbf892cc106d2cb0 (patch) | |
tree | 1651dfa38998e7fa0f541650afc9dded52ee10bf /www | |
parent | 344c1144bcbce50e57635f977c9fcca21550bd19 (diff) | |
download | pkgsrc-c54729e81d7e8a35ffde0fb7fbf892cc106d2cb0.tar.gz |
Update ruby-actionwebservice to 1.2.2.
Changes:
* Depend on Action Pack 1.13.2.
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-actionwebservice/Makefile | 13 | ||||
-rw-r--r-- | www/ruby-actionwebservice/PLIST | 7 | ||||
-rw-r--r-- | www/ruby-actionwebservice/distinfo | 8 |
3 files changed, 17 insertions, 11 deletions
diff --git a/www/ruby-actionwebservice/Makefile b/www/ruby-actionwebservice/Makefile index 888a8296235..fe1702cb9ee 100644 --- a/www/ruby-actionwebservice/Makefile +++ b/www/ruby-actionwebservice/Makefile @@ -1,23 +1,26 @@ -# $NetBSD: Makefile,v 1.5 2007/01/28 05:42:51 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/18 23:35:42 minskim Exp $ -DISTNAME= actionwebservice-1.2.1 +DISTNAME= actionwebservice-1.2.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= www ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/16557/ +MASTER_SITES= http://rubyforge.org/frs/download.php/17233/ EXTRACT_SUFX= .tgz MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://rubyforge.org/projects/aws/ COMMENT= Simple support for publishing web service APIs for Rails -DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=1.13.1:../../www/ruby-actionpack -DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=1.15.1:../../databases/ruby-activerecord +DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=1.13.2:../../www/ruby-actionpack +DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=1.15.2:../../databases/ruby-activerecord USE_RUBY_SETUP= yes .include "../../lang/ruby/modules.mk" post-install: + ${INSTALL_DATA} \ + ${WRKSRC}/lib/action_web_service/templates/scaffolds/* \ + ${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/action_web_service ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${RUBY_DOCDIR}/action_web_service ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/action_web_service diff --git a/www/ruby-actionwebservice/PLIST b/www/ruby-actionwebservice/PLIST index f9753b1683a..bda0033b01b 100644 --- a/www/ruby-actionwebservice/PLIST +++ b/www/ruby-actionwebservice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/10/09 23:27:59 minskim Exp $ +@comment $NetBSD: PLIST,v 1.5 2007/02/18 23:35:43 minskim Exp $ ${RUBY_SITELIBDIR}/action_web_service.rb ${RUBY_SITELIBDIR}/action_web_service/api.rb ${RUBY_SITELIBDIR}/action_web_service/base.rb @@ -25,6 +25,10 @@ ${RUBY_SITELIBDIR}/action_web_service/scaffolding.rb ${RUBY_SITELIBDIR}/action_web_service/struct.rb ${RUBY_SITELIBDIR}/action_web_service/support/class_inheritable_options.rb ${RUBY_SITELIBDIR}/action_web_service/support/signature_types.rb +${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds/layout.rhtml +${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds/methods.rhtml +${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds/parameters.rhtml +${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds/result.rhtml ${RUBY_SITELIBDIR}/action_web_service/test_invoke.rb ${RUBY_SITELIBDIR}/action_web_service/version.rb ${RUBY_DOCDIR}/action_web_service/CHANGELOG @@ -51,7 +55,6 @@ ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/controllers/xmlrpc_controller. @dirrm ${RUBY_EXAMPLESDIR}/action_web_service/googlesearch @dirrm ${RUBY_EXAMPLESDIR}/action_web_service @dirrm ${RUBY_DOCDIR}/action_web_service -@exec ${MKDIR} ${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds @dirrm ${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds @dirrm ${RUBY_SITELIBDIR}/action_web_service/templates @dirrm ${RUBY_SITELIBDIR}/action_web_service/support diff --git a/www/ruby-actionwebservice/distinfo b/www/ruby-actionwebservice/distinfo index 6402d87c66c..e26f4fb591e 100644 --- a/www/ruby-actionwebservice/distinfo +++ b/www/ruby-actionwebservice/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2007/01/28 05:42:51 minskim Exp $ +$NetBSD: distinfo,v 1.7 2007/02/18 23:35:43 minskim Exp $ -SHA1 (actionwebservice-1.2.1.tgz) = 9af7e20349fe284a5c3c9949bc7fb49da6f1b69b -RMD160 (actionwebservice-1.2.1.tgz) = 0ce5b93fffdfe2f2c5124aa76b9d6986aa76712b -Size (actionwebservice-1.2.1.tgz) = 64063 bytes +SHA1 (actionwebservice-1.2.2.tgz) = 723e621c37a1f160733fe367f32cc52ef29ad28d +RMD160 (actionwebservice-1.2.2.tgz) = fa80507cb1754957d371f3a1f75802b7024b6c86 +Size (actionwebservice-1.2.2.tgz) = 64057 bytes |