Date: Tue, 17 Sep 2002 07:07:57 -0700 (PDT) From: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/42872: xemacs-devel-mule port had been upgraded, but bsd.emacs.mk does not follows Message-ID: <200209171407.g8HE7vZi080617@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 42872 >Category: ports >Synopsis: xemacs-devel-mule port had been upgraded, but bsd.emacs.mk does not follows >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 17 07:10:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: SUGIMURA Takashi >Release: 4.7-PRERELEASE >Organization: Infoscience Corporation >Environment: FreeBSD kei.yasudakei.info 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #13: Sun Sep 15 01:22:28 JST 2002 root@kei.yasudakei.info:/usr/src/sys/compile/KEI i386 >Description: the XEMACS_VER of editors/xemcs-devel-mule is 21.4.9, but that of Mk/bsd.emacs.mk is still 21.4.8. >How-To-Repeat: >Fix: Please apply this simple patch. --- /usr/ports/Mk/bsd.emacs.mk Sun Jul 14 22:49:20 2002 +++ bsd.emacs.mk Tue Sep 17 22:01:13 2002 @@ -183,7 +183,7 @@ # XEmacs-21 development version with Mule .elif (${EMACS_PORT_NAME} == "xemacs-devel-mule") EMACS_NAME= xemacs -EMACS_VER= 21.4.8 +EMACS_VER= 21.4.9 EMACS_MAJOR_VER= 21 EMACS_LIBDIR?= lib/${EMACS_NAME} EMACS_LIBDIR_WITH_VER?= lib/${EMACS_NAME}-${EMACS_VER} >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?200209171407.g8HE7vZi080617>