diff options
Diffstat (limited to 'www/tdiary')
-rw-r--r-- | www/tdiary/Makefile | 4 | ||||
-rw-r--r-- | www/tdiary/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/tdiary/Makefile b/www/tdiary/Makefile index 19cf02e6a648..aa019cbd6f0a 100644 --- a/www/tdiary/Makefile +++ b/www/tdiary/Makefile @@ -50,8 +50,8 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/web/escape_ext.so:${PORTSDIR}/www/ruby-nora .endif .include <bsd.port.pre.mk> -.if ${RUBY_VERSION_CODE} < 163 -IGNORE= Needs ruby 1.6.3 or higher, check ruby's version and try again +.if ${RUBY_VERSION_CODE} < 167 +IGNORE= Needs ruby 1.6.7 or higher, check ruby's version and try again .endif do-install: diff --git a/www/tdiary/pkg-descr b/www/tdiary/pkg-descr index 55b8478021e8..a77a3171f821 100644 --- a/www/tdiary/pkg-descr +++ b/www/tdiary/pkg-descr @@ -1,7 +1,7 @@ tDiary is a Web-based interface system that works as a personal diary. It is possible for diary readers to add comments to your diary. - - require Ruby 1.6.3 or later + - require Ruby 1.6.7 or later - currently supported: Japanese, English, Traditional-Chinese tDiary is developed on http://sourceforge.net/projects/tdiary/ . |