diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-07-25 14:31:40 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-07-25 14:31:40 +0000 |
commit | f8e0b5d975cf33abe8e29f8f09ccfa68497e20da (patch) | |
tree | 282c5ef4b8aef12cafcfcd7ae71ee7585575cbd5 /www/tdiary | |
parent | db1a088824a23e1ecb9de12dc431f72d8d67418d (diff) | |
download | ports-f8e0b5d975cf33abe8e29f8f09ccfa68497e20da.tar.gz ports-f8e0b5d975cf33abe8e29f8f09ccfa68497e20da.zip |
Depend on a more recent Ruby-version
PR: ports/83937
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=140085
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/ . |