Date: Sun, 07 Sep 2008 16:56:03 +0300 From: Giorgos Keramidas <keramida@freebsd.org> To: freebsd-ports-bugs@freebsd.org Subject: Re: ports/127168: [PATCH] Upgrade editors/emacs to GNU Emacs 22.3 Message-ID: <878wu4hxfw.fsf@kobe.laptop> In-Reply-To: <200809071310.m87DAHr1023078@freefall.freebsd.org> (keramida@freebsd.org's message of "Sun, 7 Sep 2008 13:10:17 GMT") References: <200809071310.m87DAHr1023078@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
The following patch is also needed for `bsd.emacs.mk': %%% Index: bsd.emacs.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.emacs.mk,v retrieving revision 1.73 diff -u -r1.73 bsd.emacs.mk --- bsd.emacs.mk 3 Jun 2008 14:36:49 -0000 1.73 +++ bsd.emacs.mk 7 Sep 2008 13:54:44 -0000 @@ -83,7 +83,7 @@ # Emacs-22.x .elif (${EMACS_PORT_NAME} == "emacs22") EMACS_NAME= emacs -EMACS_VER= 22.2 +EMACS_VER= 22.3 EMACS_MAJOR_VER= 22 EMACS_LIBDIR?= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} %%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?878wu4hxfw.fsf>