diff options
author | knu <knu@FreeBSD.org> | 2001-08-12 06:42:27 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-12 06:42:27 +0000 |
commit | eadd64dd844ca0f2d55c5cb7251256440978b22c (patch) | |
tree | b9313ddaec97506b1cbce1dac2b4265e8593b13c /net/ruby-soap/Makefile | |
parent | a2743f322e56a8c07b666456dda45c6ccd020a0f (diff) | |
download | FreeBSD-ports-eadd64dd844ca0f2d55c5cb7251256440978b22c.zip FreeBSD-ports-eadd64dd844ca0f2d55c5cb7251256440978b22c.tar.gz |
Update to 1.3.6 and use the new ruby-uri module and the new
ruby-http-access module.
Diffstat (limited to 'net/ruby-soap/Makefile')
-rw-r--r-- | net/ruby-soap/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/ruby-soap/Makefile b/net/ruby-soap/Makefile index b3215d4..68e2d47 100644 --- a/net/ruby-soap/Makefile +++ b/net/ruby-soap/Makefile @@ -6,8 +6,7 @@ # PORTNAME= soap -PORTVERSION= 1.3.5 -PORTREVISION= 1 +PORTVERSION= 1.3.6 CATEGORIES= net ruby MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/SOAP4R/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -17,8 +16,9 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/application.rb:${PORTSDIR}/sysutils/ruby-application.rb \ - ${RUBY_SITELIBDIR}/urb.rb:${PORTSDIR}/net/ruby-urb \ - ${RUBY_SITELIBDIR}/http-access.rb:${PORTSDIR}/www/ruby-http-access \ + ${RUBY_SITELIBDIR}/uri.rb:${PORTSDIR}/net/ruby-uri \ + ${RUBY_SITELIBDIR}/http-access2.rb:${PORTSDIR}/www/ruby-http-access \ + ${RUBY_SITELIBDIR}/GServer.rb:${PORTSDIR}/net/ruby-gserver \ ${RUBY_SITELIBDIR}/date3.rb:${PORTSDIR}/devel/ruby-date2 \ ${RUBY_SITELIBDIR}/nqxml/info.rb:${PORTSDIR}/textproc/ruby-nqxml @@ -29,6 +29,9 @@ NO_BUILD= yes DOCS_EN= RELEASE_en.html rubyStyle.css DOCS_JA= RELEASE_ja.html +post-extract: + ${CP} ${WRKSRC}/redist/soap/httpserver.rb ${WRKSRC}/sample/ + post-patch: ${RUBY} -i -pe 'gsub /\brubyStyle.css\b/, "../\\1"' ${WRKSRC}/RELEASE_ja.html |