diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-11-20 13:36:50 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-11-20 13:36:50 +0000 |
commit | 08263422c31118208f644a6ad5707fd90a422047 (patch) | |
tree | 346fa19d81c4d9242a7a419192bd112943a9e00a /textproc | |
parent | 32fdc2ea2083478d2e4d3f408b30fa8aed999272 (diff) | |
download | ports-08263422c31118208f644a6ad5707fd90a422047.tar.gz ports-08263422c31118208f644a6ad5707fd90a422047.zip |
- Update to 0.9.2
- Fix WWW line in pkg-descr
Notes
Notes:
svn path=/head/; revision=223084
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-libxml/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-libxml/distinfo | 6 | ||||
-rw-r--r-- | textproc/ruby-libxml/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile index 54d8e8ec35a5..2c3261464ef1 100644 --- a/textproc/ruby-libxml/Makefile +++ b/textproc/ruby-libxml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxml -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= textproc ruby MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= libxml diff --git a/textproc/ruby-libxml/distinfo b/textproc/ruby-libxml/distinfo index 978d3f3f1696..c02d9c80c3f6 100644 --- a/textproc/ruby-libxml/distinfo +++ b/textproc/ruby-libxml/distinfo @@ -1,3 +1,3 @@ -MD5 (libxml-ruby-0.9.1.tgz) = 1dd8123b67e8de45377f63ae28dc7304 -SHA256 (libxml-ruby-0.9.1.tgz) = 30d9496d0ccd72679313f44332b42ec05ce854ca1122b59e632ecef1b8d035bf -SIZE (libxml-ruby-0.9.1.tgz) = 1425464 +MD5 (libxml-ruby-0.9.2.tgz) = 3095d0f1823c3adb1529c61371245cef +SHA256 (libxml-ruby-0.9.2.tgz) = 2653dbe4e8a024b4e7241c413374395d0e927c24d4b6475b4f4e1a261e6c8586 +SIZE (libxml-ruby-0.9.2.tgz) = 1427719 diff --git a/textproc/ruby-libxml/pkg-descr b/textproc/ruby-libxml/pkg-descr index 39a20480a0fb..febe4f661320 100644 --- a/textproc/ruby-libxml/pkg-descr +++ b/textproc/ruby-libxml/pkg-descr @@ -6,4 +6,4 @@ surprised. Author: Sean Chittenden <sean@ruby-lang.org> -WWW: http://www.rubynet.org/modules/xml/libxml/ +WWW: http://rubyforge.org/projects/libxml/ |