diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-24 06:09:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-24 06:09:44 +0000 |
commit | d8262452c14f86eb605960e66b2404950c6071f3 (patch) | |
tree | 8a7e4f003654ca20961f63344f21c9a974843e5e /editors | |
parent | 6d6bf8d2bdaa65b6a89c69f468f1069f11f041b5 (diff) | |
download | pkgsrc-d8262452c14f86eb605960e66b2404950c6071f3.tar.gz |
Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gconf-editor/Makefile | 3 | ||||
-rw-r--r-- | editors/gedit/Makefile | 3 | ||||
-rw-r--r-- | editors/gice/Makefile | 3 | ||||
-rw-r--r-- | editors/gnotepad/Makefile | 4 | ||||
-rw-r--r-- | editors/kile/Makefile | 3 | ||||
-rw-r--r-- | editors/vim-kde/Makefile | 3 |
6 files changed, 12 insertions, 7 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index ce151711a68..520302b00aa 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/11/30 23:32:21 salo Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/24 06:09:58 wiz Exp $ # DISTNAME= gconf-editor-0.3.1 +PKGREVISION= 1 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 2b3113064d7..3fd62df931c 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/12/18 19:26:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/24 06:09:58 wiz Exp $ # DISTNAME= gedit-2.0.6 +PKGREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.0/} EXTRACT_SUFX= .tar.bz2 diff --git a/editors/gice/Makefile b/editors/gice/Makefile index ee9a99326ca..fb7c496e302 100644 --- a/editors/gice/Makefile +++ b/editors/gice/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/10/05 05:00:50 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/24 06:09:59 wiz Exp $ # DISTNAME= gice-0.6.1 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gice/} EXTRACT_SUFX= .tgz diff --git a/editors/gnotepad/Makefile b/editors/gnotepad/Makefile index 4bdbca9173c..1fbc601d746 100644 --- a/editors/gnotepad/Makefile +++ b/editors/gnotepad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2002/11/30 23:32:22 salo Exp $ +# $NetBSD: Makefile,v 1.13 2002/12/24 06:09:59 wiz Exp $ DISTNAME= gnotepad+-1.3.3 PKGNAME= ${DISTNAME:S/+//} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnotepad/} diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 8636f22e6c1..e0ec83cabbe 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/10/30 09:56:44 markd Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/24 06:09:59 wiz Exp $ DISTNAME= kile-1.3 +PKGREVISION= 1 CATEGORIES= editors kde MASTER_SITES= http://xm1.net.free.fr/kile/ diff --git a/editors/vim-kde/Makefile b/editors/vim-kde/Makefile index 06ea3d48017..1457335abf0 100644 --- a/editors/vim-kde/Makefile +++ b/editors/vim-kde/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/11/10 00:35:07 grant Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/24 06:10:00 wiz Exp $ DISTNAME= kvim-${KVIM_VERSION} PKGNAME= vim-kde-${KVIM_VERSION} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/kvim-${KVIM_VERSION}/src CATEGORIES= editors kde MASTER_SITES= http://download.kde.org/stable/apps/KDE3.x/utils/ \ |