diff -urN tdiary.orig/Makefile tdiary/Makefile --- tdiary.orig/Makefile Thu Jul 21 18:38:49 2005 +++ tdiary/Makefile Sat Jul 23 15:30:54 2005 @@ -50,8 +50,8 @@ .endif .include -.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 -urN tdiary.orig/pkg-descr tdiary/pkg-descr --- tdiary.orig/pkg-descr Thu Jul 21 16:32:10 2005 +++ tdiary/pkg-descr Sat Jul 23 15:31:27 2005 @@ -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/ . === ended cut here ===