From okazaki@be.to Mon May 24 16:05:38 1999
Return-Path: <okazaki@be.to>
Received: from smtp.mtci.ne.jp (smtp.mtci.ne.jp [210.231.230.8])
	by hub.freebsd.org (Postfix) with ESMTP id 375B614EFE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 May 1999 16:05:20 -0700 (PDT)
	(envelope-from okazaki@be.to)
Received: from acidrain (ppp46-Mobara1.mtci.ne.jp [210.172.1.248])
	by smtp.mtci.ne.jp (8.8.8/3.6W) with SMTP id IAA07724
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 May 1999 08:05:16 +0900
Received: (qmail 26671 invoked by uid 1001); 24 May 1999 23:01:25 -0000
Message-Id: <19990524224656.26565.qmail@dolphin.be.to>
Date: 24 May 1999 23:01:25 -0000
From: okazaki@be.to
Reply-To: okazaki@be.to
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Fix] japanese/emacs-manual unfetchable distfiles problem
X-Send-Pr-Version: 3.2

>Number:         11878
>Category:       ports
>Synopsis:       [Fix] japanese/emacs-manual unfetchable distfiles problem
>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:   Mon May 24 16:10:01 PDT 1999
>Closed-Date:    Sun Jun 6 09:28:48 PDT 1999
>Last-Modified:  Sun Jun  6 09:30:14 PDT 1999
>Originator:     OKAZAKI Tetsurou
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

>Description:

My port japanese/emacs-manual has a problem analyzed by
Bill "distfiles" Fenner's ports survey (Thanks a lot!):
http://www.freebsd.org/~fenner/portsurvey/japanese.html#emacs-manual

This PR is to correct this errata.

>How-To-Repeat:

>Fix:

Please commit this patch.
	
diff -urN /usr/ports/japanese/emacs-manual/Makefile emacs-manual/Makefile
--- /usr/ports/japanese/emacs-manual/Makefile	Wed May 19 22:23:56 1999
+++ emacs-manual/Makefile	Sun May 23 16:30:43 1999
@@ -9,15 +9,15 @@
 DISTNAME=	emacs-20.3-man-jp
 PKGNAME=	ja-emacs-manual-13.1998.11.25
 CATEGORIES=	japanese
-MASTER_SITES=	http://www.ascii.co.jp/pub/GNU/
-DISTFILES=	${EXTRACT_ONLY} ${EMACS_ARC}
+MASTER_SITES=	ftp://ftp.ascii.co.jp/pub/GNU/
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	okazaki@be.to
 
-BUILD_DEPENDS=	emacs-20.3:${PORTSDIR}/editors/emacs20
-
-EXTRACT_ONLY=	${DISTNAME}.tgz
+BUILD_DEPENDS=	emacs-20.3:${PORTSDIR}/editors/emacs20 \
+		/nonexistent:${PORTSDIR}/editors/emacs20:fetch
 
+# EMACS_ARC is fetched by BUILD_DEPENDS
 EMACS_DISTNAME= emacs-20.3
 EMACS_ARC=	${EMACS_DISTNAME}.tar.gz
 EMACS_SRCDIR=	${WRKDIR}/${EMACS_DISTNAME}
diff -urN /usr/ports/japanese/emacs-manual/files/md5 emacs-manual/files/md5
--- /usr/ports/japanese/emacs-manual/files/md5	Wed May 19 22:23:59 1999
+++ emacs-manual/files/md5	Sun May 23 15:57:19 1999
@@ -1,2 +1 @@
 MD5 (emacs-20.3-man-jp.tgz) = b080e57be7aa861012aeee3f17ec6a8e
-MD5 (emacs-20.3.tar.gz) = 5aee43bb7c7267cc24b78011d280ecdc



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Jun 6 09:28:48 PDT 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
