diff options
author | snj <snj@pkgsrc.org> | 2004-03-31 04:31:20 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-31 04:31:20 +0000 |
commit | e8d3279f18d3792a90d890eac42fcb89d5aba1c6 (patch) | |
tree | 1ce5f982d7bc75cf6f54f6dc095612d9b8cc0ecb /editors/vim-kde/Makefile | |
parent | 1d1e6f276e33a1133e92d9bc131f1638595cab2c (diff) | |
download | pkgsrc-e8d3279f18d3792a90d890eac42fcb89d5aba1c6.tar.gz |
Update to 6.2.14. KDE-specific changes unknown.
General changes include:
* Zillions of miscellaneous bugfixes
* Support for editing Arabic text
* :try command and exception handling
* Support for PostScript printing in various 8-bit encodings
Diffstat (limited to 'editors/vim-kde/Makefile')
-rw-r--r-- | editors/vim-kde/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vim-kde/Makefile b/editors/vim-kde/Makefile index 8197fb249a9..267c00ce2cd 100644 --- a/editors/vim-kde/Makefile +++ b/editors/vim-kde/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2004/03/26 02:27:39 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2004/03/31 04:31:20 snj Exp $ DISTNAME= kvim-${KVIM_VERSION} PKGNAME= vim-kde-${KVIM_VERSION} -PKGREVISION= 9 CATEGORIES= editors kde -MASTER_SITES= ftp://ftp.kde.org/stable/apps/KDE3.x/utils/ \ +MASTER_SITES= ftp://ftp.rutgers.edu/pub/kde/stable/apps/KDE3.x/utils/ \ + ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/utils/ \ http://freenux.org/kvim/ EXTRACT_SUFX= .tar.bz2 @@ -12,7 +12,7 @@ MAINTAINER= greyskyy@po.cwru.edu HOMEPAGE= http://www.freehackers.org/kvim COMMENT= Vim editor (vi clone) with X11 KDE3 GUI -KVIM_VERSION= 6.1.141 +KVIM_VERSION= 6.2.14 CONFLICTS+= vim-gtk-[0-9]* vim-gtk2-[0-9]* CONFLICTS+= vim-share-[0-9]* vim-[0-9]* vim-xaw-[0-9]* |