diff options
author | knu <knu@FreeBSD.org> | 2001-07-11 17:28:53 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-11 17:28:53 +0800 |
commit | a47558e4d16bdb51461fb77e5e0ac6fe586129e5 (patch) | |
tree | c89a2be5cef9dbe8b3eecd38b8cb1ebef787c033 /net/ruby-soap | |
parent | 1999986623a838a471e240c73763e632f25916c1 (diff) | |
download | freebsd-ports-gnome-a47558e4d16bdb51461fb77e5e0ac6fe586129e5.tar.gz freebsd-ports-gnome-a47558e4d16bdb51461fb77e5e0ac6fe586129e5.tar.zst freebsd-ports-gnome-a47558e4d16bdb51461fb77e5e0ac6fe586129e5.zip |
Update to 1.3.4.2.
Diffstat (limited to 'net/ruby-soap')
-rw-r--r-- | net/ruby-soap/Makefile | 2 | ||||
-rw-r--r-- | net/ruby-soap/distinfo | 2 | ||||
-rw-r--r-- | net/ruby-soap/pkg-plist | 9 |
3 files changed, 9 insertions, 4 deletions
diff --git a/net/ruby-soap/Makefile b/net/ruby-soap/Makefile index 89cf5991a4fd..da67559decea 100644 --- a/net/ruby-soap/Makefile +++ b/net/ruby-soap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= soap -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4.2 CATEGORIES= net ruby MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/SOAP4R/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/net/ruby-soap/distinfo b/net/ruby-soap/distinfo index 308e33ccd869..0c8201c0a335 100644 --- a/net/ruby-soap/distinfo +++ b/net/ruby-soap/distinfo @@ -1 +1 @@ -MD5 (ruby/soap4r-1_3_3.tar.gz) = 073238a35a58cf08abd686be79a9f48a +MD5 (ruby/soap4r-1_3_4_2.tar.gz) = 66763bbcd79c0ad0bd392c2ebe87dee3 diff --git a/net/ruby-soap/pkg-plist b/net/ruby-soap/pkg-plist index 454bf2c22dcb..425ce9be89df 100644 --- a/net/ruby-soap/pkg-plist +++ b/net/ruby-soap/pkg-plist @@ -14,13 +14,17 @@ %%RUBY_SITELIBDIR%%/soap/proxy.rb %%RUBY_SITELIBDIR%%/soap/rpcRouter.rb %%RUBY_SITELIBDIR%%/soap/rpcUtils.rb +%%RUBY_SITELIBDIR%%/soap/saxdriver.rb %%RUBY_SITELIBDIR%%/soap/soap.rb %%RUBY_SITELIBDIR%%/soap/streamHandler.rb %%RUBY_SITELIBDIR%%/soap/streamHandler_http-access.rb +%%RUBY_SITELIBDIR%%/soap/xmlparser.rb @dirrm %%RUBY_SITELIBDIR%%/soap %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/apacheClient.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/apacheServer.cgi +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/hippo5tq2.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/hippoClient.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/whois.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/whois2.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/RAA/SOAP::Lite.pl %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/RAA/iRAA.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/RAA/pocketSOAP.js @@ -64,9 +68,10 @@ %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/test/interopR2/clientASP.NET.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/test/interopR2/clientBase.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/test/interopR2/clientSOAP4R.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/test/interopR2/clientSpray2001.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/test/interopR2/clientWhiteMesa.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/test/interopR2/iSimonReg.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/test/interopR2/methodDef.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/test/interopR2/server.cgi %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/soap/test/interopR2/simonReg.rb %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/soap/test/interopR2 %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/soap/test/interop |