Date: 24 May 1999 23:01:25 -0000 From: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11878: [Fix] japanese/emacs-manual unfetchable distfiles problem Message-ID: <19990524224656.26565.qmail@dolphin.be.to>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990524224656.26565.qmail>