diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-02-06 20:31:10 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-02-06 20:31:10 +0000 |
commit | 23e1f43ffe7a52ff1b2820c8eae789ab3ef5eca6 (patch) | |
tree | 3dffe4b855cbf872527b668b0abbd8828a1831b0 /textproc/ruby-libxml | |
parent | 69744be0ece2d221713fea060706f1df20056c28 (diff) | |
download | ports-23e1f43ffe7a52ff1b2820c8eae789ab3ef5eca6.tar.gz ports-23e1f43ffe7a52ff1b2820c8eae789ab3ef5eca6.zip |
Notes
Diffstat (limited to 'textproc/ruby-libxml')
-rw-r--r-- | textproc/ruby-libxml/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-libxml/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-libxml/pkg-descr | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile index 789be29b5bd0..a7c3a240b168 100644 --- a/textproc/ruby-libxml/Makefile +++ b/textproc/ruby-libxml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxml -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.2 CATEGORIES= textproc ruby MASTER_SITES= http://www.rubynet.org/modules/xml/libxml/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/textproc/ruby-libxml/distinfo b/textproc/ruby-libxml/distinfo index b4584dbcce68..5bc35ddfc822 100644 --- a/textproc/ruby-libxml/distinfo +++ b/textproc/ruby-libxml/distinfo @@ -1 +1 @@ -MD5 (ruby/libxml-0.3.0.tar.bz2) = ffa58d6e15cb8f1f84465267aa2837e8 +MD5 (ruby/libxml-0.3.2.tar.bz2) = a3f23a2a3b1c6fc18d46545f7c294dc9 diff --git a/textproc/ruby-libxml/pkg-descr b/textproc/ruby-libxml/pkg-descr index 6a07f1165b73..39a20480a0fb 100644 --- a/textproc/ruby-libxml/pkg-descr +++ b/textproc/ruby-libxml/pkg-descr @@ -4,6 +4,6 @@ structures should be available. Those wanting a user friendly API that follows the Ruby-way of doing things should be pleasantly surprised. -Author: Sean Chittenden <sean@chittenden.org> +Author: Sean Chittenden <sean@ruby-lang.org> WWW: http://www.rubynet.org/modules/xml/libxml/ |