aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde4-workspace
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-06-30 04:35:28 +0800
committermakc <makc@FreeBSD.org>2010-06-30 04:35:28 +0800
commit093c286f85b1d00fc29b90651ac60003c6284976 (patch)
tree3a1932812646b952fdceb8391030ad2fee630a61 /x11/kde4-workspace
parentdacc6edad3870dbaa6687d81d767d18b178c89bb (diff)
downloadfreebsd-ports-gnome-093c286f85b1d00fc29b90651ac60003c6284976.tar.gz
freebsd-ports-gnome-093c286f85b1d00fc29b90651ac60003c6284976.tar.zst
freebsd-ports-gnome-093c286f85b1d00fc29b90651ac60003c6284976.zip
Present KDE SC 4.4.5 for FreeBSD.
Feature safe: yes
Diffstat (limited to 'x11/kde4-workspace')
-rw-r--r--x11/kde4-workspace/Makefile1
-rw-r--r--x11/kde4-workspace/distinfo6
-rw-r--r--x11/kde4-workspace/files/patch-plasma__generic__scriptengines__CMakeLists.txt11
3 files changed, 12 insertions, 6 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile
index ee025cbee3fe..366479afb19d 100644
--- a/x11/kde4-workspace/Makefile
+++ b/x11/kde4-workspace/Makefile
@@ -8,7 +8,6 @@
PORTNAME= kdebase-workspace
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
diff --git a/x11/kde4-workspace/distinfo b/x11/kde4-workspace/distinfo
index 6be3f442bf7c..1f4bdf52951e 100644
--- a/x11/kde4-workspace/distinfo
+++ b/x11/kde4-workspace/distinfo
@@ -1,3 +1,3 @@
-MD5 (KDE/kdebase-workspace-4.4.4.tar.bz2) = 6ab7328b83caab34b802d7135290f983
-SHA256 (KDE/kdebase-workspace-4.4.4.tar.bz2) = 132df024801fff623d3e97f366dff0ed0fae7a653ac483184c0c65f8ea4adee7
-SIZE (KDE/kdebase-workspace-4.4.4.tar.bz2) = 77036111
+MD5 (KDE/kdebase-workspace-4.4.5.tar.bz2) = c2fba3b92ae82aa120ac159a3333db28
+SHA256 (KDE/kdebase-workspace-4.4.5.tar.bz2) = 53475dacd95955ef01378d4de7e46602be13e81a1afac73fbed449bb367c20e6
+SIZE (KDE/kdebase-workspace-4.4.5.tar.bz2) = 77036766
diff --git a/x11/kde4-workspace/files/patch-plasma__generic__scriptengines__CMakeLists.txt b/x11/kde4-workspace/files/patch-plasma__generic__scriptengines__CMakeLists.txt
index 158e9658b879..da0dbd883481 100644
--- a/x11/kde4-workspace/files/patch-plasma__generic__scriptengines__CMakeLists.txt
+++ b/x11/kde4-workspace/files/patch-plasma__generic__scriptengines__CMakeLists.txt
@@ -1,7 +1,14 @@
--- ./plasma/generic/scriptengines/CMakeLists.txt.orig 2009-09-16 15:41:05.000000000 +0400
-+++ ./plasma/generic/scriptengines/CMakeLists.txt 2010-03-30 20:50:22.446950772 +0400
-@@ -1,4 +1,3 @@
++++ ./plasma/generic/scriptengines/CMakeLists.txt 2010-06-26 19:18:34.136233668 +0400
+@@ -1,11 +1,9 @@
-add_subdirectory(ruby)
if(QT_QTWEBKIT_FOUND)
add_subdirectory(webkit)
+ endif(QT_QTWEBKIT_FOUND)
+
+ if (PythonSupport_FOUND)
+- macro_optional_add_subdirectory(python)
+ endif (PythonSupport_FOUND)
+
+ if(GOOGLEGADGETS_FOUND)