diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-13 00:45:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-13 00:45:21 +0000 |
commit | 391b5798e65ea1b92e1b533d96be9786f140a121 (patch) | |
tree | 387ad93e2489a50e6c479ea80481f11998e70dbf /editors | |
parent | c440246df64a29d51c504ae92843f93c4a35276b (diff) | |
download | pkgsrc-391b5798e65ea1b92e1b533d96be9786f140a121.tar.gz |
Bump PKGREVISION for atk library major bump.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/conglomerate/Makefile | 4 | ||||
-rw-r--r-- | editors/gconf-editor/Makefile | 4 | ||||
-rw-r--r-- | editors/gedit/Makefile | 4 | ||||
-rw-r--r-- | editors/gice/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-gtk2/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 3e5d75802ba..f63741f856d 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2003/12/04 19:48:25 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/13 00:45:22 wiz Exp $ # DISTNAME= conglomerate-0.7.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=conglomerate/} diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index c81a64b87e5..399fef7cbb7 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/11/12 01:31:49 salo Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/13 00:45:23 wiz Exp $ # DISTNAME= gconf-editor-0.3.1 -PKGREVISION= 4 +PKGREVISION= 5 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 311c58ec244..922ddb2a1f9 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2003/11/12 01:31:49 salo Exp $ +# $NetBSD: Makefile,v 1.16 2003/12/13 00:45:23 wiz Exp $ # DISTNAME= gedit-2.2.1 -PKGREVISION= 4 +PKGREVISION= 5 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 e94e87ed276..a6bb4390881 100644 --- a/editors/gice/Makefile +++ b/editors/gice/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:34:28 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/13 00:45:23 wiz Exp $ # DISTNAME= gice-0.6.1 -PKGREVISION= 3 +PKGREVISION= 4 WRKSRC= ${WRKDIR}/gice CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gice/} diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile index 6a6f2253d84..9d7112a1959 100644 --- a/editors/vim-gtk2/Makefile +++ b/editors/vim-gtk2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2003/09/28 09:13:57 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/13 00:45:23 wiz Exp $ .include "../vim-share/Makefile.common" PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Vim editor (vi clone) with X11 GTK2 GUI |