aboutsummaryrefslogtreecommitdiff
path: root/www/ruby-webunit
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-04-12 22:00:04 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-04-12 22:00:04 +0000
commit73e11e25e799f303558bb7f7ff5ccbb4e89832f1 (patch)
tree2c58387fc1d8a1f851e94661bed399ed64dc328d /www/ruby-webunit
parent3d75734ef7fbf0ecaf50e515490cecda29b55518 (diff)
downloadports-73e11e25e799f303558bb7f7ff5ccbb4e89832f1.tar.gz
ports-73e11e25e799f303558bb7f7ff5ccbb4e89832f1.zip
Notes
Diffstat (limited to 'www/ruby-webunit')
-rw-r--r--www/ruby-webunit/Makefile4
-rw-r--r--www/ruby-webunit/distinfo2
-rw-r--r--www/ruby-webunit/pkg-descr4
-rw-r--r--www/ruby-webunit/pkg-plist4
4 files changed, 7 insertions, 7 deletions
diff --git a/www/ruby-webunit/Makefile b/www/ruby-webunit/Makefile
index 5f71f5b96da8..7f061dbb4b41 100644
--- a/www/ruby-webunit/Makefile
+++ b/www/ruby-webunit/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= webunit
-PORTVERSION= 20011022
+PORTVERSION= 20020410
CATEGORIES= www textproc ruby
-MASTER_SITES= http://xp.jbt.co.jp/download/webunit/
+MASTER_SITES= http://www.xpenguin.biz/download/webunit/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha
DIST_SUBDIR= ruby
diff --git a/www/ruby-webunit/distinfo b/www/ruby-webunit/distinfo
index a9228afb1f0b..0fa6551280a9 100644
--- a/www/ruby-webunit/distinfo
+++ b/www/ruby-webunit/distinfo
@@ -1 +1 @@
-MD5 (ruby/webunit-20011019-alpha.tar.gz) = 6e3a746cc3dc3ef2854f02e22cd4048d
+MD5 (ruby/webunit-20020410-alpha.tar.gz) = e6891993564a59132461ba9b77156d15
diff --git a/www/ruby-webunit/pkg-descr b/www/ruby-webunit/pkg-descr
index 8ddca1e71b67..e77d5bf304ab 100644
--- a/www/ruby-webunit/pkg-descr
+++ b/www/ruby-webunit/pkg-descr
@@ -2,5 +2,5 @@ Ruby/WebUnit is a Ruby API to test HTML/CGI without a browser, and is
idealy suited for automated unit testing of web sites when combined
with a Ruby unit test framework such as RubyUnit.
-Author: yuichi TAKAHASHI <yuichi@jbt.co.jp>
-WWW: http://www.jbt.co.jp/user/yuichi/ruby/webunit/
+Author: yuichi TAKAHASHI <yt@xpenguin.biz>
+WWW: http://www.xpenguin.biz/download/webunit/
diff --git a/www/ruby-webunit/pkg-plist b/www/ruby-webunit/pkg-plist
index 06a5f59df7b8..b9a8faccf5f9 100644
--- a/www/ruby-webunit/pkg-plist
+++ b/www/ruby-webunit/pkg-plist
@@ -1,5 +1,6 @@
%%RUBY_SITELIBDIR%%/webunit/assert.rb
%%RUBY_SITELIBDIR%%/webunit/cookie.rb
+%%RUBY_SITELIBDIR%%/webunit/domwalker.rb
%%RUBY_SITELIBDIR%%/webunit/exception.rb
%%RUBY_SITELIBDIR%%/webunit/form.rb
%%RUBY_SITELIBDIR%%/webunit/frame.rb
@@ -14,7 +15,6 @@
%%RUBY_SITELIBDIR%%/webunit/testcase.rb
%%RUBY_SITELIBDIR%%/webunit/utils.rb
%%RUBY_SITELIBDIR%%/webunit/webunit.rb
-%%RUBY_SITELIBDIR%%/webunit/xmldocument.rb
@dirrm %%RUBY_SITELIBDIR%%/webunit
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/cgi/assert.html
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/cgi/auth/.htaccess
@@ -54,6 +54,7 @@
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/sample/conv/test_digit_view.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/test/test_assert.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/test/test_cookie.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/test/test_domwalker.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/test/test_form.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/test/test_frame.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/test/test_htmlelem.rb
@@ -66,7 +67,6 @@
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/test/test_table.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/test/test_utils.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/test/test_webunit.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webunit/test/test_xmldocument.rb
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/webunit/test
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/webunit/sample/conv
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/webunit/sample