summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2003-07-13 13:50:19 +0000
committerwiz <wiz>2003-07-13 13:50:19 +0000
commit38645f8e1f38d86911518cc3cc4e551558a3026b (patch)
tree3cd1576b2c4d6ec60b72ad162bfb4a7c8b870966 /editors
parent13069a378704cce92243018952823f78c58f815f (diff)
downloadpkgsrc-38645f8e1f38d86911518cc3cc4e551558a3026b.tar.gz
PKGREVISION bump for libiconv update.
Diffstat (limited to 'editors')
-rw-r--r--editors/TeXmacs/Makefile4
-rw-r--r--editors/abiword/Makefile4
-rw-r--r--editors/beaver/Makefile4
-rw-r--r--editors/bvi/Makefile3
-rw-r--r--editors/ce-x11/Makefile3
-rw-r--r--editors/ce/Makefile3
-rw-r--r--editors/conglomerate/Makefile3
-rw-r--r--editors/gbib/Makefile4
-rw-r--r--editors/gconf-editor/Makefile4
-rw-r--r--editors/gedit/Makefile4
-rw-r--r--editors/gice/Makefile4
-rw-r--r--editors/gnotepad/Makefile4
-rw-r--r--editors/hexedit/Makefile3
-rw-r--r--editors/hnb/Makefile4
-rw-r--r--editors/jed/Makefile3
-rw-r--r--editors/kile/Makefile4
-rw-r--r--editors/lpe/Makefile3
-rw-r--r--editors/lyx-qt/Makefile4
-rw-r--r--editors/manedit/Makefile4
-rw-r--r--editors/mined/Makefile3
-rw-r--r--editors/nano/Makefile3
-rw-r--r--editors/pico/Makefile4
-rw-r--r--editors/pico/buildlink2.mk4
-rw-r--r--editors/vile/Makefile3
-rw-r--r--editors/vim-gtk/Makefile3
-rw-r--r--editors/vim-gtk2/Makefile3
-rw-r--r--editors/vim-kde/Makefile4
-rw-r--r--editors/vim-motif/Makefile3
-rw-r--r--editors/vim-xaw/Makefile3
-rw-r--r--editors/vim/Makefile3
-rw-r--r--editors/xemacs-current/Makefile3
-rw-r--r--editors/xemacs/Makefile4
-rw-r--r--editors/zile/Makefile3
33 files changed, 67 insertions, 48 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index d0b433aed5c..3edac530fea 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2003/06/05 05:01:56 uebayasi Exp $
+# $NetBSD: Makefile,v 1.16 2003/07/13 13:51:28 wiz Exp $
DISTNAME= TeXmacs-1.0.1-src
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= editors
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index e28ac6ca1b5..ba1d3605c6c 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2003/05/02 11:54:43 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2003/07/13 13:51:28 wiz Exp $
#
# According to AbiSource's explanation of their trademark rights,
# compilations/distributions of AbiWord not provided by AbiSource must
@@ -7,7 +7,7 @@
DISTNAME= abiword-${ABIWORD_VERS}
PKGNAME= abiword-personal-${ABIWORD_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/${DISTNAME}/abi
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/}
diff --git a/editors/beaver/Makefile b/editors/beaver/Makefile
index b5c7538c6b3..44fe752cecd 100644
--- a/editors/beaver/Makefile
+++ b/editors/beaver/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2003/06/04 11:56:09 salo Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/13 13:51:29 wiz Exp $
#
DISTNAME= beaver-0.2.6
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/${DISTNAME}/src
CATEGORIES= editors
MASTER_SITES= http://savannah.nongnu.org/download/beaver/
diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile
index 61011ba64da..8f3bff84b20 100644
--- a/editors/bvi/Makefile
+++ b/editors/bvi/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2003/06/18 09:22:17 agc Exp $
+# $NetBSD: Makefile,v 1.13 2003/07/13 13:51:29 wiz Exp $
#
DISTNAME= bvi-1.3.0.src
PKGNAME= bvi-1.3.0
+PKGREVISION= 1
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bvi/}
diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile
index 80662e23160..49c6b425a3a 100644
--- a/editors/ce-x11/Makefile
+++ b/editors/ce-x11/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2002/09/21 11:09:43 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/13 13:51:29 wiz Exp $
#
.include "../ce/Makefile.common"
PKGNAME= ce-x11-${VERSION}
+PKGREVISION= 1
COMMENT+= , X11 version
USE_BUILDLINK2= # defined
diff --git a/editors/ce/Makefile b/editors/ce/Makefile
index 22d8b939c52..4e38e796050 100644
--- a/editors/ce/Makefile
+++ b/editors/ce/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2002/10/25 17:37:48 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/13 13:51:30 wiz Exp $
#
.include "Makefile.common"
+PKGREVISION= 1
COMMENT+= , tty version
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile
index 606acd92c75..8ae2813c783 100644
--- a/editors/conglomerate/Makefile
+++ b/editors/conglomerate/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/07/04 11:52:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2003/07/13 13:51:30 wiz Exp $
#
DISTNAME= conglomerate-0.5.4
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=conglomerate/}
diff --git a/editors/gbib/Makefile b/editors/gbib/Makefile
index 2f15dc96608..41e897dca08 100644
--- a/editors/gbib/Makefile
+++ b/editors/gbib/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2003/06/02 01:20:10 jschauma Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/13 13:51:30 wiz Exp $
#
DISTNAME= gbib-0.1.1b
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors gnome
MASTER_SITES= ftp://ftp.seul.org/pub/gbib/src/
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile
index 686da142b3b..0a7b5c1e8c5 100644
--- a/editors/gconf-editor/Makefile
+++ b/editors/gconf-editor/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/05/05 16:21:10 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2003/07/13 13:51:31 wiz Exp $
#
DISTNAME= gconf-editor-0.3.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/0.3/}
EXTRACT_SUFX= .tar.bz2
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 2976e964702..596b2084ee3 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/06/02 01:20:09 jschauma Exp $
+# $NetBSD: Makefile,v 1.12 2003/07/13 13:51:31 wiz Exp $
#
DISTNAME= gedit-2.2.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.2/}
EXTRACT_SUFX= .tar.bz2
diff --git a/editors/gice/Makefile b/editors/gice/Makefile
index 982de7bbbf6..ae9a80f6673 100644
--- a/editors/gice/Makefile
+++ b/editors/gice/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2003/05/05 16:21:11 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2003/07/13 13:51:31 wiz Exp $
#
DISTNAME= gice-0.6.1
-PKGREVISION= 2
+PKGREVISION= 3
WRKSRC= ${WRKDIR}/gice
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gice/}
diff --git a/editors/gnotepad/Makefile b/editors/gnotepad/Makefile
index 73d2905739a..e2b587b133c 100644
--- a/editors/gnotepad/Makefile
+++ b/editors/gnotepad/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2003/06/07 14:47:18 cjep Exp $
+# $NetBSD: Makefile,v 1.16 2003/07/13 13:51:31 wiz Exp $
DISTNAME= gnotepad+-1.3.3
PKGNAME= ${DISTNAME:S/+//}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnotepad/}
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index 653be3e0599..53da260b1ce 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2003/06/02 01:20:09 jschauma Exp $
+# $NetBSD: Makefile,v 1.14 2003/07/13 13:51:32 wiz Exp $
#
DISTNAME= hexedit-1.2.2
+PKGREVISION= 1
WRKSRC= ${WRKDIR}/hexedit
CATEGORIES= editors
MASTER_SITES= http://www.chez.com/prigaux/
diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile
index 1d564486765..5d0586ad847 100644
--- a/editors/hnb/Makefile
+++ b/editors/hnb/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2003/06/20 07:23:36 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/07/13 13:51:32 wiz Exp $
#
DISTNAME= hnb-1.8.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hnb/}
diff --git a/editors/jed/Makefile b/editors/jed/Makefile
index c1eab344cbf..0f7d77837c0 100644
--- a/editors/jed/Makefile
+++ b/editors/jed/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2003/04/05 21:40:53 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2003/07/13 13:51:33 wiz Exp $
#
PKGNAME= jed-0.99.16
+PKGREVISION= 1
.include "../jed/Makefile.common"
COMMENT= Extensible folding editor with Emacs/WordStar/EDT emulations
diff --git a/editors/kile/Makefile b/editors/kile/Makefile
index cac33143835..98d16a25186 100644
--- a/editors/kile/Makefile
+++ b/editors/kile/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/05/02 11:54:45 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2003/07/13 13:51:33 wiz Exp $
DISTNAME= kile-1.32
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors kde
MASTER_SITES= http://perso.club-internet.fr/pascal.brachet/kile/
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile
index ce51090e5fc..ddf1cc2d28a 100644
--- a/editors/lpe/Makefile
+++ b/editors/lpe/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/05/15 21:02:16 salo Exp $
+# $NetBSD: Makefile,v 1.2 2003/07/13 13:51:34 wiz Exp $
#
DISTNAME= lpe-1.2.6
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.sasknow.com/pub/ \
ftp://ftp.twu.net/users/cdsmith/lpe/
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile
index 85b767f2804..06381f3cb9a 100644
--- a/editors/lyx-qt/Makefile
+++ b/editors/lyx-qt/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2003/05/09 08:02:29 martti Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/13 13:51:34 wiz Exp $
#
.include "./Makefile.common"
PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/}
+PKGREVISION= 1
+
COMMENT+= (QT version)
CONFLICTS+= lyx-xforms-[0-9]*
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile
index 52ad811812c..1cc2063e420 100644
--- a/editors/manedit/Makefile
+++ b/editors/manedit/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2003/06/02 01:20:07 jschauma Exp $
+# $NetBSD: Makefile,v 1.15 2003/07/13 13:51:34 wiz Exp $
#
DISTNAME= manedit-0.5.6
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/${DISTNAME}/manedit
CATEGORIES= editors
MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/
diff --git a/editors/mined/Makefile b/editors/mined/Makefile
index 33d8089fb96..c65a86e7cae 100644
--- a/editors/mined/Makefile
+++ b/editors/mined/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/07/01 15:52:00 agc Exp $
+# $NetBSD: Makefile,v 1.6 2003/07/13 13:51:34 wiz Exp $
#
DISTNAME= mined-2000.7
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://towo.net/mined/
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index aa38d710560..b93915c1194 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2003/06/30 02:04:50 seb Exp $
+# $NetBSD: Makefile,v 1.13 2003/07/13 13:51:35 wiz Exp $
DISTNAME= nano-1.0.9
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=nano/}
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index d4625ca54b9..6d7dbeb2e96 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2003/06/18 00:58:12 jschauma Exp $
+# $NetBSD: Makefile,v 1.39 2003/07/13 13:51:35 wiz Exp $
DISTNAME= pine4.53
PKGNAME= pico-4.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
ftp://ftp.fu-berlin.de/pub/unix/mail/pine/
diff --git a/editors/pico/buildlink2.mk b/editors/pico/buildlink2.mk
index f1656ac5cd3..c469d38335e 100644
--- a/editors/pico/buildlink2.mk
+++ b/editors/pico/buildlink2.mk
@@ -1,10 +1,10 @@
-# $NetBSD: buildlink2.mk,v 1.2 2002/12/14 10:28:42 tron Exp $
+# $NetBSD: buildlink2.mk,v 1.3 2003/07/13 13:51:35 wiz Exp $
.if !defined(PICO_BUILDLINK2_MK)
PICO_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= pico
-BUILDLINK_DEPENDS.pico?= pico>=4.4
+BUILDLINK_DEPENDS.pico?= pico>=4.4nb2
BUILDLINK_PKGSRCDIR.pico?= ../../editors/pico
EVAL_PREFIX+= BUILDLINK_PREFIX.pico=pico
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index aecfbef83fb..db59c31fb1a 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2003/06/02 01:20:02 jschauma Exp $
+# $NetBSD: Makefile,v 1.31 2003/07/13 13:51:36 wiz Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp
DISTNAME= vile-9.3
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://dickey.his.com/vile/ \
ftp://invisible-island.net/vile/
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile
index 900c7620fc1..56f0a13484c 100644
--- a/editors/vim-gtk/Makefile
+++ b/editors/vim-gtk/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2003/06/02 08:26:03 martti Exp $
+# $NetBSD: Makefile,v 1.37 2003/07/13 13:51:36 wiz Exp $
.include "../vim-share/Makefile.common"
PKGNAME= vim-gtk-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 GTK+ GUI
diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile
index b8e6419459a..44f26b8a1fa 100644
--- a/editors/vim-gtk2/Makefile
+++ b/editors/vim-gtk2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/06/02 08:24:45 martti Exp $
+# $NetBSD: Makefile,v 1.2 2003/07/13 13:51:36 wiz Exp $
.include "../vim-share/Makefile.common"
PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 GTK2 GUI
diff --git a/editors/vim-kde/Makefile b/editors/vim-kde/Makefile
index b4a318baf34..99de6e9087b 100644
--- a/editors/vim-kde/Makefile
+++ b/editors/vim-kde/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2003/06/02 08:26:03 martti Exp $
+# $NetBSD: Makefile,v 1.7 2003/07/13 13:51:37 wiz Exp $
DISTNAME= kvim-${KVIM_VERSION}
PKGNAME= vim-kde-${KVIM_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
WRKSRC= ${WRKDIR}/kvim-${KVIM_VERSION}/src
CATEGORIES= editors kde
MASTER_SITES= http://download.kde.org/stable/apps/KDE3.x/utils/ \
diff --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile
index 2e23e67ee66..e00e4d022f2 100644
--- a/editors/vim-motif/Makefile
+++ b/editors/vim-motif/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2003/06/02 08:26:04 martti Exp $
+# $NetBSD: Makefile,v 1.3 2003/07/13 13:51:37 wiz Exp $
.include "../vim-share/Makefile.common"
PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Motif GUI
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile
index f1c13ef0f0b..a3bcd6d5ecf 100644
--- a/editors/vim-xaw/Makefile
+++ b/editors/vim-xaw/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2003/06/02 08:26:04 martti Exp $
+# $NetBSD: Makefile,v 1.26 2003/07/13 13:51:37 wiz Exp $
.include "../vim-share/Makefile.common"
PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Athena GUI
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 86b495a9f5c..62b293dccd0 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.45 2003/06/02 08:26:03 martti Exp $
+# $NetBSD: Makefile,v 1.46 2003/07/13 13:51:37 wiz Exp $
.include "../vim-share/Makefile.common"
PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Vim editor (vi clone) without gui
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 5dcf5a4bdf0..4d42c7a7f89 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2003/06/11 20:50:53 abs Exp $
+# $NetBSD: Makefile,v 1.26 2003/07/13 13:51:38 wiz Exp $
DISTNAME= xemacs-21.5.14
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XEMACS:=xemacs-21.5/}
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 3b7ef424023..9b1b833d94b 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2003/05/02 11:54:47 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2003/07/13 13:51:38 wiz Exp $
DISTNAME= xemacs-21.4.12
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XEMACS:=xemacs-21.4/}
DISTFILES= ${EXTRACT_ONLY} ${EXTRA_FILES}
diff --git a/editors/zile/Makefile b/editors/zile/Makefile
index 6c2383aba6e..113f1105dda 100644
--- a/editors/zile/Makefile
+++ b/editors/zile/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/06/30 02:42:15 seb Exp $
+# $NetBSD: Makefile,v 1.7 2003/07/13 13:51:38 wiz Exp $
DISTNAME= zile-1.6.2
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zile/}