From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 22 15:30:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5E8F106566B for ; Sun, 22 Feb 2009 15:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7FAB18FC0C for ; Sun, 22 Feb 2009 15:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1MFU1qG016114 for ; Sun, 22 Feb 2009 15:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1MFU1Ce016111; Sun, 22 Feb 2009 15:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 22 Feb 2009 15:30:01 GMT Resent-Message-Id: <200902221530.n1MFU1Ce016111@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, NAKAJI Hiroyuki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EA26106567E; Sun, 22 Feb 2009 15:22:24 +0000 (UTC) (envelope-from nakaji@ra333.heimat.gr.jp) Received: from www.heimat.gr.jp (www.heimat.gr.jp [60.32.13.194]) by mx1.freebsd.org (Postfix) with ESMTP id 144E38FC3A; Sun, 22 Feb 2009 15:22:23 +0000 (UTC) (envelope-from nakaji@ra333.heimat.gr.jp) Received: from ra333.heimat.gr.jp (ra333.heimat.gr.jp [IPv6:2001:3e0:a84:0:200:4cff:fe17:573c]) by www.heimat.gr.jp (8.14.3/8.14.3) with ESMTP id n1MF3iFP023773; Mon, 23 Feb 2009 00:03:44 +0900 (JST) (envelope-from nakaji@ra333.heimat.gr.jp) Received: (from nakaji@localhost) by ra333.heimat.gr.jp (8.14.3/8.14.3/Submit) id n1MF3iBO034424; Mon, 23 Feb 2009 00:03:44 +0900 (JST) (envelope-from nakaji) Message-Id: <200902221503.n1MF3iBO034424@ra333.heimat.gr.jp> Date: Mon, 23 Feb 2009 00:03:44 +0900 (JST) From: NAKAJI Hiroyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ports@FreeBSD.org Subject: ports/131974: maintainership request for japanese/zope-ejsplitter and japanese/zope-jamailhost X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: NAKAJI Hiroyuki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2009 15:30:02 -0000 >Number: 131974 >Category: ports >Synopsis: maintainership request for japanese/zope-ejsplitter and japanese/zope-jamailhost >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 22 15:30:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: NAKAJI Hiroyuki >Release: FreeBSD 8.0-CURRENT pc98 >Organization: >Environment: System: FreeBSD ra333.heimat.gr.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #121: Sat Nov 8 16:31:36 JST 2008 root@ra333.heimat.gr.jp:/usr/obj/usr/src/sys/RA333 pc98 >Description: I'd like to be a maintainer of japanese/zope-ejsplitter and japanese/zope-jamailhost. >How-To-Repeat: >Fix: Index: zope-ejsplitter/Makefile =================================================================== RCS file: /net/www/home/ncvs/ports/japanese/zope-ejsplitter/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- zope-ejsplitter/Makefile 1 Sep 2008 01:51:42 -0000 1.6 +++ zope-ejsplitter/Makefile 22 Feb 2009 14:57:05 -0000 @@ -7,17 +7,19 @@ PORTNAME= ejSplitter PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= japanese www zope MASTER_SITES= http://www005.upp.so-net.ne.jp/nakagami/Download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nakaji@jp.freebsd.org COMMENT= A Japanese word splitter for searching text in Zope Products BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope -USE_PYTHON= yes +USE_PYTHON= 2.4 USE_ZOPE= yes +ZOPE_VERSION= 2.10 DIST_SUBDIR= zope ZOPEPRODUCTNAME= ${PORTNAME} @@ -41,7 +43,8 @@ done; \ for d in `${FIND} -d ${ZOPEPRODUCTNAME} -type d`; do \ ${ECHO_CMD} @dirrm %%ZOPEPRODUCTDIR%%/$${d} >> ${PLIST}; \ - done; \ + done + @${ECHO_CMD} @dirrmtry %%ZOPEPRODUCTDIR%% >>${PLIST} do-install: @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ Index: zope-jamailhost/Makefile =================================================================== RCS file: /net/www/home/ncvs/ports/japanese/zope-jamailhost/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- zope-jamailhost/Makefile 1 Sep 2008 01:51:42 -0000 1.7 +++ zope-jamailhost/Makefile 22 Feb 2009 13:55:06 -0000 @@ -7,18 +7,20 @@ PORTNAME= jaMailHost PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= japanese www zope MASTER_SITES= http://www005.upp.so-net.ne.jp/nakagami/Download/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nakaji@jp.freebsd.org COMMENT= A Zope hotfix Product to send mail in Japanese BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope -USE_PYTHON?= < 2.4 +USE_PYTHON= 2.4 USE_ZOPE= yes +ZOPE_VERSION= 2.10 DIST_SUBDIR= zope ZOPEPRODUCTNAME=${PORTNAME} Index: zope-jamailhost/pkg-plist =================================================================== RCS file: /net/www/home/ncvs/ports/japanese/zope-jamailhost/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- zope-jamailhost/pkg-plist 31 Oct 2006 10:55:17 -0000 1.1 +++ zope-jamailhost/pkg-plist 22 Feb 2009 14:54:08 -0000 @@ -3,3 +3,4 @@ %%ZOPEPRODUCTDIR%%/jaMailHost/__init__.pyc %%ZOPEPRODUCTDIR%%/jaMailHost/version.txt @dirrm %%ZOPEPRODUCTDIR%%/jaMailHost +@dirrmtry %%ZOPEPRODUCTDIR%% >Release-Note: >Audit-Trail: >Unformatted: