diff options
author | martti <martti@pkgsrc.org> | 2003-06-02 07:27:24 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-06-02 07:27:24 +0000 |
commit | e2a099818ce5ffd00584e02a8d84450bd7582c7f (patch) | |
tree | 4fbae391e2eda6342b82699d471523dbc632b5ca /editors/vim-share/Makefile.common | |
parent | 08302c82fa21212d06a071e043d6c56ae8b6e1b5 (diff) | |
download | pkgsrc-e2a099818ce5ffd00584e02a8d84450bd7582c7f.tar.gz |
Updated vim to 6.2.0
This is a bugfix release of Vim. Since Vim 6.1 hundreds of reported
problems have been fixed. Also included are new and updated syntax
files, translated menus and messages.
The main new features are:
- Support for GTK 2. (Daniel Elstner)
- Support for editing Arabic text. (Nadim Shaikli & Isam Bayazidi)
- ":try" command and exception handling. (Servatius Brandt)
- Support for the neXtaw GUI toolkit (mostly like Athena). (Alexey Froloff)
- Support for PostScript printing in various 8-bit encodings. (Mike Williams)
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 4cc7012066d..3bad3e4ee32 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.32 2003/03/29 12:40:47 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.33 2003/06/02 07:27:25 martti Exp $ -VIM_VERSION= 6.1 -VIM_PATCHLEVEL= 405 -DISTNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL} -WRKSRC= ${WRKDIR}/vim61/src +VIM_VERSION= 6.2 +VIM_PATCHLEVEL= 0 +DISTNAME= vim-${VIM_VERSION} +WRKSRC= ${WRKDIR}/vim62/src CATEGORIES= editors MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ ftp://ftp.fu-berlin.de/misc/editors/vim/unix/ \ @@ -30,9 +30,9 @@ GNU_CONFIGURE= yes # files (and PLIST might not include all files) so use at your own risk! CONFIGURE_ARGS+= ${VIM_EXTRA_OPTS} -PATCH_ARGS= -d ${WRKDIR}/vim61 --forward --quiet \ +PATCH_ARGS= -d ${WRKDIR}/vim62 --forward --quiet \ -E ${PATCH_STRIP} -PATCH_DIST_ARGS= -d ${WRKDIR}/vim61 --forward --quiet \ +PATCH_DIST_ARGS= -d ${WRKDIR}/vim62 --forward --quiet \ -E ${PATCH_DIST_STRIP} PATCHDIR?= ${.CURDIR}/../vim-share/patches DISTINFO_FILE?= ${.CURDIR}/../vim-share/distinfo |