diff options
author | markd <markd@pkgsrc.org> | 2005-10-13 12:22:07 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-10-13 12:22:07 +0000 |
commit | 11aab0830e4c4b4b16b4a594c7981a59327f72c8 (patch) | |
tree | 0befc833967ae4134023e8160c519b385da3d92f /meta-pkgs/kde3 | |
parent | 77ab145178876432e3aeba500a2b784f5a3683ab (diff) | |
download | pkgsrc-11aab0830e4c4b4b16b4a594c7981a59327f72c8.tar.gz |
Update to KDE 3.4.3.
Diffstat (limited to 'meta-pkgs/kde3')
-rw-r--r-- | meta-pkgs/kde3/Makefile | 32 | ||||
-rw-r--r-- | meta-pkgs/kde3/Makefile.kde3 | 6 |
2 files changed, 19 insertions, 19 deletions
diff --git a/meta-pkgs/kde3/Makefile b/meta-pkgs/kde3/Makefile index 958f0098680..658cce1270a 100644 --- a/meta-pkgs/kde3/Makefile +++ b/meta-pkgs/kde3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2005/07/30 10:53:53 markd Exp $ +# $NetBSD: Makefile,v 1.45 2005/10/13 12:22:07 markd Exp $ -DISTNAME= kde-3.4.2 +DISTNAME= kde-3.4.3 CATEGORIES= meta-pkgs x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -9,20 +9,20 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE integrated X11 desktop -DEPENDS+= kdelibs-3.4.2{,nb[0-9]*}:../../x11/kdelibs3 -DEPENDS+= kdeaccessibility-3.4.2{,nb[0-9]*}:../../misc/kdeaccessibility3 -DEPENDS+= kdeartwork-3.4.2{,nb[0-9]*}:../../misc/kdeartwork3 -DEPENDS+= kdeaddons-3.4.2{,nb[0-9]*}:../../misc/kdeaddons3 -DEPENDS+= kdeadmin-3.4.2{,nb[0-9]*}:../../misc/kdeadmin3 -DEPENDS+= kdeedu-3.4.2{,nb[0-9]*}:../../misc/kdeedu3 -DEPENDS+= kdegames-3.4.2{,nb[0-9]*}:../../games/kdegames3 -DEPENDS+= kdegraphics-3.4.2{,nb[0-9]*}:../../graphics/kdegraphics3 -DEPENDS+= kdemultimedia-3.4.2{,nb[0-9]*}:../../multimedia/kdemultimedia3 -DEPENDS+= kdenetwork-3.4.2{,nb[0-9]*}:../../net/kdenetwork3 -DEPENDS+= kdepim-3.4.2{,nb[0-9]*}:../../misc/kdepim3 -DEPENDS+= kdetoys-3.4.2{,nb[0-9]*}:../../games/kdetoys3 -DEPENDS+= kdeutils-3.4.2{,nb[0-9]*}:../../misc/kdeutils3 -DEPENDS+= kdewebdev-3.4.2{,nb[0-9]*}:../../www/kdewebdev3 +DEPENDS+= kdelibs-3.4.3{,nb[0-9]*}:../../x11/kdelibs3 +DEPENDS+= kdeaccessibility-3.4.3{,nb[0-9]*}:../../misc/kdeaccessibility3 +DEPENDS+= kdeartwork-3.4.3{,nb[0-9]*}:../../misc/kdeartwork3 +DEPENDS+= kdeaddons-3.4.3{,nb[0-9]*}:../../misc/kdeaddons3 +DEPENDS+= kdeadmin-3.4.3{,nb[0-9]*}:../../misc/kdeadmin3 +DEPENDS+= kdeedu-3.4.3{,nb[0-9]*}:../../misc/kdeedu3 +DEPENDS+= kdegames-3.4.3{,nb[0-9]*}:../../games/kdegames3 +DEPENDS+= kdegraphics-3.4.3{,nb[0-9]*}:../../graphics/kdegraphics3 +DEPENDS+= kdemultimedia-3.4.3{,nb[0-9]*}:../../multimedia/kdemultimedia3 +DEPENDS+= kdenetwork-3.4.3{,nb[0-9]*}:../../net/kdenetwork3 +DEPENDS+= kdepim-3.4.3{,nb[0-9]*}:../../misc/kdepim3 +DEPENDS+= kdetoys-3.4.3{,nb[0-9]*}:../../games/kdetoys3 +DEPENDS+= kdeutils-3.4.3{,nb[0-9]*}:../../misc/kdeutils3 +DEPENDS+= kdewebdev-3.4.3{,nb[0-9]*}:../../www/kdewebdev3 EXTRACT_ONLY= # empty NO_CHECKSUM= yes diff --git a/meta-pkgs/kde3/Makefile.kde3 b/meta-pkgs/kde3/Makefile.kde3 index 47dc1e55f1b..237f7d0a311 100644 --- a/meta-pkgs/kde3/Makefile.kde3 +++ b/meta-pkgs/kde3/Makefile.kde3 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.kde3,v 1.27 2005/07/30 10:53:53 markd Exp $ +# $NetBSD: Makefile.kde3,v 1.28 2005/10/13 12:22:07 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.4.2 -_KDE_DISTVER= 3.4.2 +_KDE_VERSION= 3.4.3 +_KDE_DISTVER= 3.4.3 MASTER_SITES_KDE= ftp://ftp.kde.org/pub/kde/stable/${_KDE_DISTVER}/src/ \ ftp://ftp.uk.kde.org/pub/kde/stable/${_KDE_DISTVER}/src/ \ ftp://download.au.kde.org/pub/kde/stable/${_KDE_DISTVER}/src/ \ |