Date: Sat, 23 Jul 2005 15:45:42 +0900 (JST) From: Fumihiko Kimura <jfkimura@yahoo.co.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83937: update ports: www/tdiary Message-ID: <200507230645.j6N6jg0x075469@sh0.radio.gr.jp> Resent-Message-ID: <200507230650.j6N6oIGn005995@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83937 >Category: ports >Synopsis: update ports: www/tdiary >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jul 23 06:50:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Fumihiko Kimura >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: When the version of Ruby which tDiary Stable depended on was changed by announced information. >How-To-Repeat: >Fix: === begin cut here === 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 <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 -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 === >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507230645.j6N6jg0x075469>