This patch cleans up Qt3-related WANTLIB entries. I want to push
a few simple changes in one go to avoid multiple REVISION bumps:

  1. Change lib/qt3/q* to q*; we don't ship Qt 1 or 2 anymore,
     and Qt4+ library filenames don't clash with Qt3;
  2. Avoid filling i18n packages with @wantlib entries;
  3. Remove unnecessary qt-mt requirements in KDE3 WANTLIBs.

espie@, are you okay with this patch?
--
WBR,
  Vadim Zhukov


Index: audio/amarok/Makefile
===================================================================
RCS file: /cvs/ports/audio/amarok/Makefile,v
retrieving revision 1.62
diff -u -p -r1.62 Makefile
--- audio/amarok/Makefile       5 Nov 2014 11:43:59 -0000       1.62
+++ audio/amarok/Makefile       13 Nov 2014 17:17:13 -0000
@@ -7,7 +7,7 @@ HOMEPAGE =      http://amarok.kde.org/
 V =            1.4.10
 MASTER_SITES = ${MASTER_SITE_KDE:=stable/amarok/$V/src/}
 DISTNAME =     amarok-$V
-REVISION =     23
+REVISION =     24
 EXTRACT_SUFX = .tar.bz2
 
 # GPLv2/LGPLv2/GFDL
Index: cad/klogic/Makefile
===================================================================
RCS file: /cvs/ports/cad/klogic/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- cad/klogic/Makefile 22 Oct 2013 11:34:13 -0000      1.30
+++ cad/klogic/Makefile 13 Nov 2014 17:17:13 -0000
@@ -4,7 +4,7 @@ SHARED_ONLY=    Yes
 COMMENT=       logic circuit simulator for KDE
 
 DISTNAME=      klogic-1.6
-REVISION=      10
+REVISION=      11
 CATEGORIES=    cad education x11 x11/kde
 
 MASTER_SITES=  http://distfiles.nl/
Index: cad/qcad/Makefile
===================================================================
RCS file: /cvs/ports/cad/qcad/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- cad/qcad/Makefile   10 Mar 2013 23:04:45 -0000      1.25
+++ cad/qcad/Makefile   13 Nov 2014 17:17:13 -0000
@@ -5,7 +5,7 @@ COMMENT=        Qt-based 2D CAD system
 V=             2.0.5.0
 DISTNAME=      qcad-${V}-1-community.src
 PKGNAME=       qcad-${V}
-REVISION=      3
+REVISION=      4
 CATEGORIES=    cad graphics
 
 HOMEPAGE=      http://www.ribbonsoft.com/qcad.html
Index: cad/qucs/Makefile
===================================================================
RCS file: /cvs/ports/cad/qucs/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- cad/qucs/Makefile   16 Sep 2014 19:22:38 -0000      1.6
+++ cad/qucs/Makefile   13 Nov 2014 17:17:13 -0000
@@ -4,7 +4,7 @@ COMMENT=        graphical circuit design and si
 BROKEN-hppa =  OOM on hicumL2V2p23.core.o
 
 DISTNAME=      qucs-0.0.16
-REVISION=      0
+REVISION=      1
 CATEGORIES=    cad
 
 HOMEPAGE=      http://qucs.sourceforge.net/
Index: databases/mysqlcc/Makefile
===================================================================
RCS file: /cvs/ports/databases/mysqlcc/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- databases/mysqlcc/Makefile  21 Sep 2014 17:32:41 -0000      1.21
+++ databases/mysqlcc/Makefile  13 Nov 2014 17:17:13 -0000
@@ -6,6 +6,7 @@ VERSION=                1.0.2
 DISTNAME=              mysqlcc-${VERSION}-src
 PKGNAME=               mysqlcc-${VERSION}
 CATEGORIES=            databases
+REVISION=              0
 
 HOMEPAGE=              http://mysqlcc.sourceforge.net/
 
Index: databases/qt3-sqlite3-plugin/Makefile
===================================================================
RCS file: /cvs/ports/databases/qt3-sqlite3-plugin/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- databases/qt3-sqlite3-plugin/Makefile       11 Mar 2013 02:52:08 -0000      
1.14
+++ databases/qt3-sqlite3-plugin/Makefile       13 Nov 2014 17:17:13 -0000
@@ -10,7 +10,7 @@ MASTER_SITES= http://kde-apps.org/CONTEN
 V=             0.2
 DISTNAME=      23011-qt-sqlite3-$V
 PKGNAME=       qt3-sqlite3-$V
-REVISION=      5
+REVISION=      6
 
 WRKDIST=       ${WRKDIR}/qt-sqlite3-${V}
 
Index: devel/bouml/Makefile
===================================================================
RCS file: /cvs/ports/devel/bouml/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- devel/bouml/Makefile        9 Aug 2014 19:39:34 -0000       1.20
+++ devel/bouml/Makefile        13 Nov 2014 17:17:13 -0000
@@ -8,8 +8,8 @@ DISTNAME=               bouml_$V
 PKGNAME=               bouml-$V
 PKGNAME-main=          bouml-$V
 PKGNAME-docs=          bouml-docs-$V
-REVISION-main=         4
-REVISION-docs=         1
+REVISION-main=         5
+REVISION-docs=         2
 
 CATEGORIES=            devel x11
 
Index: devel/kdbg/Makefile
===================================================================
RCS file: /cvs/ports/devel/kdbg/Makefile,v
retrieving revision 1.37
diff -u -p -r1.37 Makefile
--- devel/kdbg/Makefile 22 Oct 2013 11:34:13 -0000      1.37
+++ devel/kdbg/Makefile 13 Nov 2014 17:17:13 -0000
@@ -4,7 +4,7 @@ SHARED_ONLY=    Yes
 COMMENT=       graphical debugger for KDE
 
 DISTNAME=      kdbg-1.2.5
-REVISION =     9
+REVISION =     10
 CATEGORIES=    devel
 HOMEPAGE=      http://www.kdbg.org/
 
Index: devel/qgit/Makefile
===================================================================
RCS file: /cvs/ports/devel/qgit/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- devel/qgit/Makefile 11 Mar 2013 10:50:27 -0000      1.8
+++ devel/qgit/Makefile 13 Nov 2014 17:17:13 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel x11
 HOMEPAGE =     http://digilander.libero.it/mcostalba/
 
 DISTNAME =     qgit-1.5.7
-REVISION =     2
+REVISION =     3
 EXTRACT_SUFX = .tar.bz2
 
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=qgit/}
Index: devel/tmake/Makefile
===================================================================
RCS file: /cvs/ports/devel/tmake/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- devel/tmake/Makefile        26 May 2013 09:30:55 -0000      1.15
+++ devel/tmake/Makefile        13 Nov 2014 17:17:13 -0000
@@ -3,7 +3,7 @@
 COMMENT=       cross-platform makefile tool from TrollTech
 
 DISTNAME=      tmake-1.10
-REVISION =     3
+REVISION =     4
 CATEGORIES=    devel
 
 HOMEPAGE=      http://sourceforge.net/projects/tmake/
Index: editors/kile/Makefile
===================================================================
RCS file: /cvs/ports/editors/kile/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- editors/kile/Makefile       9 Jul 2014 12:42:30 -0000       1.28
+++ editors/kile/Makefile       13 Nov 2014 17:17:13 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       integrated LaTeX environment for KDE
 DISTNAME=      kile-2.0
-REVISION=      8
+REVISION=      9
 CATEGORIES=    editors x11/kde
 
 HOMEPAGE=      http://kile.sourceforge.net/
Index: editors/kxmleditor/Makefile
===================================================================
RCS file: /cvs/ports/editors/kxmleditor/Makefile,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile
--- editors/kxmleditor/Makefile 22 Oct 2013 11:34:14 -0000      1.42
+++ editors/kxmleditor/Makefile 13 Nov 2014 17:17:13 -0000
@@ -5,7 +5,7 @@ SHARED_ONLY=    Yes
 COMMENT=       XML editor for KDE
 
 DISTNAME=      kxmleditor-1.1.3
-REVISION=      11
+REVISION=      12
 CATEGORIES=    editors x11 x11/kde
 
 SHARED_LIBS=   kxmleditorpart  2.0
Index: editors/libreoffice/Makefile
===================================================================
RCS file: /cvs/ports/editors/libreoffice/Makefile,v
retrieving revision 1.121
diff -u -p -r1.121 Makefile
--- editors/libreoffice/Makefile        9 Nov 2014 12:33:18 -0000       1.121
+++ editors/libreoffice/Makefile        13 Nov 2014 17:17:13 -0000
@@ -17,6 +17,7 @@ PKGNAME-kde=  libreoffice-kde-${VERSION}
 PKGNAME-java=  libreoffice-java-${VERSION}
 CATEGORIES=    editors productivity
 DPB_PROPERTIES=        parallel tag:kde3
+REVISION-kde=  0
 
 EPOCH=         0
 
Index: games/kbilliards/Makefile
===================================================================
RCS file: /cvs/ports/games/kbilliards/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- games/kbilliards/Makefile   22 Oct 2013 11:34:14 -0000      1.30
+++ games/kbilliards/Makefile   13 Nov 2014 17:17:13 -0000
@@ -3,7 +3,7 @@
 COMMENT=               billiard game
 CATEGORIES=            x11 x11/kde games
 DISTNAME=              kbilliards-0.8.7b
-REVISION =             11
+REVISION =             12
 
 HOMEPAGE=              http://www.hostnotfound.it/kbilliards.php
 MASTER_SITES=          http://www.hostnotfound.it/kbilliards/
Index: games/kslide/Makefile
===================================================================
RCS file: /cvs/ports/games/kslide/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- games/kslide/Makefile       19 Dec 2013 19:49:33 -0000      1.28
+++ games/kslide/Makefile       13 Nov 2014 17:17:13 -0000
@@ -4,6 +4,7 @@ COMMENT=        puzzle game for KDE
 
 DISTNAME=      kslide-1.0.1
 CATEGORIES=    games
+REVISION=      0
 
 HOMEPAGE=      http://kde-apps.org/content/show.php/KSlide?content=10317
 
Index: games/nethack/Makefile
===================================================================
RCS file: /cvs/ports/games/nethack/Makefile,v
retrieving revision 1.55
diff -u -p -r1.55 Makefile
--- games/nethack/Makefile      11 Mar 2013 11:07:40 -0000      1.55
+++ games/nethack/Makefile      13 Nov 2014 17:17:13 -0000
@@ -4,7 +4,7 @@ COMMENT =       dungeon explorin', hackin', ga
 V =            3.4.3
 DISTNAME =     nethack-$V
 PKGNAME =      ${DISTNAME}
-REVISION =     5
+REVISION =     6
 CATEGORIES =   games
 
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=nethack/} \
Index: games/qgo/Makefile
===================================================================
RCS file: /cvs/ports/games/qgo/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- games/qgo/Makefile  15 Oct 2013 14:55:16 -0000      1.15
+++ games/qgo/Makefile  13 Nov 2014 17:17:13 -0000
@@ -3,7 +3,7 @@
 COMMENT=       go client and fully featured sgf editor
 
 DISTNAME=      qgo-1.5.4
-REVISION =     4
+REVISION =     5
 CATEGORIES=    games
 
 # GPL
Index: games/spacehulk/Makefile
===================================================================
RCS file: /cvs/ports/games/spacehulk/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- games/spacehulk/Makefile    9 Aug 2013 19:04:49 -0000       1.13
+++ games/spacehulk/Makefile    13 Nov 2014 17:17:13 -0000
@@ -4,7 +4,7 @@ COMMENT=        total conversion of the Space H
 
 DISTNAME=      spacehulk-1.5-beta1
 PKGNAME=       spacehulk-1.5beta1
-REVISION =     5
+REVISION =     6
 CATEGORIES=    games x11
 
 HOMEPAGE=      http://r.vinot.free.fr/spacehulk/
Index: games/taxipilot/Makefile
===================================================================
RCS file: /cvs/ports/games/taxipilot/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- games/taxipilot/Makefile    22 Oct 2013 11:34:15 -0000      1.29
+++ games/taxipilot/Makefile    13 Nov 2014 17:17:13 -0000
@@ -3,7 +3,7 @@
 COMMENT=       silly little game based on Spacetaxi for the C64
 
 DISTNAME=      taxipilot-0.7.2
-REVISION =     9
+REVISION =     10
 CATEGORIES=    games
 
 HOMEPAGE=      http://taxipilot.sourceforge.net/
Index: graphics/digikam/Makefile
===================================================================
RCS file: /cvs/ports/graphics/digikam/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- graphics/digikam/Makefile   16 Jan 2014 09:11:33 -0000      1.45
+++ graphics/digikam/Makefile   13 Nov 2014 17:17:13 -0000
@@ -4,7 +4,7 @@ COMMENT =               digital image kde application
 CATEGORIES =           graphics x11 x11/kde
 V =                    0.9.6
 DISTNAME =             digikam-$V
-REVISION =             13
+REVISION =             14
 PKGSPEC =              digikam-<1
 
 SHARED_LIBS +=         digikam              3.0      # .0.0
@@ -30,7 +30,7 @@ WANTLIB += Xmu Xrandr Xt Xxf86vm Xrender
 WANTLIB += fontconfig freetype exif expat exiv2 gphoto2 gphoto2_port
 WANTLIB += idn jasper jpeg lcms ltdl m mng pcre pcreposix png pthread
 WANTLIB += stdc++ tiff util xcb z
-WANTLIB += lib/qt3/qt-mt>=3.33
+WANTLIB += qt-mt>=3.33
 WANTLIB += ${KDE}/DCOP ${KDE}/kdecore>=6 ${KDE}/kparts ${KDE}/kdeui
 WANTLIB += ${KDE}/kdesu ${KDE}/kio ${KDE}/kdefx ${KDE}/kdcraw
 WANTLIB += ${KDE}/kdeprint ${KDE}/kexiv2>=1 ${KDE}/kipi ${KDE}/kutils
Index: graphics/digikam-doc/Makefile
===================================================================
RCS file: /cvs/ports/graphics/digikam-doc/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- graphics/digikam-doc/Makefile       22 Oct 2013 11:34:16 -0000      1.15
+++ graphics/digikam-doc/Makefile       13 Nov 2014 17:17:13 -0000
@@ -4,7 +4,7 @@ COMMENT=                documentation for digikam
 CATEGORIES=            graphics x11 x11/kde
 V=                     0.9.3
 DISTNAME=              digikam-doc-$V
-REVISION=              2
+REVISION=              3
 PKGNAME=               digikam-doc-0.9.3
 HOMEPAGE=              http://www.digikam.org/
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=digikam/}
Index: graphics/gwenview/Makefile
===================================================================
RCS file: /cvs/ports/graphics/gwenview/Makefile,v
retrieving revision 1.63
diff -u -p -r1.63 Makefile
--- graphics/gwenview/Makefile  24 Dec 2013 20:56:21 -0000      1.63
+++ graphics/gwenview/Makefile  13 Nov 2014 17:17:13 -0000
@@ -4,7 +4,7 @@ COMMENT=        image viewer for KDE
 
 DISTNAME=      gwenview-1.4.2
 PKGSPEC=       gwenview-<4
-REVISION =     17
+REVISION =     18
 
 SHARED_LIBS += gwenviewcore         5.0      # .1.0
 CATEGORIES=    graphics x11 x11/kde
Index: graphics/gwenview-i18n/Makefile
===================================================================
RCS file: /cvs/ports/graphics/gwenview-i18n/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- graphics/gwenview-i18n/Makefile     22 Oct 2013 11:34:17 -0000      1.12
+++ graphics/gwenview-i18n/Makefile     13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       image viewer for KDE, translations
 
 DISTNAME=      gwenview-i18n-1.4.2
-REVISION=      3
+REVISION=      4
 CATEGORIES=    graphics x11 x11/kde
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gwenview/}
 EXTRACT_SUFX=  .tar.bz2
@@ -30,5 +30,8 @@ MODGNU_CONFIG_GUESS_DIRS= ${MODKDE_CONFI
 CONFIGURE_ARGS=        ${MODKDE_CONFIGURE_ARGS}
 CONFIGURE_ENV= ${MODKDE_CONFIGURE_ENV}
 REORDER_DEPENDENCIES=  ${PORTSDIR}/infrastructure/mk/automake.dep
+
+# avoid filling @wantlib
+WANTLIB-=
 
 .include <bsd.port.mk>
Index: graphics/k3dsurf/Makefile
===================================================================
RCS file: /cvs/ports/graphics/k3dsurf/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- graphics/k3dsurf/Makefile   11 Mar 2013 11:10:53 -0000      1.12
+++ graphics/k3dsurf/Makefile   13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       visualize and manipulate mathematical models
 
 DISTNAME=      k3dsurf-0.6.2
-REVISION =     4
+REVISION =     5
 CATEGORIES=    graphics math
 
 HOMEPAGE=      http://k3dsurf.sourceforge.net/
Index: graphics/kimdaba/Makefile
===================================================================
RCS file: /cvs/ports/graphics/kimdaba/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- graphics/kimdaba/Makefile   22 Dec 2013 19:24:34 -0000      1.32
+++ graphics/kimdaba/Makefile   13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=               kde image database
 CATEGORIES=            graphics x11 x11/kde
 DISTNAME=              kphotoalbum-3.0
-REVISION =             14
+REVISION =             15
 EXTRACT_SUFX=          .tar.bz2
 HOMEPAGE=              http://www.kphotoalbum.org/
 MASTER_SITES=          ${HOMEPAGE}data/download/
Index: graphics/kipi-plugins/Makefile
===================================================================
RCS file: /cvs/ports/graphics/kipi-plugins/Makefile,v
retrieving revision 1.43
diff -u -p -r1.43 Makefile
--- graphics/kipi-plugins/Makefile      24 Dec 2013 21:08:41 -0000      1.43
+++ graphics/kipi-plugins/Makefile      13 Nov 2014 17:17:14 -0000
@@ -41,7 +41,7 @@ WANTLIB =  GL ICE SM X11 Xcursor Xdamage
 WANTLIB += Xmu Xrandr Xrender Xt Xxf86vm art_lgpl_2 drm expat
 WANTLIB += fontconfig freetype idn jpeg lcms m mng png stdc++ util xcb
 WANTLIB += z 
-WANTLIB += lib/qt3/qt-mt>=3.33
+WANTLIB += qt-mt>=3.33
 WANTLIB += ${KDE}/DCOP ${KDE}/kdecore>=6 ${KDE}/kdefx ${KDE}/kdeprint
 WANTLIB += ${KDE}/kdesu ${KDE}/kdeui ${KDE}/kio ${KDE}/kipi ${KDE}/kparts
 WANTLIB += ${KDE}/kwalletclient
Index: graphics/libkdcraw/Makefile
===================================================================
RCS file: /cvs/ports/graphics/libkdcraw/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- graphics/libkdcraw/Makefile 13 Dec 2013 09:38:49 -0000      1.20
+++ graphics/libkdcraw/Makefile 13 Nov 2014 17:17:14 -0000
@@ -8,7 +8,7 @@ V =             0.1.9
 DISTNAME =     libkdcraw-${V}
 PKGNAME-main = ${PKGNAME}
 PKGNAME-icons =        libkdcraw-icons-${V}
-REVISION-main =        9
+REVISION-main =        10
 REVISION-icons =1
 
 PKGSPEC-main = libkdcraw-<0.2.0
Index: graphics/libkexif/Makefile
===================================================================
RCS file: /cvs/ports/graphics/libkexif/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- graphics/libkexif/Makefile  22 Oct 2013 11:34:18 -0000      1.30
+++ graphics/libkexif/Makefile  13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT =              kde interface to exif
 CATEGORIES =           graphics devel x11 x11/kde
 DISTNAME =             libkexif-0.2.5
-REVISION =             7
+REVISION =             8
 SHARED_LIBS =          kexif   2.2
 EXTRACT_SUFX =         .tar.bz2
 HOMEPAGE =             http://extragear.kde.org/apps/kipi/
@@ -18,7 +18,7 @@ WANTLIB =  GL ICE SM X11 Xcursor Xdamage
 WANTLIB += Xmu Xrandr Xrender Xt Xxf86vm art_lgpl_2 drm exif expat
 WANTLIB += fontconfig freetype idn jpeg lcms m mng png stdc++ util
 WANTLIB += xcb z 
-WANTLIB += lib/qt3/qt-mt>=3.33
+WANTLIB += qt-mt>=3.33
 WANTLIB += ${KDE}/DCOP ${KDE}/kdecore>=6 ${KDE}/kdeui ${KDE}/kdefx
 
 MODULES =      devel/gettext \
Index: graphics/libkexiv2/Makefile
===================================================================
RCS file: /cvs/ports/graphics/libkexiv2/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- graphics/libkexiv2/Makefile 30 May 2014 21:29:41 -0000      1.21
+++ graphics/libkexiv2/Makefile 13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT =      kde wrapper around exiv2
 CATEGORIES =   graphics
 DISTNAME =     libkexiv2-0.1.9
-REVISION =     8
+REVISION =     9
 HOMEPAGE =     http://sourceforge.net/projects/kipi/
 EXTRACT_SUFX = .tar.bz2
 PKGSPEC =      libkexiv2-<0.2.0
Index: graphics/libkipi/Makefile
===================================================================
RCS file: /cvs/ports/graphics/libkipi/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- graphics/libkipi/Makefile   25 Dec 2013 15:38:08 -0000      1.34
+++ graphics/libkipi/Makefile   13 Nov 2014 17:17:14 -0000
@@ -28,7 +28,7 @@ RUN_DEPENDS-icons =   x11/gtk+2,-guic
 
 WANTLIB =  GL ICE SM X11 Xcursor Xdamage Xext Xfixes Xft Xi Xinerama
 WANTLIB += Xmu Xrandr Xrender Xt Xxf86vm art_lgpl_2 drm expat fam
-WANTLIB += fontconfig freetype idn jpeg lcms lib/qt3/qt-mt>=3.33 m mng
+WANTLIB += fontconfig freetype idn jpeg lcms qt-mt>=3.33 m mng
 WANTLIB += png pthread pthread-stubs stdc++ util xcb z
 WANTLIB += ${KDE}/DCOP ${KDE}/kdecore>=6 ${KDE}/kdefx ${KDE}/kdesu
 WANTLIB += ${KDE}/kdeui ${KDE}/kio ${KDE}/kwalletclient
Index: inputmethods/scim-qtimm/Makefile
===================================================================
RCS file: /cvs/ports/inputmethods/scim-qtimm/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- inputmethods/scim-qtimm/Makefile    4 Jun 2013 18:41:51 -0000       1.12
+++ inputmethods/scim-qtimm/Makefile    13 Nov 2014 17:17:14 -0000
@@ -5,7 +5,7 @@ SHARED_ONLY=    Yes
 COMMENT=       scim plugin for qt
 
 DISTNAME=      scim-qtimm-0.9.4
-REVISION=      4
+REVISION=      5
 
 CATEGORIES=    inputmethods
 
Index: inputmethods/uim/Makefile
===================================================================
RCS file: /cvs/ports/inputmethods/uim/Makefile,v
retrieving revision 1.47
diff -u -p -r1.47 Makefile
--- inputmethods/uim/Makefile   24 Oct 2013 15:18:00 -0000      1.47
+++ inputmethods/uim/Makefile   13 Nov 2014 17:17:14 -0000
@@ -20,7 +20,7 @@ PKGNAME-kde=  uim-kde-$V
 REVISION-main= 11
 REVISION-gtk=  13
 REVISION-qt=   7
-REVISION-kde=  10
+REVISION-kde=  11
 
 # BSD
 PERMIT_PACKAGE_CDROM=  Yes
Index: mail/kbiff/Makefile
===================================================================
RCS file: /cvs/ports/mail/kbiff/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- mail/kbiff/Makefile 19 Dec 2013 13:19:09 -0000      1.41
+++ mail/kbiff/Makefile 13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=               new mail notification utility for KDE
 
 DISTNAME=              kbiff-3.8
-REVISION =             8
+REVISION =             9
 SHARED_LIBS=           kbiff 2.0
 CATEGORIES=            mail
 EXTRACT_SUFX=          .tar.bz2
Index: math/kst/Makefile
===================================================================
RCS file: /cvs/ports/math/kst/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- math/kst/Makefile   22 Dec 2013 19:24:34 -0000      1.26
+++ math/kst/Makefile   13 Nov 2014 17:17:14 -0000
@@ -4,7 +4,7 @@ CATEGORIES=     math x11/kde
 COMMENT=       data viewing/plotting tool
 
 DISTNAME=      kst-1.2.1
-REVISION=      10
+REVISION=      11
 SHARED_ONLY=   Yes
 SHARED_LIBS=   kst             4.0 \
                kstapp          4.0 \
@@ -44,7 +44,7 @@ WANTLIB += Xmu Xrandr Xrender Xt Xxf86vm
 WANTLIB += expat fontconfig freetype gsl>=7 gslcblas idn jpeg lcms m
 WANTLIB += mng ncurses netcdf netcdf_c++ pcre pcreposix png pthread
 WANTLIB += readline stdc++ util xcb z
-WANTLIB += lib/qt3/qui
+WANTLIB += qui
 WANTLIB += ${KDE}/DCOP ${KDE}/kdecore>=6 ${KDE}/kdefx ${KDE}/kdeprint
 WANTLIB += ${KDE}/kdesu ${KDE}/kdeui ${KDE}/khtml ${KDE}/kio ${KDE}/kjs
 WANTLIB += ${KDE}/kmdi ${KDE}/kparts ${KDE}/kutils ${KDE}/kwalletclient
Index: misc/dtcltiny/Makefile
===================================================================
RCS file: /cvs/ports/misc/dtcltiny/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- misc/dtcltiny/Makefile      11 Mar 2013 11:23:57 -0000      1.5
+++ misc/dtcltiny/Makefile      13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT =              small SRCP client to control digital model trains
 
 DISTNAME =             dtcltiny-0.8.4
-REVISION=              0
+REVISION=              1
 CATEGORIES =           misc x11
 
 HOMEPAGE =             http://dtcltiny.sourceforge.net/
Index: misc/ktimeclock/Makefile
===================================================================
RCS file: /cvs/ports/misc/ktimeclock/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- misc/ktimeclock/Makefile    22 Oct 2013 11:34:20 -0000      1.23
+++ misc/ktimeclock/Makefile    13 Nov 2014 17:17:14 -0000
@@ -4,7 +4,7 @@ COMMENT=        task-based timeclock for KDE
 
 VERSION=       2.0.2
 DISTNAME=      ktimeclock-${VERSION}
-REVISION=      7
+REVISION=      8
 CATEGORIES=    misc x11
 
 HOMEPAGE=      http://www.howlingfrog.com/opensource/ktimeclock/
Index: misc/spdrs60/Makefile
===================================================================
RCS file: /cvs/ports/misc/spdrs60/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- misc/spdrs60/Makefile       11 Mar 2013 11:23:58 -0000      1.4
+++ misc/spdrs60/Makefile       13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT =      graphical SRCP client to control a digital model railway
 
 DISTNAME =     spdrs60-0.5.6
-REVISION =     1
+REVISION =     2
 CATEGORIES =   misc x11
 
 HOMEPAGE =     http://spdrs60.sourceforge.net/
Index: multimedia/k3b/Makefile
===================================================================
RCS file: /cvs/ports/multimedia/k3b/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- multimedia/k3b/Makefile     15 Jul 2014 08:56:20 -0000      1.30
+++ multimedia/k3b/Makefile     13 Nov 2014 17:17:14 -0000
@@ -5,7 +5,7 @@ SHARED_ONLY =           Yes
 COMMENT =              CD/DVD creator
 
 DISTNAME =             k3b-1.0.4
-REVISION=              22
+REVISION=              23
 CATEGORIES =           multimedia
 
 SHARED_LIBS =          k3b     0.0     # 3.0
Index: multimedia/kaffeine/Makefile
===================================================================
RCS file: /cvs/ports/multimedia/kaffeine/Makefile,v
retrieving revision 1.36
diff -u -p -r1.36 Makefile
--- multimedia/kaffeine/Makefile        14 Jul 2014 09:17:57 -0000      1.36
+++ multimedia/kaffeine/Makefile        13 Nov 2014 17:17:14 -0000
@@ -4,7 +4,7 @@ COMMENT=        video player for KDE
 
 VERSION=       0.8.8
 DISTNAME=      kaffeine-${VERSION}
-REVISION=      14
+REVISION=      15
 CATEGORIES=    multimedia x11 x11/kde
 MASTER_SITES=  http://hftom.free.fr/ \
                ${MASTER_SITE_SOURCEFORGE:=kaffeine/}
Index: multimedia/kguitar/Makefile
===================================================================
RCS file: /cvs/ports/multimedia/kguitar/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- multimedia/kguitar/Makefile 22 Oct 2013 11:34:22 -0000      1.12
+++ multimedia/kguitar/Makefile 13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT =              guitar tab editor
 
 DISTNAME =             kguitar-0.5.1
-REVISION=              6
+REVISION=              7
 
 CATEGORIES =           multimedia kde
 
Index: net/avahi/Makefile
===================================================================
RCS file: /cvs/ports/net/avahi/Makefile,v
retrieving revision 1.100
diff -u -p -r1.100 Makefile
--- net/avahi/Makefile  7 Feb 2014 07:48:03 -0000       1.100
+++ net/avahi/Makefile  13 Nov 2014 17:17:14 -0000
@@ -31,7 +31,7 @@ REVISION-gtk=         5
 REVISION-gtk3=         5
 REVISION-gui=          8
 REVISION-mono=         2
-REVISION-qt3=          3
+REVISION-qt3=          4
 REVISION-qt4=          3
 REVISION-ui=           3
 REVISION-python=       0
Index: net/ktorrent/Makefile
===================================================================
RCS file: /cvs/ports/net/ktorrent/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- net/ktorrent/Makefile       22 Dec 2013 19:24:34 -0000      1.34
+++ net/ktorrent/Makefile       13 Nov 2014 17:17:14 -0000
@@ -6,7 +6,7 @@ COMMENT=        BitTorrent client for KDE
 
 VERSION=       2.2.8
 DISTNAME=      ktorrent-${VERSION}
-REVISION=      11
+REVISION=      12
 CATEGORIES=    net x11 x11/kde
 EXTRACT_SUFX=  .tar.bz2
 
Index: net/valknut/Makefile
===================================================================
RCS file: /cvs/ports/net/valknut/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- net/valknut/Makefile        4 Jun 2013 18:41:55 -0000       1.18
+++ net/valknut/Makefile        13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       Graphical Direct-Connect client
 
 DISTNAME=      valknut-0.3.7
-REVISION=      4
+REVISION=      5
 CATEGORIES=    net
 
 HOMEPAGE=      http://wxdcgui.sourceforge.net/
Index: print/poppler/Makefile
===================================================================
RCS file: /cvs/ports/print/poppler/Makefile,v
retrieving revision 1.87
diff -u -p -r1.87 Makefile
--- print/poppler/Makefile      1 Oct 2014 21:44:48 -0000       1.87
+++ print/poppler/Makefile      13 Nov 2014 17:17:14 -0000
@@ -13,6 +13,7 @@ PKGNAME-utils=        poppler-utils-$V
 PKGNAME-qt=    poppler-qt-$V
 PKGNAME-qt4=   poppler-qt4-$V
 OLDSHIT =      poppler-0.16.7
+REVISION-qt=   0
 
 SHARED_LIBS +=  poppler              22.0     # 46.0
 SHARED_LIBS +=  poppler-glib         13.1     # 14.0
Index: productivity/qhacc/Makefile
===================================================================
RCS file: /cvs/ports/productivity/qhacc/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- productivity/qhacc/Makefile 21 Mar 2013 10:43:34 -0000      1.21
+++ productivity/qhacc/Makefile 13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       qt home accounting program
 
 DISTNAME=      qhacc-3.4
-REVISION=      4
+REVISION=      5
 CATEGORIES=    productivity x11
 
 HOMEPAGE=      http://qhacc.sourceforge.net/
Index: productivity/taskjuggler/Makefile
===================================================================
RCS file: /cvs/ports/productivity/taskjuggler/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- productivity/taskjuggler/Makefile   25 Dec 2013 17:48:47 -0000      1.30
+++ productivity/taskjuggler/Makefile   13 Nov 2014 17:17:14 -0000
@@ -6,7 +6,7 @@ BROKEN-hppa=    self-checks fail with 64-bi
 BROKEN-powerpc=        self-checks fail with 64-bit time_t
 
 DISTNAME=      taskjuggler-2.4.1
-REVISION=      10
+REVISION=      11
 
 CATEGORIES=    productivity
 
Index: security/qca/Makefile
===================================================================
RCS file: /cvs/ports/security/qca/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- security/qca/Makefile       11 Mar 2013 11:41:28 -0000      1.14
+++ security/qca/Makefile       13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       Qt Cryptographic Architecture
 
 DISTNAME=      qca-1.0
-REVISION=      6
+REVISION=      7
 CATEGORIES=    security
 SHARED_LIBS=   qca     2.0
 
Index: security/qca-tls/Makefile
===================================================================
RCS file: /cvs/ports/security/qca-tls/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- security/qca-tls/Makefile   11 Mar 2013 11:41:28 -0000      1.17
+++ security/qca-tls/Makefile   13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=               Qt Cryptographic Architecture, TLS plugin
 
 DISTNAME=              qca-tls-1.0
-REVISION=              10
+REVISION=              11
 CATEGORIES=            security
 
 HOMEPAGE=              http://delta.affinix.com/qca/
Index: sysutils/filelight/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/filelight/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- sysutils/filelight/Makefile 22 Dec 2013 19:24:34 -0000      1.20
+++ sysutils/filelight/Makefile 13 Nov 2014 17:17:14 -0000
@@ -5,7 +5,7 @@ SHARED_ONLY=    Yes
 COMMENT=       concentric segmented-rings disk usage visualisation
 
 DISTNAME=      filelight-1.0
-REVISION =     12
+REVISION =     13
 CATEGORIES=    sysutils x11/kde
 PKGSPEC =      filelight-<2
 
Index: sysutils/knutclient/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/knutclient/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- sysutils/knutclient/Makefile        22 Oct 2013 11:34:23 -0000      1.21
+++ sysutils/knutclient/Makefile        13 Nov 2014 17:17:14 -0000
@@ -4,7 +4,7 @@ COMMENT=                KDE UPS monitoring tool
 
 RELEASE=               0.6.0
 DISTNAME=              knutclient-${RELEASE}
-REVISION =             8
+REVISION =             9
 CATEGORIES=            sysutils x11 x11/kde
 
 HOMEPAGE=              http://www.alo.cz/knutclient-pop-en.html
Index: sysutils/krename/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/krename/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- sysutils/krename/Makefile   2 Nov 2014 10:33:51 -0000       1.22
+++ sysutils/krename/Makefile   13 Nov 2014 17:17:14 -0000
@@ -5,7 +5,7 @@ SHARED_ONLY =   Yes
 COMMENT =      powerful KDE batch file renamer
 
 DISTNAME =     krename-3.0.14
-REVISION =     12
+REVISION =     13
 
 SRCFILES =     ${DISTNAME}.tar.bz2
 DOCFILES =     krename-3.0.12.pdf \
Index: textproc/xxdiff/Makefile
===================================================================
RCS file: /cvs/ports/textproc/xxdiff/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- textproc/xxdiff/Makefile    11 Mar 2013 11:42:47 -0000      1.33
+++ textproc/xxdiff/Makefile    13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       graphical file comparator and merge tool
 
 DISTNAME=      xxdiff-3.1
-REVISION=      4
+REVISION=      5
 CATEGORIES=    textproc x11
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=xxdiff/}
 
Index: x11/kde/kde.port.mk
===================================================================
RCS file: /cvs/ports/x11/kde/kde.port.mk,v
retrieving revision 1.43
diff -u -p -r1.43 kde.port.mk
--- x11/kde/kde.port.mk 24 Dec 2013 10:38:48 -0000      1.43
+++ x11/kde/kde.port.mk 13 Nov 2014 17:17:14 -0000
@@ -55,35 +55,27 @@ PATCH_LIST =        ${PORTSDIR}/x11/kde/patches
 .elif ${MODKDE_VERSION} == "3.2"
 PATCH_LIST =   ${PORTSDIR}/x11/kde/patches-3.2/patch-* patch-* 
${SUP_PATCH_LIST}
 AUTOCONF ?=    /bin/sh ${WRKDIST}/admin/cvs.sh configure
-WANTLIB +=     lib/qt3/qt-mt>=3.20
 .elif ${MODKDE_VERSION} == "3.2.3"
 PATCH_LIST =   ${PORTSDIR}/x11/kde/patches-3.2.3/patch-* patch-* 
${SUP_PATCH_LIST}
 AUTOCONF ?=    /bin/sh ${WRKDIST}/admin/cvs.sh configure
-WANTLIB +=     lib/qt3/qt-mt>=3.20
 .elif ${MODKDE_VERSION} == "3.3.0"
 PATCH_LIST =   ${PORTSDIR}/x11/kde/patches-3.2.3/patch-* patch-* 
${SUP_PATCH_LIST}
 AUTOCONF ?=    /bin/sh ${WRKDIST}/admin/cvs.sh configure
-WANTLIB +=     lib/qt3/qt-mt>=3.33
 .elif ${MODKDE_VERSION} == "3.4"
 PATCH_LIST =   ${PORTSDIR}/x11/kde/patches-3.4/patch-* patch-* 
${SUP_PATCH_LIST}
 AUTOCONF ?=    /bin/sh ${WRKDIST}/admin/cvs.sh configure
-WANTLIB +=     lib/qt3/qt-mt>=3.33
 .elif ${MODKDE_VERSION} == "3.5"
 PATCH_LIST =   ${PORTSDIR}/x11/kde/patches-3.5/patch-* patch-* 
${SUP_PATCH_LIST}
 AUTOCONF ?=    /bin/sh ${WRKDIST}/admin/cvs.sh configure
-WANTLIB +=     lib/qt3/qt-mt>=3.33
 .elif ${MODKDE_VERSION} == "3.5.2"
 PATCH_LIST =   ${PORTSDIR}/x11/kde/patches-3.5.2/patch-* patch-* 
${SUP_PATCH_LIST}
 AUTOCONF ?=    /bin/sh ${WRKDIST}/admin/cvs.sh configure
-WANTLIB +=     lib/qt3/qt-mt>=3.33
 .elif ${MODKDE_VERSION} == "3.5.3"
 PATCH_LIST =   ${PORTSDIR}/x11/kde/patches-3.5.3/patch-* patch-* 
${SUP_PATCH_LIST}
 AUTOCONF ?=    /bin/sh ${WRKDIST}/admin/cvs.sh configure
-WANTLIB +=     lib/qt3/qt-mt>=3.33
 .elif ${MODKDE_VERSION} == "3.5.7" || ${MODKDE_VERSION} == "3.5.8"
 PATCH_LIST =   ${PORTSDIR}/x11/kde/patches-3.5.7/patch-* patch-* 
${SUP_PATCH_LIST}
 AUTOCONF ?=    /bin/sh ${WRKDIST}/admin/cvs.sh configure
-WANTLIB +=     lib/qt3/qt-mt>=3.33
 LIBTOOL_FLAGS =        --tag=disable-static
 .endif
 
Index: x11/kde/accessibility3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/accessibility3/Makefile,v
retrieving revision 1.54
diff -u -p -r1.54 Makefile
--- x11/kde/accessibility3/Makefile     22 Dec 2013 19:24:34 -0000      1.54
+++ x11/kde/accessibility3/Makefile     13 Nov 2014 17:17:14 -0000
@@ -26,7 +26,7 @@ LIB_DEPENDS-mono =
 
 SEPARATE_BUILD =       flavored
 
-REVISION-main =        17
+REVISION-main =        18
 
 WANTLIB =      GL FLAC ICE SM X11 Xcursor Xdamage Xext Xfixes Xft Xi
 WANTLIB +=     Xinerama Xmu Xrandr Xrender Xt Xtst Xxf86vm art_lgpl_2
Index: x11/kde/addons3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/addons3/Makefile,v
retrieving revision 1.74
diff -u -p -r1.74 Makefile
--- x11/kde/addons3/Makefile    20 Apr 2014 12:55:39 -0000      1.74
+++ x11/kde/addons3/Makefile    13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT =              K Desktop Environment, addons
 CATEGORIES =           x11 x11/kde
 VERSION =              3.5.10
-REVISION =             15
+REVISION =             16
 DISTNAME =             kdeaddons-${VERSION}
 MODKDE_VERSION =       3.5.8
 
Index: x11/kde/admin3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/admin3/Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 Makefile
--- x11/kde/admin3/Makefile     13 Jan 2014 20:38:52 -0000      1.46
+++ x11/kde/admin3/Makefile     13 Nov 2014 17:17:14 -0000
@@ -15,7 +15,7 @@ LIB_DEPENDS = x11/kde/libs3
 
 SEPARATE_BUILD =       flavored
 
-REVISION =     12
+REVISION =     13
 
 WANTLIB =  c expat m pthread pthread-stubs stdc++ util z
 WANTLIB += ICE SM X11 Xext Xfixes Xrender Xt fontconfig freetype xcb
Index: x11/kde/arts3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/arts3/Makefile,v
retrieving revision 1.77
diff -u -p -r1.77 Makefile
--- x11/kde/arts3/Makefile      23 Jan 2013 21:10:37 -0000      1.77
+++ x11/kde/arts3/Makefile      13 Nov 2014 17:17:14 -0000
@@ -38,7 +38,7 @@ CONFIGURE_ARGS +=     ${ENABLE_SHARED} \
                        --without-jack \
                        --without-esd
 
-REVISION =     7
+REVISION =     8
 WANTLIB = ICE SM X11 Xext audiofile c glib-2.0 gmodule-2.0 \
        gthread-2.0 jpeg m mad ogg pcre png pthread sndio stdc++ \
        vorbis vorbisenc vorbisfile xcb z mng Xrender Xt Xxf86vm \
Index: x11/kde/artwork3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/artwork3/Makefile,v
retrieving revision 1.73
diff -u -p -r1.73 Makefile
--- x11/kde/artwork3/Makefile   28 Oct 2013 12:16:22 -0000      1.73
+++ x11/kde/artwork3/Makefile   13 Nov 2014 17:17:14 -0000
@@ -8,7 +8,7 @@ DISTNAME =              kdeartwork-${VERSION}
 PKGNAME-main =         ${DISTNAME}
 PKGNAME-emoticons =    kde-emoticons-${VERSION}
 PKGSPEC-main =         kdeartwork->=3,<4
-REVISION-main =                16
+REVISION-main =                17
 
 MODULES =              x11/kde devel/gettext
 MODKDE_VERSION =       3.5.8
Index: x11/kde/base3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/base3/Makefile,v
retrieving revision 1.129
diff -u -p -r1.129 Makefile
--- x11/kde/base3/Makefile      29 Apr 2014 22:09:43 -0000      1.129
+++ x11/kde/base3/Makefile      13 Nov 2014 17:17:14 -0000
@@ -13,8 +13,8 @@ PKGNAME-en_US =               kde3-locale-en_US-${VER
 PKGNAME-locale =       kde3-locale-${VERSION}
 PKG_ARCH-en_US =       *
 PKG_ARCH-locale =      *
-REVISION-main =                36
-REVISION-samba =       13
+REVISION-main =                37
+REVISION-samba =       14
 REVISION-en_US =       0
 REVISION-locale =      0
 
Index: x11/kde/bindings3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/bindings3/Makefile,v
retrieving revision 1.87
diff -u -p -r1.87 Makefile
--- x11/kde/bindings3/Makefile  14 Jun 2014 10:34:45 -0000      1.87
+++ x11/kde/bindings3/Makefile  13 Nov 2014 17:17:14 -0000
@@ -5,7 +5,7 @@ CATEGORIES =            x11 x11/kde devel
 VERSION =              3.5.10
 DISTNAME =             kdebindings-${VERSION}
 MODKDE_VERSION =       3.5.8
-REVISION =             25
+REVISION =             26
 
 SHARED_LIBS += kjsembed             2.0      # .1.0
 SHARED_LIBS += smokeqt              4.0      # .3.2
Index: x11/kde/edu3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/edu3/Makefile,v
retrieving revision 1.71
diff -u -p -r1.71 Makefile
--- x11/kde/edu3/Makefile       25 Dec 2013 16:32:22 -0000      1.71
+++ x11/kde/edu3/Makefile       13 Nov 2014 17:17:14 -0000
@@ -5,7 +5,7 @@ CATEGORIES =            x11 x11/kde
 VERSION =              3.5.10
 DISTNAME =             kdeedu-${VERSION}
 MODKDE_VERSION =       3.5.8
-REVISION =             13
+REVISION =             14
 
 SHARED_LIBS += kdeeducore           4.0      # .3.0
 SHARED_LIBS += kdeeduui             4.0      # .3.5
Index: x11/kde/games3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/games3/Makefile,v
retrieving revision 1.70
diff -u -p -r1.70 Makefile
--- x11/kde/games3/Makefile     22 Dec 2013 19:24:34 -0000      1.70
+++ x11/kde/games3/Makefile     13 Nov 2014 17:17:14 -0000
@@ -19,7 +19,7 @@ RUN_DEPENDS +=        devel/desktop-file-utils 
 LIB_DEPENDS =  x11/kde/libs3
 SEPARATE_BUILD =       flavored
 
-REVISION =     13
+REVISION =     14
 WANTLIB = GL ICE SM X11 Xau Xcursor Xdamage Xdmcp Xext Xfixes Xft Xi Xinerama \
        Xmu Xrandr Xrender Xt Xxf86vm art_lgpl_2 artsflow artsflow_idl \
        audiofile c drm expat fam fontconfig freetype glib-2.0 gmodule-2.0 \
Index: x11/kde/i18n3/Makefile.inc
===================================================================
RCS file: /cvs/ports/x11/kde/i18n3/Makefile.inc,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile.inc
--- x11/kde/i18n3/Makefile.inc  22 Oct 2013 11:34:00 -0000      1.3
+++ x11/kde/i18n3/Makefile.inc  13 Nov 2014 17:17:14 -0000
@@ -6,7 +6,10 @@ LANGS = af ar az be bg bn br bs ca cs cs
        tr uk uz uz@cyrillic vi wa zh_CN zh_TW
 
 
-REVISION = 3
+REVISION = 4
+
+# avoid filling @wantlib
+WANTLIB- =
 
 .for i in ${LANGS}
 SUPDISTFILES += kde-i18n-$i-${VERSION}.tar.bz2
Index: x11/kde/libs3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/libs3/Makefile,v
retrieving revision 1.143
diff -u -p -r1.143 Makefile
--- x11/kde/libs3/Makefile      29 Apr 2014 22:02:18 -0000      1.143
+++ x11/kde/libs3/Makefile      13 Nov 2014 17:17:14 -0000
@@ -12,7 +12,7 @@ PKGNAME-main =                ${DISTNAME}
 PKGSPEC-main =         kdelibs->=3,<4
 PKGNAME-langlist =     kde3-langlist-${VERSION}
 PKG_ARCH-langlist =    *
-REVISION-main =                34
+REVISION-main =                35
 
 MODKDE_VERSION =       3.5.8
 
Index: x11/kde/multimedia3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/multimedia3/Makefile,v
retrieving revision 1.81
diff -u -p -r1.81 Makefile
--- x11/kde/multimedia3/Makefile        22 Dec 2013 19:24:34 -0000      1.81
+++ x11/kde/multimedia3/Makefile        13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT =              K Desktop Environment, multimedia applications
 CATEGORIES =           x11 x11/kde
 VERSION =              3.5.10
-REVISION =             16
+REVISION =             17
 DISTNAME =             kdemultimedia-${VERSION}
 MODKDE_VERSION =       3.5.8
 SHARED_LIBS += artsbuilder          1.0      # .0.0
Index: x11/kde/okle/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/okle/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- x11/kde/okle/Makefile       22 Oct 2013 11:34:09 -0000      1.27
+++ x11/kde/okle/Makefile       13 Nov 2014 17:17:14 -0000
@@ -17,7 +17,7 @@ CONFIGURE_ARGS+=--with-ogle-includes=${L
 MODULES=       x11/kde devel/gettext
 MODKDE_FIXUP_DATADIR = Yes
 
-REVISION =     11
+REVISION =     12
 WANTLIB +=     ICE SM X11 Xext Xfixes Xrender Xt art_lgpl_2 c
 WANTLIB +=     dvdcontrol expat fam fontconfig freetype idn lib/kde3/DCOP
 WANTLIB +=     lib/kde3/kdecore>=4 lib/kde3/kdefx lib/kde3/kdesu
Index: x11/kde/pim3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/pim3/Makefile,v
retrieving revision 1.86
diff -u -p -r1.86 Makefile
--- x11/kde/pim3/Makefile       29 Apr 2014 22:06:50 -0000      1.86
+++ x11/kde/pim3/Makefile       13 Nov 2014 17:17:14 -0000
@@ -5,7 +5,7 @@ CATEGORIES =            x11 x11/kde productivity
 VERSION =              3.5.10
 DISTNAME =             kdepim-${VERSION}
 PKGSPEC =              kdepim->=3,<4
-REVISION =             19
+REVISION =             20
 
 MODKDE_VERSION =       3.5.8
 
Index: x11/kde/sdk3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/sdk3/Makefile,v
retrieving revision 1.72
diff -u -p -r1.72 Makefile
--- x11/kde/sdk3/Makefile       21 Apr 2014 22:34:32 -0000      1.72
+++ x11/kde/sdk3/Makefile       13 Nov 2014 17:17:14 -0000
@@ -4,7 +4,7 @@ COMMENT-main =          K Desktop Environment, d
 COMMENT-svn =          K Desktop Environment, svn extensions
 CATEGORIES =           x11 x11/kde devel
 VERSION =              3.5.10
-REVISION =             20
+REVISION =             21
 DISTNAME =             kdesdk-${VERSION}
 
 PKGNAME-main =         ${DISTNAME}
Index: x11/kde/toys3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/toys3/Makefile,v
retrieving revision 1.60
diff -u -p -r1.60 Makefile
--- x11/kde/toys3/Makefile      20 Apr 2014 16:08:48 -0000      1.60
+++ x11/kde/toys3/Makefile      13 Nov 2014 17:17:14 -0000
@@ -4,7 +4,7 @@ COMMENT =               some useless KDE application
 CATEGORIES =           x11 x11/kde games
 VERSION =              3.5.10
 DISTNAME =             kdetoys-${VERSION}
-REVISION =             11
+REVISION =             12
 PKGSPEC =              kdetoys->=3,<4
 
 MODULES =              x11/kde devel/gettext
Index: x11/kde/utils3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/utils3/Makefile,v
retrieving revision 1.77
diff -u -p -r1.77 Makefile
--- x11/kde/utils3/Makefile     22 Dec 2013 19:24:35 -0000      1.77
+++ x11/kde/utils3/Makefile     13 Nov 2014 17:17:14 -0000
@@ -5,7 +5,7 @@ CATEGORIES =            x11 x11/kde
 VERSION =              3.5.10
 DISTNAME =             kdeutils-${VERSION}
 MODKDE_VERSION =       3.5.8
-REVISION =             16
+REVISION =             17
 
 SHARED_LIBS += khexeditcommon       1.0      # .0.0
 SHARED_LIBS += kcmlaptop            1.0      # .0.0
Index: x11/kde/webdev/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/webdev/Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 Makefile
--- x11/kde/webdev/Makefile     22 Dec 2013 19:24:35 -0000      1.46
+++ x11/kde/webdev/Makefile     13 Nov 2014 17:17:14 -0000
@@ -4,7 +4,7 @@ COMMENT =               web development tool
 CATEGORIES =           x11 x11/kde
 VERSION =              3.5.10
 DISTNAME =             kdewebdev-${VERSION}
-REVISION =             12
+REVISION =             13
 MODKDE_VERSION =       3.5.8
 PKGSPEC =              kdewebdev->=3,<4
 
Index: x11/kdirstat/Makefile
===================================================================
RCS file: /cvs/ports/x11/kdirstat/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- x11/kdirstat/Makefile       22 Oct 2013 11:34:24 -0000      1.29
+++ x11/kdirstat/Makefile       13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       graphical disk usage utility for KDE
 
 DISTNAME=      kdirstat-2.4.0
-REVISION=      9
+REVISION=      10
 
 CATEGORIES=    x11
 
Index: x11/kmplayer/Makefile
===================================================================
RCS file: /cvs/ports/x11/kmplayer/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- x11/kmplayer/Makefile       13 Jan 2014 19:06:24 -0000      1.21
+++ x11/kmplayer/Makefile       13 Nov 2014 17:17:14 -0000
@@ -5,7 +5,7 @@ CATEGORIES=     x11 x11/kde
 DISTNAME=      kmplayer-0.6.4
 EXTRACT_SUFX=  .tar.bz2
 
-REVISION=      9
+REVISION=      10
 
 SHARED_LIBS=   kparts_kmplayer  0.0 \
                kdeinit_kmplayer 0.0
Index: x11/kountdown/Makefile
===================================================================
RCS file: /cvs/ports/x11/kountdown/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- x11/kountdown/Makefile      22 Oct 2013 11:34:25 -0000      1.26
+++ x11/kountdown/Makefile      13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       screen saver that displays a countdown to a selected date
 
 DISTNAME=      kountdown-0.4.1
-REVISION=      9
+REVISION=      10
 
 CATEGORIES=    x11
 
Index: x11/krusader/Makefile
===================================================================
RCS file: /cvs/ports/x11/krusader/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- x11/krusader/Makefile       13 Apr 2014 01:01:39 -0000      1.23
+++ x11/krusader/Makefile       13 Nov 2014 17:17:14 -0000
@@ -5,7 +5,7 @@ SHARED_ONLY=    Yes
 COMMENT=       twin panel file manager for KDE
 
 DISTNAME=      krusader-1.80.0
-REVISION=      13
+REVISION=      14
 
 CATEGORIES=    x11 x11/kde
 
Index: x11/qinx/Makefile
===================================================================
RCS file: /cvs/ports/x11/qinx/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- x11/qinx/Makefile   22 Oct 2013 11:34:25 -0000      1.23
+++ x11/qinx/Makefile   13 Nov 2014 17:17:14 -0000
@@ -5,7 +5,7 @@ SHARED_ONLY=    Yes
 COMMENT=       QNX Photon inspired theme for KDE
 
 DISTNAME=      qinx-1.4
-REVISION=      6
+REVISION=      7
 
 CATEGORIES=    x11 x11/kde
 MASTER_SITES=  http://www.usermode.org/code/
Index: x11/qt3/qt3.port.mk
===================================================================
RCS file: /cvs/ports/x11/qt3/qt3.port.mk,v
retrieving revision 1.14
diff -u -p -r1.14 qt3.port.mk
--- x11/qt3/qt3.port.mk 22 Nov 2010 08:37:04 -0000      1.14
+++ x11/qt3/qt3.port.mk 13 Nov 2014 17:17:14 -0000
@@ -23,7 +23,7 @@ _MODQT_SETUP ?= ${MODQT3_SETUP}
 
 MODQT3_LIB_DEPENDS = x11/qt3
 MODQT_LIB_DEPENDS ?= ${MODQT3_LIB_DEPENDS}
-MODQT3_WANTLIB = lib/qt3/qt-mt>=3
+MODQT3_WANTLIB = qt-mt>=3
 MODQT_WANTLIB ?= ${MODQT3_WANTLIB}
 LIB_DEPENDS += ${MODQT3_LIB_DEPENDS}
 WANTLIB += ${MODQT3_WANTLIB}
Index: x11/quadkonsole/Makefile
===================================================================
RCS file: /cvs/ports/x11/quadkonsole/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- x11/quadkonsole/Makefile    22 Oct 2013 11:34:26 -0000      1.20
+++ x11/quadkonsole/Makefile    13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       terminal application that embeds Konsole for KDE
 
 DISTNAME=      quadkonsole-2.0
-REVISION=      11
+REVISION=      12
 CATEGORIES=    x11 x11/kde
 
 MAINTAINER=    Kevin Lo <[email protected]>
Index: x11/tellico/Makefile
===================================================================
RCS file: /cvs/ports/x11/tellico/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- x11/tellico/Makefile        22 Dec 2013 19:24:35 -0000      1.31
+++ x11/tellico/Makefile        13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       organizer for book/dvd/music collections
 
 DISTNAME=      tellico-1.3.6
-REVISION=      11
+REVISION=      12
 
 CATEGORIES=    x11 databases
 
Index: x11/xdrawchem/Makefile
===================================================================
RCS file: /cvs/ports/x11/xdrawchem/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- x11/xdrawchem/Makefile      25 Nov 2013 14:16:24 -0000      1.18
+++ x11/xdrawchem/Makefile      13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       two-dimensional molecule drawing program
 
 DISTNAME=      xdrawchem-1.9.9
-REVISION=      5
+REVISION=      6
 CATEGORIES=    x11 biology
 
 HOMEPAGE=      http://xdrawchem.sourceforge.net/
Index: x11/xglobe/Makefile
===================================================================
RCS file: /cvs/ports/x11/xglobe/Makefile,v
retrieving revision 1.71
diff -u -p -r1.71 Makefile
--- x11/xglobe/Makefile 7 Sep 2014 18:11:07 -0000       1.71
+++ x11/xglobe/Makefile 13 Nov 2014 17:17:14 -0000
@@ -9,7 +9,7 @@ HOMEPAGE=       http://www.shaderwrangler.com/
 MASTER_SITES=  http://distfiles.nl/
 DISTNAME=      xglobe-0.5p2
 PKGNAME=       xglobe-0.5
-REVISION=      40
+REVISION=      41
 
 MAINTAINER=    Marc Espie <[email protected]>
 
Index: x11/yakuake/Makefile
===================================================================
RCS file: /cvs/ports/x11/yakuake/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- x11/yakuake/Makefile        9 Jul 2014 16:49:35 -0000       1.19
+++ x11/yakuake/Makefile        13 Nov 2014 17:17:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       yet another kuake KDE terminal emulator
 
 DISTNAME=      yakuake-2.8.1
-REVISION=      11
+REVISION=      12
 CATEGORIES=    x11 x11/kde
 
 EXTRACT_SUFX=  .tar.bz2

Reply via email to