[99051] trunk/dports/kde
nicos at macports.org
nicos at macports.org
Wed Oct 24 21:42:13 PDT 2012
Revision: 99051
http://trac.macports.org//changeset/99051
Author: nicos at macports.org
Date: 2012-10-24 21:42:13 -0700 (Wed, 24 Oct 2012)
Log Message:
-----------
kde base ports: upgrade to 4.8.5, adding self as maintainer (ticket #34858)
Modified Paths:
--------------
trunk/dports/kde/kde4-baseapps/Portfile
trunk/dports/kde/kde4-runtime/Portfile
trunk/dports/kde/kdelibs4/Portfile
trunk/dports/kde/kdepimlibs4/Portfile
trunk/dports/kde/oxygen-icons/Portfile
Removed Paths:
-------------
trunk/dports/kde/kde4-runtime/files/
trunk/dports/kde/kdelibs4/files/patch-disable-liblzma.diff
trunk/dports/kde/kdelibs4/files/patch-disable-shared-desktop-ontologies.diff
trunk/dports/kde/kdelibs4/files/patch-hashset-dependent-template.diff
Modified: trunk/dports/kde/kde4-baseapps/Portfile
===================================================================
--- trunk/dports/kde/kde4-baseapps/Portfile 2012-10-25 02:56:54 UTC (rev 99050)
+++ trunk/dports/kde/kde4-baseapps/Portfile 2012-10-25 04:42:13 UTC (rev 99051)
@@ -5,9 +5,9 @@
PortGroup kde4 1.1
name kde4-baseapps
-version 4.8.3
+version 4.8.5
categories kde kde4
-maintainers sharky
+maintainers sharky nicos
license GPL-2+ LGPL-2+ GFDL-1.2
description KDE4 applications and libraries from the base package
long_description Core desktop applications and libraries for the KDE4 desktop. \
@@ -18,8 +18,8 @@
use_xz yes
distname kde-baseapps-${version}
-checksums rmd160 8e8382f0f117adefee0bfd71c862ec9d1914fec6 \
- sha256 f784cf9de1e3a8a51cc024aa406f71621236f5a2f336c96a58a7de069d1f98d5
+checksums rmd160 f2a2b5e66cff717f993639bf5cb1deea4cdd2dc0 \
+ sha256 7e3d85264c3eeb3a4d9c474e208b5ac3d6280a6a179889012c0b97d9dd1d418c
depends_lib-append port:kdelibs4 \
port:qimageblitz \
Modified: trunk/dports/kde/kde4-runtime/Portfile
===================================================================
--- trunk/dports/kde/kde4-runtime/Portfile 2012-10-25 02:56:54 UTC (rev 99050)
+++ trunk/dports/kde/kde4-runtime/Portfile 2012-10-25 04:42:13 UTC (rev 99051)
@@ -5,10 +5,9 @@
PortGroup kde4 1.1
name kde4-runtime
-version 4.8.3
-revision 2
+version 4.8.5
categories kde kde4
-maintainers sharky michaelld
+maintainers sharky michaelld nicos
license GPL-2+ LGPL-2.1+
description Shared data needed by KDE4 programs
long_description Provides data which is required by KDE4 applications. \
@@ -19,8 +18,8 @@
use_xz yes
distname kde-runtime-${version}
-checksums rmd160 8ec9f1d20a268dfca2eb2971056d2d9109ad78d2 \
- sha256 289670266a85676de201a3ec7cbf1c4fea995a39ce4aa1e2f6f8146329751971
+checksums rmd160 ede7114dd00a82796f9d8c7926000cb78b421efe \
+ sha256 8be7022998a174090c98be93eb59a258891139b8f6210d729821b5111ccf5a37
depends_lib-append port:kdelibs4 \
port:libssh \
@@ -34,9 +33,6 @@
port:virtuoso \
port:bison
-patchfiles patch-nepomuk-services-storage-datamanagementmodel.h.diff \
- patch-nepomuk-services-storage-resourcemerger.cpp.diff
-
configure.args-append -DWITH_PulseAudio=OFF \
-DXINE_INCLUDE_DIR=\"\" \
-DXINE_LIBRARY=\"\" \
Modified: trunk/dports/kde/kdelibs4/Portfile
===================================================================
--- trunk/dports/kde/kdelibs4/Portfile 2012-10-25 02:56:54 UTC (rev 99050)
+++ trunk/dports/kde/kdelibs4/Portfile 2012-10-25 04:42:13 UTC (rev 99051)
@@ -5,10 +5,9 @@
PortGroup kde4 1.1
name kdelibs4
-version 4.8.3
-revision 3
+version 4.8.5
categories kde kde4
-maintainers sharky michaelld
+maintainers sharky michaelld nicos
license GPL-2+
description KDE4 core libraries
long_description Core libraries for KDE4 applications to function
@@ -18,8 +17,8 @@
use_xz yes
distname kdelibs-${version}
-checksums rmd160 3a17967b49ae2077baa45609e0f5bc39aab64564 \
- sha256 ce3756788dd1b2cf0b8160d1dba870a92b421c81236dff923171d429c4728b58
+checksums rmd160 1664458d7430ede888edf09e45eb50ae3a023247 \
+ sha256 13fcf44974365ec0e0db76a70ed178a9451073ed77fc7cd7e43f1a73b72da1c3
depends_build-append port:flex port:gmake port:docbook-xsl-ns
@@ -52,8 +51,7 @@
workaround-kdeinit4-crash.patch \
patch-cmake-modules-FindKDE4-Internal.cmake.diff \
patch-cmake-modules-FindPhonon.cmake.diff \
- patch-cmake-modules-FindQt4.cmake.diff \
- patch-hashset-dependent-template.diff
+ patch-cmake-modules-FindQt4.cmake.diff
patch.pre_args -p1
@@ -64,7 +62,8 @@
-DWITH_Avahi=ON \
-DKDE_DEFAULT_HOME=Library/Preferences/KDE \
-DWITH_HSPELL=OFF \
- -DWITH_FAM=OFF
+ -DWITH_FAM=OFF \
+ -DKDE4_ENABLE_FINAL=ON
if { [file exists ${destroot}${prefix}/lib/kde4/kspell_aspell.so] } {
notes "
Deleted: trunk/dports/kde/kdelibs4/files/patch-disable-liblzma.diff
===================================================================
--- trunk/dports/kde/kdelibs4/files/patch-disable-liblzma.diff 2012-10-25 02:56:54 UTC (rev 99050)
+++ trunk/dports/kde/kdelibs4/files/patch-disable-liblzma.diff 2012-10-25 04:42:13 UTC (rev 99051)
@@ -1,11 +0,0 @@
---- kdelibs-4.4.2/CMakeLists.txt.orig 2010-04-30 11:58:10.000000000 -0400
-+++ kdelibs-4.4.2/CMakeLists.txt 2010-04-30 11:58:20.000000000 -0400
-@@ -81,7 +81,7 @@
- macro_optional_find_package(BZip2)
- macro_log_feature(BZIP2_FOUND "BZip2" "A high-quality data compressor" "http://www.bzip.org" FALSE "" "STRONGLY RECOMMENDED: Provides the ability to read and write bzip2 compressed data files.")
-
--macro_optional_find_package(LibLZMA)
-+#macro_optional_find_package(LibLZMA)
- macro_log_feature(LIBLZMA_FOUND "LZMA/XZ" "A very high compression ratio data compressor" "http://tukaani.org/xz/" FALSE "" "Provides the ability to read and write xz compressed data files.")
-
- macro_optional_find_package(OpenSSL)
Deleted: trunk/dports/kde/kdelibs4/files/patch-disable-shared-desktop-ontologies.diff
===================================================================
--- trunk/dports/kde/kdelibs4/files/patch-disable-shared-desktop-ontologies.diff 2012-10-25 02:56:54 UTC (rev 99050)
+++ trunk/dports/kde/kdelibs4/files/patch-disable-shared-desktop-ontologies.diff 2012-10-25 04:42:13 UTC (rev 99051)
@@ -1,11 +0,0 @@
---- kdelibs-4.4.2/CMakeLists.txt.orig 2010-04-30 11:48:26.000000000 -0400
-+++ kdelibs-4.4.2/CMakeLists.txt 2010-04-30 11:48:40.000000000 -0400
-@@ -99,7 +99,7 @@
- macro_log_feature(SOPRANO_PLUGIN_RAPTORPARSER_FOUND "Soprano Raptor Parser" "RDF parser plugin for Soprano" "http://soprano.sourceforge.net" FALSE "" "The Soprano raptor parser plugin is required to build the Nepomuk semantic desktop system.")
- macro_log_feature(SOPRANO_PLUGIN_REDLANDBACKEND_FOUND "Soprano Redland Backend" "Redland storage backend for Soprano" "http://soprano.sourceforge.net" FALSE "" "The Soprano redland backend is required to build the Nepomuk semantic desktop system.")
-
--macro_optional_find_package(SharedDesktopOntologies)
-+#macro_optional_find_package(SharedDesktopOntologies)
- macro_log_feature(SHAREDDESKTOPONTOLOGIES_FOUND "Shared desktop ontologies" "Desktop ontologies" "http://oscaf.sourceforge.net" FALSE "" "Ontologies necessary for the Nepomuk semantic desktop.")
-
- macro_optional_find_package(QCA2)
Deleted: trunk/dports/kde/kdelibs4/files/patch-hashset-dependent-template.diff
===================================================================
--- trunk/dports/kde/kdelibs4/files/patch-hashset-dependent-template.diff 2012-10-25 02:56:54 UTC (rev 99050)
+++ trunk/dports/kde/kdelibs4/files/patch-hashset-dependent-template.diff 2012-10-25 04:42:13 UTC (rev 99051)
@@ -1,29 +0,0 @@
---- kdelibs-4.8.3.orig/kjs/wtf/HashSet.h 2012-09-04 10:11:08.000000000 +0100
-+++ kdelibs-4.8.3/kjs/wtf/HashSet.h 2012-09-06 15:41:13.000000000 +0100
-@@ -181,7 +181,7 @@
- inline HashSet<Value, HashFunctions, Traits>::find(const T& value)
- {
- typedef HashSetTranslatorAdapter<ValueType, ValueTraits, T, Translator> Adapter;
-- return m_impl.find<T, Adapter>(value);
-+ return m_impl.template find<T, Adapter>(value);
- }
-
- template<typename Value, typename HashFunctions, typename Traits>
-@@ -190,7 +190,7 @@
- inline HashSet<Value, HashFunctions, Traits>::find(const T& value) const
- {
- typedef HashSetTranslatorAdapter<ValueType, ValueTraits, T, Translator> Adapter;
-- return m_impl.find<T, Adapter>(value);
-+ return m_impl.template find<T, Adapter>(value);
- }
-
- template<typename Value, typename HashFunctions, typename Traits>
-@@ -198,7 +198,7 @@
- inline bool HashSet<Value, HashFunctions, Traits>::contains(const T& value) const
- {
- typedef HashSetTranslatorAdapter<ValueType, ValueTraits, T, Translator> Adapter;
-- return m_impl.contains<T, Adapter>(value);
-+ return m_impl.template contains<T, Adapter>(value);
- }
-
- template<typename T, typename U, typename V>
Modified: trunk/dports/kde/kdepimlibs4/Portfile
===================================================================
--- trunk/dports/kde/kdepimlibs4/Portfile 2012-10-25 02:56:54 UTC (rev 99050)
+++ trunk/dports/kde/kdepimlibs4/Portfile 2012-10-25 04:42:13 UTC (rev 99051)
@@ -5,10 +5,9 @@
PortGroup kde4 1.1
name kdepimlibs4
-version 4.8.3
-revision 1
+version 4.8.5
categories kde kde4
-maintainers sharky
+maintainers sharky nicos
license GPL-2+ LGPL-2+ BSD
description KDE4 core PIM libraries
long_description Core libraries necessary for Personal Information Management (PIM) in KDE4
@@ -18,8 +17,8 @@
use_xz yes
distname kdepimlibs-${version}
-checksums rmd160 9b03c110247e4953312f70921e7858f7d0171ee3 \
- sha256 07fcb109174b15d6b6ec096a3dfd0f689d917e581b6432ba1e43e84f37d2bd61
+checksums rmd160 63f6d0a5b06002c017f511b308b1bbbaceea9698 \
+ sha256 fff0b8465635b337d33e9885a8087515af17b2ff07bbf69394b29fc460bf08aa
depends_lib-append port:kdelibs4 \
port:akonadi \
Modified: trunk/dports/kde/oxygen-icons/Portfile
===================================================================
--- trunk/dports/kde/oxygen-icons/Portfile 2012-10-25 02:56:54 UTC (rev 99050)
+++ trunk/dports/kde/oxygen-icons/Portfile 2012-10-25 04:42:13 UTC (rev 99051)
@@ -5,9 +5,9 @@
PortGroup kde4 1.1
name oxygen-icons
-version 4.8.3
+version 4.8.5
categories kde kde4
-maintainers sharky
+maintainers sharky nicos
license LGPL-3+
description Oxygen icon theme
long_description The standard icon theme for KDE4.
@@ -15,8 +15,8 @@
homepage http://www.kde.org
master_sites kde:stable/${version}/src/
use_xz yes
-checksums rmd160 555b5b7321070c9d0ac78c7ffce0952027701b69 \
- sha256 bbd897d3ce1dc3fdc7d7d60dfb18ba06f3af3ca738f9d332a5a52ca406ec756b
+checksums rmd160 e63f29418a4e1d6dfaf159a5c8a1ce16189466c4 \
+ sha256 eaea098b4f335f78b776aff9e51d6632d5a24addfe67220dfc751ed81a9d1b20
supported_archs noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121024/c29f5138/attachment.html>
More information about the macports-changes
mailing list