--- Portfile.orig	2014-10-04 02:15:06.000000000 +0900
+++ Portfile	2014-10-27 01:14:13.000000000 +0900
@@ -5,11 +5,10 @@
 PortGroup           kde4   1.1
 
 name                kde4-workspace
-version             4.14.1
-revision            1
-set plasmaversion   4.11.12
+version             4.13.3
+set plasmaversion   4.11.11
 categories          kde kde4
-maintainers         rjvbertin@gmail.com
+maintainers         gmail.com:rjvbertin
 license             GPL-2+ LGPL-2.1+
 description         KDE Workspace
 long_description    Brings certain aspects of Linux/X11 KDE workspaces ("Plasma") to OS X, \
@@ -21,8 +20,8 @@
 use_xz              yes
 distname            kde-workspace-${plasmaversion}
 
-checksums           rmd160  e5f4ed10a6791b9a6cea37ec13d8a1141fd9707b \
-                    sha256  09d8ae1ac1b704fc919bdedfec47c6561033dca125b0096cb9ed398445fa942f
+checksums           rmd160  e0cdcde2c455e376a8bf785bb2c3ef114fa9a5f1 \
+                    sha256  f188b003c56d2a40f71d4eea8c91b7ae0febcf25c252c383913281fce73c4d73
 
 #Fully removing X11 only function to prevent automoc to include it
 patchfiles          patch-CmakeLists-for-OSX.patch \
@@ -39,15 +38,12 @@
                     port:kactivities \
                     port:nepomuk-core \
                     port:libqalculate \
-                    port:phonon \
                     port:qjson \
                     port:qimageblitz
 
 configure.args-append  -DBUILD_webkit:BOOL=ON
 
-variant nostrip description {Prevent stripping of binaries} {}
-
-if { [variant_isset nostrip] } {
+variant nostrip description {Prevent stripping of binaries} {
 	configure.args-delete -DCMAKE_BUILD_TYPE=Release
 	configure.args-append -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_STRIP:FILEPATH=/bin/echo
 }
