From takamune@avrl.mei.co.jp Tue Oct 19 04:45:28 1999
Return-Path: <takamune@avrl.mei.co.jp>
Received: from bulls.mei.co.jp (bulls.mei.co.jp [202.224.189.102])
	by hub.freebsd.org (Postfix) with ESMTP id 2C734167FC
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Oct 1999 04:45:25 -0700 (PDT)
	(envelope-from takamune@avrl.mei.co.jp)
Received: by bulls.mei.co.jp (8.9.3/3.7W) with ESMTP id UAA11256
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Oct 1999 20:45:24 +0900 (JST)
Received: by dodgers.mei.co.jp (8.9.1/3.7W) with SMTP id UAA27373
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Oct 1999 20:45:24 +0900 (JST)
Received: by avrlgate1.avrl.mei.co.jp (8.6.10+2.4W/3.3W3-avrl3.0)
	id UAA27185; Tue, 19 Oct 1999 20:45:23 +0900
Received: by dream.avrl.mei.co.jp (8.9.3/3.6W-03/04/98-dream)
	id UAA05520; Tue, 19 Oct 1999 20:45:23 +0900 (JST)
Message-Id: <199910191145.UAA05520@dream.avrl.mei.co.jp>
Date: Tue, 19 Oct 1999 20:45:23 +0900 (JST)
From: takamune@avrl.mei.co.jp
Reply-To: takamune@avrl.mei.co.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update: japanese/{bookview,eb,epwutil,ndtpd}
X-Send-Pr-Version: 3.2

>Number:         14413
>Category:       ports
>Synopsis:       Update: japanese/{bookview,eb,epwutil,ndtpd}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 19 04:50:01 PDT 1999
>Closed-Date:    Wed Oct 27 01:47:01 PDT 1999
>Last-Modified:  Wed Oct 27 01:47:16 PDT 1999
>Originator:     Kazutoki TAKAMUNE
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Matsushita Electric Industrial Co., Ltd.
>Environment:

FreeBSD 3.3-STABLE(Mon Oct 18 13:20:31 JST 1999)
ports/Mk/bsd.port.mk,v 1.323 1999/10/10 17:19:49

>Description:

I'm the maintainer of these 4 ports.
Please apply this patch to fix MASTER_SITES and DISTFILES.

Changes:
  - No files have been added or removed.
  - */Makefile
      o  Delete 'ftp://ftp.mei.co.jp/'.  It has stopped anonymous FTP service.
      o  Delete directories '*/old/'.  Easy to see distfiles survey. ;-P
  - japanse/eb/Makefile
      o  Move 'appendix' distfiles into subdirectory.

>How-To-Repeat:

>Fix:

diff -x CVS -ur /usr/ports/japanese/bookview/Makefile japanese/bookview/Makefile
--- /usr/ports/japanese/bookview/Makefile	Thu Aug 26 10:17:02 1999
+++ japanese/bookview/Makefile	Tue Oct 19 20:04:22 1999
@@ -9,9 +9,7 @@
 DISTNAME=	bookview-2.4.4
 PKGNAME=	ja-bookview-2.4.4
 CATEGORIES=	japanese
-MASTER_SITES=	ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/ \
-		ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/old/ \
-		ftp://ftp.mei.co.jp/free/others/Dictionary/ndtp/bookview/
+MASTER_SITES=	ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/
 
 MAINTAINER=	takamune@avrl.mei.co.jp
 
diff -x CVS -ur /usr/ports/japanese/eb/Makefile japanese/eb/Makefile
--- /usr/ports/japanese/eb/Makefile	Tue Sep 21 10:38:09 1999
+++ japanese/eb/Makefile	Tue Oct 19 19:37:14 1999
@@ -9,13 +9,8 @@
 DISTNAME=	eb-2.3.3
 PKGNAME=	ja-eb-2.3.3
 CATEGORIES=	japanese
-MASTER_SITES=	ftp://ftp.sra.co.jp/pub/misc/eb/appendix/ \
-		ftp://ftp.sra.co.jp/pub/misc/eb/appendix/old/ \
-		ftp://ftp.sra.co.jp/pub/misc/eb/ \
-		ftp://ftp.sra.co.jp/pub/misc/eb/old/ \
-		ftp://ftp.mei.co.jp/free/others/Dictionary/eb/appendix/ \
-		ftp://ftp.mei.co.jp/free/others/Dictionary/eb/
-DISTFILES=	${EBFILES} ${APPENDIXFILES}
+MASTER_SITES=	ftp://ftp.sra.co.jp/pub/misc/eb/
+DISTFILES=	${EBFILES} ${APPENDIXFILES:S,^,appendix/,}
 
 MAINTAINER=	takamune@avrl.mei.co.jp
 
diff -x CVS -ur /usr/ports/japanese/epwutil/Makefile japanese/epwutil/Makefile
--- /usr/ports/japanese/epwutil/Makefile	Tue Sep  7 10:32:11 1999
+++ japanese/epwutil/Makefile	Tue Oct 19 19:53:57 1999
@@ -9,8 +9,7 @@
 DISTNAME=	epwutil-1.0
 PKGNAME=	ja-epwutil-1.0
 CATEGORIES=	japanese
-MASTER_SITES=	ftp://ftp.nerimadors.or.jp/pub/epwutil/ \
-		ftp://ftp.mei.co.jp/free/others/Dictionary/epwutil/
+MASTER_SITES=	ftp://ftp.nerimadors.or.jp/pub/epwutil/
 
 MAINTAINER=	takamune@avrl.mei.co.jp
 
diff -x CVS -ur /usr/ports/japanese/ndtpd/Makefile japanese/ndtpd/Makefile
--- /usr/ports/japanese/ndtpd/Makefile	Tue Sep 21 10:38:11 1999
+++ japanese/ndtpd/Makefile	Tue Oct 19 19:39:10 1999
@@ -9,9 +9,7 @@
 DISTNAME=	ndtpd-2.3.3
 PKGNAME=	ja-ndtpd-2.3.3
 CATEGORIES=	japanese
-MASTER_SITES=	ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ \
-		ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/old/ \
-		ftp://ftp.mei.co.jp/free/others/Dictionary/ndtp/ndtpd/
+MASTER_SITES=	ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/
 
 MAINTAINER=	takamune@avrl.mei.co.jp
 

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mharo 
State-Changed-When: Wed Oct 27 01:47:01 PDT 1999 
State-Changed-Why:  
committed, thanks 
>Unformatted:
