[126344] trunk/dports/kde

nicos at macports.org nicos at macports.org
Wed Oct 8 04:44:31 PDT 2014


Revision: 126344
          https://trac.macports.org/changeset/126344
Author:   nicos at macports.org
Date:     2014-10-08 04:44:31 -0700 (Wed, 08 Oct 2014)
Log Message:
-----------
kde base ports: update to 4.13.3
review dependencies

Modified Paths:
--------------
    trunk/dports/kde/kactivities/Portfile
    trunk/dports/kde/kdepimlibs4/Portfile
    trunk/dports/kde/kdepimlibs4/files/patch-CMakeLists-kioslaves.diff
    trunk/dports/kde/mobipocket/Portfile
    trunk/dports/kde/nepomuk-core/Portfile
    trunk/dports/kde/nepomuk-widgets/Portfile
    trunk/dports/kde/oxygen-icons/Portfile

Added Paths:
-----------
    trunk/dports/kde/nepomuk-core/files/patch-cmake-baloo.diff

Modified: trunk/dports/kde/kactivities/Portfile
===================================================================
--- trunk/dports/kde/kactivities/Portfile	2014-10-08 11:37:19 UTC (rev 126343)
+++ trunk/dports/kde/kactivities/Portfile	2014-10-08 11:44:31 UTC (rev 126344)
@@ -5,8 +5,7 @@
 PortGroup           kde4   1.1
 
 name                kactivities
-version             4.12.5
-revision            1
+version             4.13.3
 categories          kde kde4
 maintainers         nicos openmaintainer
 license             GPL-2+ LGPL-2+ GFDL-1.2
@@ -17,14 +16,15 @@
 master_sites        kde:stable/${version}/src/
 use_xz              yes
 distname            ${name}-${version}
-checksums           rmd160  db44b4a842251513766ed55612c154fb6f9e4ce3 \
-                    sha256  4f0269d91f0f6e61548c4fc42cc5be75e210c33500ff4c31be035e430bba8e7c
+checksums           rmd160  e0c87daffd313b8146b3e110c4f183fb06020cd4 \
+                    sha256  c7cb9d023f6e5cd01d76568c3590303ea3ecb4ebe9535b31862957846f5e898a
 
 #Binaries do not link to openssl, nor use the ssl backend of kdelibs4
 license_noconflict  openssl
 
-depends_lib-append  port:kdelibs4
-
+depends_lib-append  port:kdelibs4 \
+                    port:nepomuk-core
+ 
 #Disabling unmaintained plugin which leads to crashes (https://bugs.kde.org/show_bug.cgi?id=336839)
 patchfiles          patch-disableRanking.diff
 

Modified: trunk/dports/kde/kdepimlibs4/Portfile
===================================================================
--- trunk/dports/kde/kdepimlibs4/Portfile	2014-10-08 11:37:19 UTC (rev 126343)
+++ trunk/dports/kde/kdepimlibs4/Portfile	2014-10-08 11:44:31 UTC (rev 126344)
@@ -5,7 +5,7 @@
 PortGroup           kde4   1.1
 
 name                kdepimlibs4
-version             4.12.5
+version             4.13.3
 categories          kde kde4
 maintainers         nicos
 license             GPL-2+ LGPL-2+ BSD
@@ -17,8 +17,8 @@
 use_xz              yes
 distname            kdepimlibs-${version}
 
-checksums           rmd160  e691e17ea0d62d95844b32ab260f251e5502f677 \
-                    sha256  c6749903bcf46df07e419c02c42c6a8a32f29778de190a83c7f3ad0b7b335f22
+checksums           rmd160  f1c43b3559a0ceaf38507e60a4c5406c299b0acb \
+                    sha256  5ed6907c3bfd4e74de185145385405a2b55bcf5f41ffcb2b56dbda41cc857adb
 
 #The only binaries linking to openssl (through QtNetwork) are libkimap.dylib
 #and libmailtransport.dylib, which are purely LPGL, thus not conflicting with
@@ -27,11 +27,16 @@
 
 depends_lib-append  port:kdelibs4 \
                     port:akonadi \
-                    port:nepomuk-core \
                     port:boost \
                     port:libical \
                     port:openldap \
                     port:prison \
+                    port:cyrus-sasl2 \
+                    port:shared-mime-info \
+                    port:qjson \
+                    port:libxslt \
+                    port:libxml2 \
+                    port:perl5 \
                     port:gpgme
 
 #Suppress build of kioslaves which conflict with openssl
@@ -61,10 +66,7 @@
 
 #Suppresses files already installed by kdepimlibs4 main port
 post-destroot {
-    delete ${destroot}${prefix}/lib/cmake/KdepimLibs/KdepimLibsConfig.cmake \
-           ${destroot}${prefix}/lib/cmake/KdepimLibs/KdepimLibsConfigVersion.cmake \
-           ${destroot}${prefix}/share/apps/cmake/modules/KDEPimLibsDependencies.cmake \
-           ${destroot}${prefix}/share/mime/packages/kdepimlibs-mime.xml
+    delete ${destroot}${prefix}/share/mime/packages/kdepimlibs-mime.xml
 }
 }
 

Modified: trunk/dports/kde/kdepimlibs4/files/patch-CMakeLists-kioslaves.diff
===================================================================
--- trunk/dports/kde/kdepimlibs4/files/patch-CMakeLists-kioslaves.diff	2014-10-08 11:37:19 UTC (rev 126343)
+++ trunk/dports/kde/kdepimlibs4/files/patch-CMakeLists-kioslaves.diff	2014-10-08 11:44:31 UTC (rev 126344)
@@ -1,115 +1,89 @@
-diff -ur ../kdepimlibs-4.12.4-orig/CMakeLists.txt ./CMakeLists.txt
---- ../kdepimlibs-4.12.4-orig/CMakeLists.txt	2014-03-26 16:19:35.000000000 +0900
-+++ ./CMakeLists.txt	2014-04-04 01:32:46.000000000 +0900
-@@ -171,51 +171,51 @@
+diff -ur ../kdepimlibs-4.13.2-orig/CMakeLists.txt ./CMakeLists.txt
+--- ../kdepimlibs-4.13.2-orig/CMakeLists.txt	2014-06-06 07:12:42.000000000 +0900
++++ ./CMakeLists.txt	2014-06-13 02:39:46.000000000 +0900
+@@ -138,47 +138,15 @@
  
  ############### Now, we add the KDEPIMLibs components ###############
  # These targets will always be built
 -add_subdirectory(cmake)
 -add_subdirectory(gpgme++)
 -add_subdirectory(qgpgme)
-+#add_subdirectory(cmake)
-+#add_subdirectory(gpgme++)
-+#add_subdirectory(qgpgme)
  
  if (NOT KDEPIM_ONLY_KLEO)
 -  add_subdirectory(kabc)
 -  add_subdirectory(kalarmcal)
-+#  add_subdirectory(kabc)
-+#  add_subdirectory(kalarmcal)
-   if (NOT KDEPIM_NO_KCAL)
-     if (NOT WINCE)
+-  if (NOT KDEPIM_NO_KCAL)
 -    add_subdirectory(kblog)
-+#    add_subdirectory(kblog)
-     endif()
 -    add_subdirectory(kcal)
-+#    add_subdirectory(kcal)
-   endif()
+-  endif()
 -  add_subdirectory(kcalcore)
 -  add_subdirectory(kcalutils)
 -  add_subdirectory(akonadi) # depends on kabc is build
 -  add_subdirectory(kholidays)
-+#  add_subdirectory(kcalcore)
-+#  add_subdirectory(kcalutils)
-+#  add_subdirectory(akonadi) # depends on kabc is build
-+#  add_subdirectory(kholidays)
    add_subdirectory(kimap)
    add_subdirectory(kioslave)
    add_subdirectory(kldap)
 -  add_subdirectory(kmbox)
-+#  add_subdirectory(kmbox)
  endif()
    add_subdirectory(kmime)
- if (NOT KDEPIM_ONLY_KLEO)
+-if (NOT KDEPIM_ONLY_KLEO)
 -  add_subdirectory(kpimidentities)
 -  add_subdirectory(kpimutils)
 -  add_subdirectory(kpimtextedit)
-+#  add_subdirectory(kpimidentities)
-+#  add_subdirectory(kpimutils)
-+#  add_subdirectory(kpimtextedit)
-   if (NOT KDEPIM_NO_KRESOURCES)
+-  if (NOT KDEPIM_NO_KRESOURCES)
 -    add_subdirectory(kresources)
-+#    add_subdirectory(kresources)
-   endif()
+-  endif()
 -  add_subdirectory(ktnef)
 -  add_subdirectory(kxmlrpcclient)
 -  add_subdirectory(mailtransport)
 -  add_subdirectory(microblog)
 -  add_subdirectory(syndication)
-+#  add_subdirectory(ktnef)
-+#  add_subdirectory(kxmlrpcclient)
-+#  add_subdirectory(mailtransport)
-+#  add_subdirectory(microblog)
-+#  add_subdirectory(syndication)
-   if (NOT WINCE)
 -  add_subdirectory(kontactinterface)
-+#  add_subdirectory(kontactinterface)
-   endif()
-   # Build the CamelCase headers
+-  # Build the CamelCase headers
 -  add_subdirectory(includes)
-+#  add_subdirectory(includes)
- endif()
+-endif()
+-
  
- 
  # doc must be a subdir of kdepimlibs
 -macro_optional_add_subdirectory(doc)
-+#macro_optional_add_subdirectory(doc)
  
  # All done, let's display what we found...
  feature_summary(WHAT ALL
-@@ -301,10 +301,10 @@
-         DESTINATION ${_KdepimLibsConfig_INSTALL_DIR} )
+@@ -259,18 +227,3 @@
+    set(_KdepimLibsConfig_INSTALL_DIR ${LIB_INSTALL_DIR}/cmake/KdepimLibs)
+ endif()
  
- # Install the file with the exported targets, use ${KDEPIMLIBS_TARGET_PREFIX} as prefix for the names of these targets, Alex
+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/KdepimLibsConfigVersion.cmake
+-              ${CMAKE_CURRENT_BINARY_DIR}/KdepimLibsConfig.cmake
+-        DESTINATION ${_KdepimLibsConfig_INSTALL_DIR} )
+-
+-# Install the file with the exported targets, use ${KDEPIMLIBS_TARGET_PREFIX} as prefix for the names of these targets, Alex
 -install(EXPORT kdepimlibsLibraryTargets
 -        NAMESPACE ${KDEPIMLIBS_TARGET_PREFIX}
 -        DESTINATION ${_KdepimLibsConfig_INSTALL_DIR}
 -        FILE KDEPimLibsLibraryTargetsWithPrefix.cmake )
-+#install(EXPORT kdepimlibsLibraryTargets
-+#        NAMESPACE ${KDEPIMLIBS_TARGET_PREFIX}
-+#        DESTINATION ${_KdepimLibsConfig_INSTALL_DIR}
-+#        FILE KDEPimLibsLibraryTargetsWithPrefix.cmake )
+-
+-# Install a KDEPimLibsDependencies.cmake so people using kdepimlibs 4.2 with kdelibs < 4.2 get a useful error message, Alex
+-file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/KDEPimLibsDependencies.cmake "\n message(FATAL_ERROR \"For using this version of kdepimlibs (${KDEPIMLIBS_VERSION}) you need a newer version of kdelibs, please update.\")\n")
+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/KDEPimLibsDependencies.cmake
+-        DESTINATION ${DATA_INSTALL_DIR}/cmake/modules)
+-
+diff -ur ../kdepimlibs-4.13.2-orig/kimap/CMakeLists.txt ./kimap/CMakeLists.txt
+--- ../kdepimlibs-4.13.2-orig/kimap/CMakeLists.txt	2014-06-06 07:12:42.000000000 +0900
++++ ./kimap/CMakeLists.txt	2014-06-13 02:39:13.000000000 +0900
+@@ -2,7 +2,6 @@
  
- # Install a KDEPimLibsDependencies.cmake so people using kdepimlibs 4.2 with kdelibs < 4.2 get a useful error message, Alex
- file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/KDEPimLibsDependencies.cmake "\n message(FATAL_ERROR \"For using this version of kdepimlibs (${KDEPIMLIBS_VERSION}) you need a newer version of kdelibs, please update.\")\n")
-diff -ur ../kdepimlibs-4.12.4-orig/kimap/CMakeLists.txt ./kimap/CMakeLists.txt
---- ../kdepimlibs-4.12.4-orig/kimap/CMakeLists.txt	2014-03-26 16:19:35.000000000 +0900
-+++ ./kimap/CMakeLists.txt	2014-04-04 01:45:32.000000000 +0900
-@@ -2,7 +2,7 @@
- 
  add_definitions( -DKDE_DEFAULT_DEBUG_AREA=5327 )
  
 -add_subdirectory( tests )
-+#add_subdirectory( tests )
  add_definitions( -DQT_NO_CAST_FROM_ASCII )
  add_definitions( -DQT_NO_CAST_TO_ASCII )
  
-@@ -65,12 +65,12 @@
+@@ -65,12 +64,6 @@
  )
  
  set_target_properties(kimap PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
 -install(TARGETS kimap EXPORT kdepimlibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
-+#install(TARGETS kimap EXPORT kdepimlibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
  
  ########### install files ###############
  
@@ -118,20 +92,14 @@
 - session.h sessionuiproxy.h storejob.h copyjob.h searchjob.h acljobbase.h setacljob.h getacljob.h deleteacljob.h
 - myrightsjob.h listrightsjob.h quotajobbase.h setquotajob.h getquotajob.h getquotarootjob.h metadatajobbase.h setmetadatajob.h getmetadatajob.h
 - DESTINATION ${INCLUDE_INSTALL_DIR}/kimap  COMPONENT Devel)
-+#install( FILES ${CMAKE_CURRENT_BINARY_DIR}/kimap_export.h acl.h imapset.h job.h appendjob.h capabilitiesjob.h fetchjob.h idlejob.h listjob.h loginjob.h logoutjob.h namespacejob.h rfccodecs.h
-+# selectjob.h closejob.h expungejob.h deletejob.h createjob.h subscribejob.h unsubscribejob.h renamejob.h
-+# session.h sessionuiproxy.h storejob.h copyjob.h searchjob.h acljobbase.h setacljob.h getacljob.h deleteacljob.h
-+# myrightsjob.h listrightsjob.h quotajobbase.h setquotajob.h getquotajob.h getquotarootjob.h metadatajobbase.h setmetadatajob.h getmetadatajob.h
-+# DESTINATION ${INCLUDE_INSTALL_DIR}/kimap  COMPONENT Devel)
-diff -ur ../kdepimlibs-4.12.4-orig/kldap/CMakeLists.txt ./kldap/CMakeLists.txt
---- ../kdepimlibs-4.12.4-orig/kldap/CMakeLists.txt	2014-03-26 16:19:35.000000000 +0900
-+++ ./kldap/CMakeLists.txt	2014-04-04 01:45:50.000000000 +0900
-@@ -105,26 +105,26 @@
+diff -ur ../kdepimlibs-4.13.2-orig/kldap/CMakeLists.txt ./kldap/CMakeLists.txt
+--- ../kdepimlibs-4.13.2-orig/kldap/CMakeLists.txt	2014-06-06 07:12:42.000000000 +0900
++++ ./kldap/CMakeLists.txt	2014-06-13 02:37:51.000000000 +0900
+@@ -85,26 +85,6 @@
    VERSION ${GENERIC_LIB_VERSION}
    SOVERSION ${GENERIC_LIB_SOVERSION}
  )
 -install(TARGETS kldap EXPORT kdepimlibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
-+#install(TARGETS kldap EXPORT kdepimlibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
  
  ########### install files ###############
  
@@ -154,35 +122,16 @@
 -  ldif.h
 -  DESTINATION ${INCLUDE_INSTALL_DIR}/kldap COMPONENT Devel
 -)
-+#install(FILES
-+#  ber.h
-+#  ${CMAKE_CURRENT_BINARY_DIR}/kldap_export.h
-+#  ldapattributeproxymodel.h
-+#  ldapconfigwidget.h
-+#  ldapconnection.h
-+#  ldapcontrol.h
-+#  ldapdefs.h
-+#  ldapdn.h
-+#  ldapmodel.h
-+#  ldapobject.h
-+#  ldapoperation.h
-+#  ldapsearch.h
-+#  ldapserver.h
-+#  ldapstructureproxymodel.h
-+#  ldapurl.h
-+#  ldif.h
-+#  DESTINATION ${INCLUDE_INSTALL_DIR}/kldap COMPONENT Devel
-+#)
-diff -ur ../kdepimlibs-4.12.4-orig/kmime/CMakeLists.txt ./kmime/CMakeLists.txt
---- ../kdepimlibs-4.12.4-orig/kmime/CMakeLists.txt	2014-03-26 16:19:35.000000000 +0900
-+++ ./kmime/CMakeLists.txt	2014-04-04 01:45:58.000000000 +0900
-@@ -39,20 +39,20 @@
+diff -ur ../kdepimlibs-4.13.2-orig/kmime/CMakeLists.txt ./kmime/CMakeLists.txt
+--- ../kdepimlibs-4.13.2-orig/kmime/CMakeLists.txt	2014-06-06 07:12:42.000000000 +0900
++++ ./kmime/CMakeLists.txt	2014-06-13 02:38:49.000000000 +0900
+@@ -38,21 +38,3 @@
+ target_link_libraries(kmime  ${KDE4_KDECORE_LIBS} )
  
  set_target_properties(kmime PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION})
- 
+-
 -install(TARGETS kmime EXPORT kdepimlibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
-+#install(TARGETS kmime EXPORT kdepimlibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
- 
+-
 -install( FILES
 -         boolflags.h
 -         ${CMAKE_CURRENT_BINARY_DIR}/kmime_export.h
@@ -198,18 +147,3 @@
 -         kmime_dateformatter.h
 -         kmime_util.h
 -         DESTINATION ${INCLUDE_INSTALL_DIR}/kmime COMPONENT Devel)
-+#install( FILES
-+#         boolflags.h
-+#         ${CMAKE_CURRENT_BINARY_DIR}/kmime_export.h
-+#         kmime_charfreq.h
-+#         kmime_codecs.h
-+#         kmime_content.h
-+#         kmime_contentindex.h
-+#         kmime_header_parsing.h
-+#         kmime_headers.h
-+#         kmime_message.h
-+#         kmime_mdn.h
-+#         kmime_newsarticle.h
-+#         kmime_dateformatter.h
-+#         kmime_util.h
-+#         DESTINATION ${INCLUDE_INSTALL_DIR}/kmime COMPONENT Devel)

Modified: trunk/dports/kde/mobipocket/Portfile
===================================================================
--- trunk/dports/kde/mobipocket/Portfile	2014-10-08 11:37:19 UTC (rev 126343)
+++ trunk/dports/kde/mobipocket/Portfile	2014-10-08 11:44:31 UTC (rev 126344)
@@ -5,7 +5,7 @@
 PortGroup           kde4   1.1
 
 name                mobipocket
-version             4.12.5
+version             4.13.3
 categories          kde kde4
 license             GPL-2+
 maintainers         nicos openmaintainer
@@ -16,8 +16,8 @@
 master_sites        kde:stable/${version}/src/
 use_xz              yes
 distname            kdegraphics-mobipocket-${version}
-checksums           rmd160  1b6edca96c474072ef549b84200edbfbc9b67ac3 \
-                    sha256  c896af249279a39d2d50e71419f7d376378d780cb2b0b29025461e590d35ec7c
+checksums           rmd160  19bbcc3f9cbab713e223ff8d774a34ede0d2d6a5 \
+                    sha256  ceebf07bd3f2f55e2f790e5390f13f737cf75dbfdcec671f954d3876a1b09e1f
 
 #Binaries do not link to openssl, nor use the ssl backend of kdelibs4
 license_noconflict  openssl

Modified: trunk/dports/kde/nepomuk-core/Portfile
===================================================================
--- trunk/dports/kde/nepomuk-core/Portfile	2014-10-08 11:37:19 UTC (rev 126343)
+++ trunk/dports/kde/nepomuk-core/Portfile	2014-10-08 11:44:31 UTC (rev 126344)
@@ -5,8 +5,7 @@
 PortGroup           kde4   1.1
 
 name                nepomuk-core
-version             4.12.5
-revision            1
+version             4.13.3
 categories          kde kde4
 maintainers         nicos openmaintainer
 license             GPL-2+ LGPL-2.1+
@@ -18,19 +17,23 @@
 homepage            http://www.kde.org
 master_sites        kde:stable/${version}/src/
 use_xz              yes
-checksums           rmd160  c6a954f7b7c8feacfd7763564c49b329c75d44e3 \
-                    sha256  142d0f7117dcae9f73ae5e6ff56c1f538e85ecc4c4f6b673d4216eadb591f3bb
+checksums           rmd160  8c9ab4d2e18509f39d2b549d476993c45f801922 \
+                    sha256  e33432725500d315df5498fb2364bc50bb1b5fb89d0e730347204400882511e0
 
 #Binaries do not link to openssl, nor use the ssl backend of kdelibs4
 license_noconflict  openssl
 
 depends_lib-append  port:exiv2 \
                     path:lib/libavcodec.dylib:ffmpeg \
+                    port:taglib \
                     port:kdelibs4 \
                     port:ebook-tools \
                     port:poppler-qt4-mac \
-                    port:mobipocket
+                    port:mobipocket \
+                    port:kfilemetadata
 
+patchfiles-append   patch-cmake-baloo.diff
+
 pre-activate {
     #Deactivate hack for when nepomuk-core was splitted from kde4-runtime
     if {[file exists ${applications_dir}/KDE4/nepomukbackup.app/Contents/Info.plist] 
@@ -40,5 +43,10 @@
     } 
 }
 
+variant baloo description "Add support for baloo indexing" {
+    depends_lib-append  port:baloo
+    patchfiles-delete   patch-cmake-baloo.diff
+}
+
 livecheck.url       http://kde.mirrors.hoobly.com/stable/
 livecheck.regex     (\\d+(\\.\\d+)+)

Added: trunk/dports/kde/nepomuk-core/files/patch-cmake-baloo.diff
===================================================================
--- trunk/dports/kde/nepomuk-core/files/patch-cmake-baloo.diff	                        (rev 0)
+++ trunk/dports/kde/nepomuk-core/files/patch-cmake-baloo.diff	2014-10-08 11:44:31 UTC (rev 126344)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2014-04-08 19:36:26.000000000 +0900
++++ CMakeLists.txt	2014-04-24 23:21:29.000000000 +0900
+@@ -47,7 +47,7 @@
+ find_package(KFileMetaData)
+ set_package_properties(KFileMetaData PROPERTIES DESCRIPTION "Library for extracting file metadata" URL "http://projects.kde.org/kfilemetadata" TYPE OPTIONAL)
+ 
+-find_package(Baloo)
++#find_package(Baloo)
+ set_package_properties(Baloo PROPERTIES DESCRIPTION "Baloo metadata search" URL "http://kde.org" TYPE OPTIONAL PURPOSE "Support for Baloo Migrator")
+ 
+ # set the version to be used by NepomukCoreConfig.cmake and the lib version

Modified: trunk/dports/kde/nepomuk-widgets/Portfile
===================================================================
--- trunk/dports/kde/nepomuk-widgets/Portfile	2014-10-08 11:37:19 UTC (rev 126343)
+++ trunk/dports/kde/nepomuk-widgets/Portfile	2014-10-08 11:44:31 UTC (rev 126344)
@@ -5,7 +5,7 @@
 PortGroup           kde4   1.1
 
 name                nepomuk-widgets
-version             4.12.5
+version             4.13.3
 categories          kde kde4
 maintainers         nicos openmaintainer
 license             LGPL-2+
@@ -16,8 +16,8 @@
 homepage            http://www.kde.org
 master_sites        kde:stable/${version}/src/
 use_xz              yes
-checksums           rmd160  faf5dfab72504fe44227ec5b96ff297bdd5bcf27 \
-                    sha256  268eec57da05b622850fffa013d57de8579785b4d3fac88e622b11e64f74706f
+checksums           rmd160  ceb011133587996a85a9c01244c501949b5a1f54 \
+                    sha256  0d972f0b180608181b0ef02970491eec764c5319c8819052c6a31617c636bdd0
 
 depends_lib-append  port:kdelibs4 \
                     port:nepomuk-core

Modified: trunk/dports/kde/oxygen-icons/Portfile
===================================================================
--- trunk/dports/kde/oxygen-icons/Portfile	2014-10-08 11:37:19 UTC (rev 126343)
+++ trunk/dports/kde/oxygen-icons/Portfile	2014-10-08 11:44:31 UTC (rev 126344)
@@ -5,7 +5,7 @@
 PortGroup           kde4   1.1
 
 name                oxygen-icons
-version             4.12.5
+version             4.13.3
 categories          kde kde4
 maintainers         nicos
 license             LGPL-3+
@@ -15,8 +15,8 @@
 homepage            http://www.kde.org
 master_sites        kde:stable/${version}/src/
 use_xz              yes
-checksums           rmd160  2de8b08db7a14e46d2a50cb3396262812774f7ae \
-                    sha256  3395d02df32a1e1cd6eb0c29cb79285084e5881645a3a3f507e40b0f8f352b00
+checksums           rmd160  047202ad49e6e5d6d2b38ab2bd9586e38933fa1a \
+                    sha256  1478e0224020a881bea93e7c84cde9c1592ee299333f3e762ffa8f7229641075
 
 supported_archs     noarch
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141008/9a4c6942/attachment-0001.html>


More information about the macports-changes mailing list