View | Details | Raw Unified | Return to bug 83937
Collapse All | Expand All

(-)tdiary/Makefile (-2 / +2 lines)
Lines 50-57 Link Here
50
.endif
50
.endif
51
.include <bsd.port.pre.mk>
51
.include <bsd.port.pre.mk>
52
52
53
.if ${RUBY_VERSION_CODE} < 163
53
.if ${RUBY_VERSION_CODE} < 167
54
IGNORE=		Needs ruby 1.6.3 or higher, check ruby's version and try again
54
IGNORE=		Needs ruby 1.6.7 or higher, check ruby's version and try again
55
.endif
55
.endif
56
56
57
do-install:
57
do-install:
(-)tdiary/pkg-descr (-1 / +1 lines)
Lines 1-7 Link Here
1
tDiary is a Web-based interface system that works as a personal diary. 
1
tDiary is a Web-based interface system that works as a personal diary. 
2
It is possible for diary readers to add comments to your diary.
2
It is possible for diary readers to add comments to your diary.
3
3
4
     -  require Ruby 1.6.3 or later
4
     -  require Ruby 1.6.7 or later
5
     -  currently supported: Japanese, English, Traditional-Chinese
5
     -  currently supported: Japanese, English, Traditional-Chinese
6
 
6
 
7
    tDiary is developed on http://sourceforge.net/projects/tdiary/ .
7
    tDiary is developed on http://sourceforge.net/projects/tdiary/ .

Return to bug 83937