Index: head/x11-clocks/kdetoys3/Makefile =================================================================== --- head/x11-clocks/kdetoys3/Makefile (revision 75884) +++ head/x11-clocks/kdetoys3/Makefile (revision 75885) @@ -1,29 +1,30 @@ # -*-mode: makefile-*- # New ports collection makefile for: kdetoys3 # Date created: 14 May 2000 02:45:53 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= kdetoys PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= x11-clocks kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include Property changes on: head/x11-clocks/kdetoys3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/x11-clocks/kdetoys3/files/patch-kweather-kweather.cpp =================================================================== --- head/x11-clocks/kdetoys3/files/patch-kweather-kweather.cpp (nonexistent) +++ head/x11-clocks/kdetoys3/files/patch-kweather-kweather.cpp (revision 75885) @@ -0,0 +1,17 @@ +Index: kweather.cpp +=================================================================== +RCS file: /home/kde/kdetoys/kweather/kweather.cpp,v +retrieving revision 1.47 +retrieving revision 1.48 +diff -u -r1.47 -r1.48 +--- kweather.cpp 8 Jan 2003 12:40:57 -0000 1.47 ++++ kweather/kweather.cpp 24 Jan 2003 21:55:43 -0000 1.48 +@@ -672,7 +672,7 @@ + if (!client->isApplicationRegistered("KWeatherService")) + { + kdDebug() << "Could not find service so I am starting it..." << endl; +- if(!KApplication::startServiceByName("KWeatherService",QStringList(), &error,&appID )) ++ if(!KApplication::startServiceByDesktopName("kweatherservice",QStringList(), &error,&appID )) + + { + kdDebug() << "Starting KWeatherService failed with message: " << error << endl; Property changes on: head/x11-clocks/kdetoys3/files/patch-kweather-kweather.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-clocks/kdetoys3/files/patch-kweather-reportmain.cpp =================================================================== --- head/x11-clocks/kdetoys3/files/patch-kweather-reportmain.cpp (nonexistent) +++ head/x11-clocks/kdetoys3/files/patch-kweather-reportmain.cpp (revision 75885) @@ -0,0 +1,23 @@ +Index: reportmain.cpp +=================================================================== +RCS file: /home/kde/kdetoys/kweather/reportmain.cpp,v +retrieving revision 1.4 +retrieving revision 1.5 +diff -u -r1.4 -r1.5 +--- reportmain.cpp 9 Dec 2002 06:55:56 -0000 1.4 ++++ kweather/reportmain.cpp 24 Jan 2003 21:55:43 -0000 1.5 +@@ -1,4 +1,4 @@ +-/* $Id: reportmain.cpp,v 1.4 2002/12/09 06:55:56 mlaurent Exp $ */ ++/* $Id: reportmain.cpp,v 1.5 2003/01/24 21:55:43 cloose Exp $ */ + + #include + #include +@@ -27,7 +27,7 @@ + QCString appID = ""; + if (!client->isApplicationRegistered("kweatherservice")) + { +- if(KApplication::startServiceByName("kweatherservice",QStringList(), &error, &appID )) ++ if(KApplication::startServiceByDesktopName("kweatherservice",QStringList(), &error, &appID )) + { + kdDebug() << "Starting kweatherservice failed with message: " << error << endl; + exit(0); Property changes on: head/x11-clocks/kdetoys3/files/patch-kweather-reportmain.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-clocks/kdetoys4/Makefile =================================================================== --- head/x11-clocks/kdetoys4/Makefile (revision 75884) +++ head/x11-clocks/kdetoys4/Makefile (revision 75885) @@ -1,29 +1,30 @@ # -*-mode: makefile-*- # New ports collection makefile for: kdetoys3 # Date created: 14 May 2000 02:45:53 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= kdetoys PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= x11-clocks kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include Property changes on: head/x11-clocks/kdetoys4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/x11-clocks/kdetoys4/files/patch-kweather-kweather.cpp =================================================================== --- head/x11-clocks/kdetoys4/files/patch-kweather-kweather.cpp (nonexistent) +++ head/x11-clocks/kdetoys4/files/patch-kweather-kweather.cpp (revision 75885) @@ -0,0 +1,17 @@ +Index: kweather.cpp +=================================================================== +RCS file: /home/kde/kdetoys/kweather/kweather.cpp,v +retrieving revision 1.47 +retrieving revision 1.48 +diff -u -r1.47 -r1.48 +--- kweather.cpp 8 Jan 2003 12:40:57 -0000 1.47 ++++ kweather/kweather.cpp 24 Jan 2003 21:55:43 -0000 1.48 +@@ -672,7 +672,7 @@ + if (!client->isApplicationRegistered("KWeatherService")) + { + kdDebug() << "Could not find service so I am starting it..." << endl; +- if(!KApplication::startServiceByName("KWeatherService",QStringList(), &error,&appID )) ++ if(!KApplication::startServiceByDesktopName("kweatherservice",QStringList(), &error,&appID )) + + { + kdDebug() << "Starting KWeatherService failed with message: " << error << endl; Property changes on: head/x11-clocks/kdetoys4/files/patch-kweather-kweather.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-clocks/kdetoys4/files/patch-kweather-reportmain.cpp =================================================================== --- head/x11-clocks/kdetoys4/files/patch-kweather-reportmain.cpp (nonexistent) +++ head/x11-clocks/kdetoys4/files/patch-kweather-reportmain.cpp (revision 75885) @@ -0,0 +1,23 @@ +Index: reportmain.cpp +=================================================================== +RCS file: /home/kde/kdetoys/kweather/reportmain.cpp,v +retrieving revision 1.4 +retrieving revision 1.5 +diff -u -r1.4 -r1.5 +--- reportmain.cpp 9 Dec 2002 06:55:56 -0000 1.4 ++++ kweather/reportmain.cpp 24 Jan 2003 21:55:43 -0000 1.5 +@@ -1,4 +1,4 @@ +-/* $Id: reportmain.cpp,v 1.4 2002/12/09 06:55:56 mlaurent Exp $ */ ++/* $Id: reportmain.cpp,v 1.5 2003/01/24 21:55:43 cloose Exp $ */ + + #include + #include +@@ -27,7 +27,7 @@ + QCString appID = ""; + if (!client->isApplicationRegistered("kweatherservice")) + { +- if(KApplication::startServiceByName("kweatherservice",QStringList(), &error, &appID )) ++ if(KApplication::startServiceByDesktopName("kweatherservice",QStringList(), &error, &appID )) + { + kdDebug() << "Starting kweatherservice failed with message: " << error << endl; + exit(0); Property changes on: head/x11-clocks/kdetoys4/files/patch-kweather-reportmain.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property