From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 21 11:00:35 2006 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 10AAA16A422 for ; Sun, 21 May 2006 11:00:35 +0000 (UTC) (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 7C6C943D48 for ; Sun, 21 May 2006 11:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4LB0XHe040872 for ; Sun, 21 May 2006 11:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4LB0XnH040871; Sun, 21 May 2006 11:00:33 GMT (envelope-from gnats) Resent-Date: Sun, 21 May 2006 11:00:33 GMT Resent-Message-Id: <200605211100.k4LB0XnH040871@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, KIMURA Yasuhiro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25DC316A41F for ; Sun, 21 May 2006 10:51:48 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AE4143D45 for ; Sun, 21 May 2006 10:51:47 +0000 (GMT) (envelope-from yasu@home.utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id A91251703A for ; Sun, 21 May 2006 19:51:46 +0900 (JST) Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 84D5F26 for ; Sun, 21 May 2006 19:51:46 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 65E001F; Sun, 21 May 2006 19:51:46 +0900 (JST) Message-Id: <20060521105146.65E001F@eastasia.home.utahime.org> Date: Sun, 21 May 2006 19:51:46 +0900 (JST) From: KIMURA Yasuhiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/97553: [Maintainer Update] japanese/eb: appendix/{LIST, LIST-ja} have disappeared from MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2006 11:00:35 -0000 >Number: 97553 >Category: ports >Synopsis: [Maintainer Update] japanese/eb: appendix/{LIST,LIST-ja} have disappeared from MASTER_SITES >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 21 11:00:32 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KIMURA Yasuhiro >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD xxxx 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 20 00:54:07 JST 2006 xxxx i386 >Description: appendix/{LIST,LIST-ja} have disappeared from MASTER_SITES. >How-To-Repeat: >Fix: --- patch-eb begins here --- Index: Makefile =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/japanese/eb/Makefile,v retrieving revision 1.56 diff -u -r1.56 Makefile --- Makefile 23 Feb 2006 10:37:30 -0000 1.56 +++ Makefile 21 May 2006 10:22:24 -0000 @@ -7,7 +7,7 @@ PORTNAME= eb PORTVERSION= 4.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ DISTFILES= ${EBFILES} \ @@ -19,8 +19,6 @@ COMMENT= C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries EBFILES= ${DISTNAME}${EXTRACT_SUFX} -LISTFILES= appendix/LIST \ - appendix/LIST-ja APPENDIXFILES= appendix/cencro-1.0.tar.gz \ appendix/chujiten-2.3.tar.gz \ appendix/chujiten2-2.0.tar.gz \ @@ -72,7 +70,7 @@ .include .if ${ARCH} == "ia64" -BROKEN= "Configure fails on ia64" +BROKEN= Configure fails on ia64 .endif post-extract: @@ -84,9 +82,6 @@ .endfor post-install: -.for f in ${LISTFILES} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${APPENDIXDIR} -.endfor ${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR} .include Index: pkg-plist =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/japanese/eb/pkg-plist,v retrieving revision 1.18 diff -u -r1.18 pkg-plist --- pkg-plist 23 Feb 2006 10:37:30 -0000 1.18 +++ pkg-plist 21 May 2006 10:21:22 -0000 @@ -74,8 +74,6 @@ %%DOCSDIR%%/ebzip-10.html %%DOCSDIR%%/ebzip.html @dirrm %%DOCSDIR%% -%%DATADIR%%/appendix/LIST -%%DATADIR%%/appendix/LIST-ja %%DATADIR%%/appendix/cencro-1.0/catalog %%DATADIR%%/appendix/cencro-1.0/catalog.app %%DATADIR%%/appendix/cencro-1.0/cencro.app --- patch-eb ends here --- >Release-Note: >Audit-Trail: >Unformatted: