From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 23 06:50:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 014B716A41F for ; Sat, 23 Jul 2005 06:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8243D43D48 for ; Sat, 23 Jul 2005 06:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6N6oIfq005998 for ; Sat, 23 Jul 2005 06:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6N6oIGn005995; Sat, 23 Jul 2005 06:50:18 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jul 2005 06:50:18 GMT Resent-Message-Id: <200507230650.j6N6oIGn005995@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fumihiko Kimura Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F3CB16A41F for ; Sat, 23 Jul 2005 06:45:45 +0000 (GMT) (envelope-from kimura@sh0.radio.gr.jp) Received: from sh0.radio.gr.jp (sh0.radio.gr.jp [61.195.157.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA99843D49 for ; Sat, 23 Jul 2005 06:45:44 +0000 (GMT) (envelope-from kimura@sh0.radio.gr.jp) Received: by sh0.radio.gr.jp (secret 11.3/smtpfeed 1.20) id j6N6jgHS075470; Sat, 23 Jul 2005 15:45:43 +0900 (JST) Received: by sh0.radio.gr.jp (secret/fkimura 10.4) id j6N6jg0x075469; Sat, 23 Jul 2005 15:45:42 +0900 (JST) Message-Id: <200507230645.j6N6jg0x075469@sh0.radio.gr.jp> Date: Sat, 23 Jul 2005 15:45:42 +0900 (JST) From: Fumihiko Kimura To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83937: update ports: www/tdiary X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fumihiko Kimura List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2005 06:50:19 -0000 >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 -.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: