From owner-freebsd-ports Mon May 24 16:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69183154FF for ; Mon, 24 May 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA01556; Mon, 24 May 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp.mtci.ne.jp (smtp.mtci.ne.jp [210.231.230.8]) by hub.freebsd.org (Postfix) with ESMTP id 375B614EFE for ; 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 ; 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 X-Send-Pr-Version: 3.2 Subject: ports/11878: [Fix] japanese/emacs-manual unfetchable distfiles problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11878 >Category: ports >Synopsis: [Fix] japanese/emacs-manual unfetchable distfiles problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 24 16:10:01 PDT 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message