summaryrefslogtreecommitdiff
path: root/editors/xemacs-current/Makefile
diff options
context:
space:
mode:
authormagick <magick>2003-06-04 16:37:25 +0000
committermagick <magick>2003-06-04 16:37:25 +0000
commit6cf5bf008bac919c65e055ff0925656c14e67880 (patch)
tree3a0b416bece74f67e8c15ceb394b4bbd19f28461 /editors/xemacs-current/Makefile
parent60001dc47ca2c1a38c61212a8309da02fac9e617 (diff)
downloadpkgsrc-6cf5bf008bac919c65e055ff0925656c14e67880.tar.gz
Update xemacs-current to 21.5.14
Changes: Build * Autoconf tweaks for building modules on MacOSX - James. * GCC fixes in ellcc.c - James. * Module Makefile fixes - Begel, James. * Fix shadow warning in regex.c - James. Documentation * New TeXinfo node "Searching and Matching" - Turnbull. * New section "Legacy Versions" in FAQ - Turnbull. * New FAQ question Q8.0.1 - Turnbull. * Update split-string specs in "Regexp Search" - Turnbull. Internals * Package index file updated - Koch. * Add some debug checks in file-coding.c - Turnbull. Lisp API * Make error message report the sym checked in `autoload-featurep-protect-autoloads' - Turnbull. * `split-string' tweaks - Turnbull. * Make the location of the package-index file user customisable - Youngs. * Turn on package-index file PGP verification - Youngs. * Only use message if interactive for functions in replace.el - Josefsson.
Diffstat (limited to 'editors/xemacs-current/Makefile')
-rw-r--r--editors/xemacs-current/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index a538614b1c4..c97205d2cbb 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.23 2003/06/02 14:05:03 abs Exp $
+# $NetBSD: Makefile,v 1.24 2003/06/04 16:37:25 magick Exp $
-DISTNAME= xemacs-21.5.13
+DISTNAME= xemacs-21.5.14
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.13
+COMMENT= *BETA* XEmacs text editor version 21.5.14
USE_BUILDLINK2= YES
USE_X11= YES
-PLIST_SUBST+= EMACSVER=xemacs-21.5-b13
-MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b13
+PLIST_SUBST+= EMACSVER=xemacs-21.5-b14
+MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b14
.if (${MACHINE_ARCH} == "arm32")
. include "../../mk/gcc.buildlink2.mk"