diff options
author | magick <magick@pkgsrc.org> | 2003-05-16 18:11:35 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2003-05-16 18:11:35 +0000 |
commit | 9fa889aa9a8bb94746dc906027ec975c32da17e7 (patch) | |
tree | 4a64c8925935529cee34d266ca7fb9bd1fbcfa69 /editors/xemacs-current/Makefile | |
parent | b2fde2b3902d0c52f82b7cfe7a9e5d318c666a8b (diff) | |
download | pkgsrc-9fa889aa9a8bb94746dc906027ec975c32da17e7.tar.gz |
Update xemacs-current to 21.5.13
Major change:
The long standing TTY/keyboard bug, the one where RET was behaving
like LFD, is gone! Yes, that's right folks, you can once again use
XEmacs on a TTY.
The rest are the hundreds of bugfixes that usually come with a
beta software.
Diffstat (limited to 'editors/xemacs-current/Makefile')
-rw-r--r-- | editors/xemacs-current/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 96e6c7b420f..7e119caa2b8 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.21 2003/05/02 23:35:43 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2003/05/16 18:11:35 magick Exp $ -DISTNAME= xemacs-21.5.12 +DISTNAME= xemacs-21.5.13 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=xemacs-21.5/} MAINTAINER= magick@netbsd.org HOMEPAGE= http://www.xemacs.org/ -COMMENT= *BETA* XEmacs text editor version 21.5.12 +COMMENT= *BETA* XEmacs text editor version 21.5.13 USE_BUILDLINK2= YES USE_X11= YES -PLIST_SUBST+= EMACSVER=xemacs-21.5-b12 -MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b12 +PLIST_SUBST+= EMACSVER=xemacs-21.5-b13 +MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b13 .if (${MACHINE_ARCH} == "arm32") . include "../../lang/gcc/buildlink2.mk" |