From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 10 07:50:09 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 9FA5B16A41C for ; Fri, 10 Jun 2005 07:50:09 +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 3D17C43D49 for ; Fri, 10 Jun 2005 07:50:09 +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 j5A7o9QA079129 for ; Fri, 10 Jun 2005 07:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5A7o8aC079128; Fri, 10 Jun 2005 07:50:08 GMT (envelope-from gnats) Resent-Date: Fri, 10 Jun 2005 07:50:08 GMT Resent-Message-Id: <200506100750.j5A7o8aC079128@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 ECD7816A41C for ; Fri, 10 Jun 2005 07:43:51 +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 7399943D48 for ; Fri, 10 Jun 2005 07:43:51 +0000 (GMT) (envelope-from kimura@sh0.radio.gr.jp) Received: by sh0.radio.gr.jp (secret 11.2/smtpfeed 1.20) id j5A7hnoe006762; Fri, 10 Jun 2005 16:43:50 +0900 (JST) Received: by sh0.radio.gr.jp (secret/fkimura 10.4) id j5A7hn0L006761; Fri, 10 Jun 2005 16:43:49 +0900 (JST) Message-Id: <200506100743.j5A7hn0L006761@sh0.radio.gr.jp> Date: Fri, 10 Jun 2005 16:43:49 +0900 (JST) From: Fumihiko Kimura To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/82099: maintainer-update ports: japanese/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: Fri, 10 Jun 2005 07:50:09 -0000 >Number: 82099 >Category: ports >Synopsis: maintainer-update ports: japanese/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: Fri Jun 10 07:50:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Fumihiko Kimura >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - added a knob to enable planned "tdiary-devel" remark: - japanese/tdiary intends to do merge in master-port in future. tDiary already supports "Traditional Chinese", and they think that it is desirable to be able to distinguish it with a knob of master ports side. However, I decided to update it without doing it this time. >How-To-Repeat: >Fix: === begin cut here === diff -urN tdiary.orig/Makefile tdiary/Makefile --- tdiary.orig/Makefile Sun Jun 27 23:24:48 2004 +++ tdiary/Makefile Thu Jun 9 21:09:22 2005 @@ -10,7 +10,16 @@ MAINTAINER= jfkimura@yahoo.co.jp TDIARY_LANG= tdiary.conf-ja -CONFLICTS= tdiary-* MASTERDIR?= ${.CURDIR}/../../www/tdiary + +.if defined(WITH_TDIARY_DEVEL) +CONFLICTS= tdiary-devel-[0-9]* +PKGNAMESUFFIX= -devel +MASTERDIR= ${.CURDIR}/../../www/tdiary-devel +MD5_FILE= ${.CURDIR}/../../www/tdiary-devel/distinfo +.else +CONFLICTS= tdiary-[0-9]* +MD5_FILE= ${.CURDIR}/../../www/tdiary/distinfo +.endif .include "${MASTERDIR}/Makefile" === ended cut here === >Release-Note: >Audit-Trail: >Unformatted: