aboutsummaryrefslogtreecommitdiffstats
path: root/www/tdiary
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-07-25 22:31:40 +0800
committervs <vs@FreeBSD.org>2005-07-25 22:31:40 +0800
commit358bbe3d7bdffce6034277819a52925d86e379b5 (patch)
treea228ea3dfb7b643ef87a4e88ad0ee119ac8886df /www/tdiary
parent0a6e90776a3fd3438921ae385e18cf312babe462 (diff)
downloadfreebsd-ports-gnome-358bbe3d7bdffce6034277819a52925d86e379b5.tar.gz
freebsd-ports-gnome-358bbe3d7bdffce6034277819a52925d86e379b5.tar.zst
freebsd-ports-gnome-358bbe3d7bdffce6034277819a52925d86e379b5.zip
Depend on a more recent Ruby-version
PR: ports/83937 Submitted by: maintainer
Diffstat (limited to 'www/tdiary')
-rw-r--r--www/tdiary/Makefile4
-rw-r--r--www/tdiary/pkg-descr2
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/ .