Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2005 16:43:49 +0900 (JST)
From:      Fumihiko Kimura <jfkimura@yahoo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82099: maintainer-update ports: japanese/tdiary
Message-ID:  <200506100743.j5A7hn0L006761@sh0.radio.gr.jp>
Resent-Message-ID: <200506100750.j5A7o8aC079128@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506100743.j5A7hn0L006761>