diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-08 14:41:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-08 14:41:38 +0000 |
commit | a6e105fbae735f64ab4369dd360550afa70ebb38 (patch) | |
tree | f5afe9c3c2349d2d6a36b0505ef7746601441a4f /editors | |
parent | 6d6810d5977c0d1989f2bbedba1b9bd5f072b1ed (diff) | |
download | pkgsrc-a6e105fbae735f64ab4369dd360550afa70ebb38.tar.gz |
Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/kile/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-kde/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 1d8d3459614..a12cff9b8ea 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/08/05 13:37:08 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/08 14:41:39 wiz Exp $ DISTNAME= kile-1.5.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/} diff --git a/editors/vim-kde/Makefile b/editors/vim-kde/Makefile index 845013f57fc..229f37639d2 100644 --- a/editors/vim-kde/Makefile +++ b/editors/vim-kde/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2003/09/28 09:13:57 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2003/12/08 14:41:39 wiz Exp $ DISTNAME= kvim-${KVIM_VERSION} PKGNAME= vim-kde-${KVIM_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 WRKSRC= ${WRKDIR}/kvim-${KVIM_VERSION}/src CATEGORIES= editors kde MASTER_SITES= ftp://ftp.kde.org/stable/apps/KDE3.x/utils/ \ |