diff options
author | markd <markd@pkgsrc.org> | 2003-09-17 22:58:45 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-09-17 22:58:45 +0000 |
commit | 9552f7d269884b8990907c877d9811e0957186c3 (patch) | |
tree | 26de91a1aab0ed15af6e71534070fa2d0dbba74d /meta-pkgs | |
parent | 834bc811235ca163467e98ea5610040546475595 (diff) | |
download | pkgsrc-9552f7d269884b8990907c877d9811e0957186c3.tar.gz |
Update to KDE 3.1.4.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/kde3/Makefile | 29 | ||||
-rw-r--r-- | meta-pkgs/kde3/Makefile.kde3 | 4 |
2 files changed, 16 insertions, 17 deletions
diff --git a/meta-pkgs/kde3/Makefile b/meta-pkgs/kde3/Makefile index e9d04054820..fe1aa285ba1 100644 --- a/meta-pkgs/kde3/Makefile +++ b/meta-pkgs/kde3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2003/08/06 14:55:01 tron Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/17 22:58:45 markd Exp $ -DISTNAME= kde-3.1.3 -PKGREVISION= 1 +DISTNAME= kde-3.1.4 CATEGORIES= meta-pkgs x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -10,18 +9,18 @@ MAINTAINER= skrll@NetBSD.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE integrated X11 desktop -DEPENDS+= kdeartwork-3.1.3nb1:../../misc/kdeartwork3 -DEPENDS+= kdeaddons-3.1.3nb1:../../misc/kdeaddons3 -DEPENDS+= kdeadmin-3.1.3nb1:../../misc/kdeadmin3 -DEPENDS+= kdeedu-3.1.3nb1:../../misc/kdeedu3 -DEPENDS+= kdegames-3.1.3nb1:../../games/kdegames3 -DEPENDS+= kdegraphics-3.1.3nb1:../../graphics/kdegraphics3 -DEPENDS+= kdemultimedia-3.1.3nb1:../../audio/kdemultimedia3 -DEPENDS+= kdenetwork-3.1.3nb1:../../net/kdenetwork3 -DEPENDS+= kdepim-3.1.3nb1:../../misc/kdepim3 -DEPENDS+= kdetoys-3.1.3nb1:../../games/kdetoys3 -DEPENDS+= kdeutils-3.1.3nb1:../../misc/kdeutils3 -DEPENDS+= quanta-3.1.3nb1:../../www/quanta3 +DEPENDS+= kdeartwork-3.1.4:../../misc/kdeartwork3 +DEPENDS+= kdeaddons-3.1.4:../../misc/kdeaddons3 +DEPENDS+= kdeadmin-3.1.4:../../misc/kdeadmin3 +DEPENDS+= kdeedu-3.1.4:../../misc/kdeedu3 +DEPENDS+= kdegames-3.1.4:../../games/kdegames3 +DEPENDS+= kdegraphics-3.1.4:../../graphics/kdegraphics3 +DEPENDS+= kdemultimedia-3.1.4:../../audio/kdemultimedia3 +DEPENDS+= kdenetwork-3.1.4:../../net/kdenetwork3 +DEPENDS+= kdepim-3.1.4:../../misc/kdepim3 +DEPENDS+= kdetoys-3.1.4:../../games/kdetoys3 +DEPENDS+= kdeutils-3.1.4:../../misc/kdeutils3 +DEPENDS+= quanta-3.1.4:../../www/quanta3 EXTRACT_ONLY= # empty USE_BUILDLINK2= yes diff --git a/meta-pkgs/kde3/Makefile.kde3 b/meta-pkgs/kde3/Makefile.kde3 index e0b257b17d8..f82526eab4a 100644 --- a/meta-pkgs/kde3/Makefile.kde3 +++ b/meta-pkgs/kde3/Makefile.kde3 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.kde3,v 1.1.1.1 2003/07/30 12:55:40 markd Exp $ +# $NetBSD: Makefile.kde3,v 1.2 2003/09/17 22:58:45 markd Exp $ # # This Makefile fragment is included at the top of package Makefiles for # KDE3-distributed packages (they all share common configure and build # settings). CATEGORIES+= kde -_KDE_VERSION= 3.1.3 +_KDE_VERSION= 3.1.4 MASTER_SITES_KDE= ftp://ftp.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \ ftp://ftp.de.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ |