ports/82099: maintainer-update ports: japanese/tdiary
Fumihiko Kimura
jfkimura at yahoo.co.jp
Fri Jun 10 07:50:09 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list