From 344150edd9e7a3101f87e63d531bdae2b9dbb21f Mon Sep 17 00:00:00 2001 From: lofi Date: Tue, 9 Mar 2004 19:41:12 +0000 Subject: Update to KDE 3.2.1 / QT 3.3.1 Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports). --- games/kdegames3/Makefile | 2 +- games/kdegames3/distinfo | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'games/kdegames3') diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index e0357bb5f197..e1de41c553bd 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -9,7 +9,7 @@ PORTNAME= kdegames PORTVERSION= ${KDE_VERSION} CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/games/kdegames3/distinfo b/games/kdegames3/distinfo index e395ad0b4c74..1d536f97274f 100644 --- a/games/kdegames3/distinfo +++ b/games/kdegames3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdegames-3.2.0.tar.bz2) = 30af752fbe3547a30963bf0df0380c24 +MD5 (KDE/kdegames-3.2.1.tar.bz2) = 60b05fa22dfc0ec812ca88dacb0249aa +SIZE (KDE/kdegames-3.2.1.tar.bz2) = 9121779 -- cgit