aboutsummaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-12-13 15:51:05 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-12-13 15:51:05 +0000
commit06d07f968021fbd082392c1a2f6bdd1bdb5c3642 (patch)
tree9a566c6b69d5281c8e68c6696ebc0994fa2d5eb1 /polish
parent165e211afa8656ad4f16a65657f5b980d513c00a (diff)
downloadports-06d07f968021fbd082392c1a2f6bdd1bdb5c3642.tar.gz
ports-06d07f968021fbd082392c1a2f6bdd1bdb5c3642.zip
Notes
Diffstat (limited to 'polish')
-rw-r--r--polish/kadu/Makefile8
-rw-r--r--polish/kadu/distinfo4
-rw-r--r--polish/kadu/files/patch-kadu-core_CMakeLists.txt11
-rw-r--r--polish/kadu/files/patch-kadu-core__formatted-string__formatted-string-factory.h10
-rw-r--r--polish/kadu/files/patch-kadu-core_plugin_metadata_plugin-metadata-finder.cpp11
-rw-r--r--polish/kadu/files/patch-kadu-core_plugin_plugin-conflict-resolver.cpp11
-rw-r--r--polish/kadu/files/patch-plugins_encryption__otr_CMakeLists.txt11
-rw-r--r--polish/kadu/files/patch-plugins_single__window_CMakeLists.txt11
-rw-r--r--polish/kadu/files/patch-plugins_tabs_CMakeLists.txt11
9 files changed, 3 insertions, 85 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile
index 4c1df76ede01..cb1f0a6be115 100644
--- a/polish/kadu/Makefile
+++ b/polish/kadu/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= kadu
-PORTVERSION= 1.2
+PORTVERSION= 1.3
PORTEPOCH= 1
CATEGORIES= polish net-im
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \
@@ -62,12 +62,6 @@ USE_GCC= yes
LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive
.endif
-post-patch:
- @${FIND} ${WRKSRC} -exec ${GREP} -q "#!/bin/bash" {} \; \
- -exec ${REINPLACE_CMD} -e 's|#!/bin/bash|#!/usr/bin/env bash|g' {} \;
- @${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \
- ${WRKSRC}/plugins/sql_history/storage/sql-restore.cpp
-
post-install:
.if ${PORT_OPTIONS:MGG_EMOTS}
@${MKDIR} ${WRKSRC}/varia/themes/emoticons
diff --git a/polish/kadu/distinfo b/polish/kadu/distinfo
index 8ceb687f6b36..86128d1c4b60 100644
--- a/polish/kadu/distinfo
+++ b/polish/kadu/distinfo
@@ -1,5 +1,5 @@
-SHA256 (kadu/kadu-1.2.tar.bz2) = a8c2fad863cf161062a908ce1d9f5470b2afb26705329c538ac41e8bb995443c
-SIZE (kadu/kadu-1.2.tar.bz2) = 5859795
+SHA256 (kadu/kadu-1.3.tar.bz2) = 88545e74458648dfe580e779030f0f2613824f53f5694a4eb6a88d5ecb733dcb
+SIZE (kadu/kadu-1.3.tar.bz2) = 5869446
SHA256 (kadu/kompatybilne_z_GG6.tar.gz) = f8a84acd8512fd8fc38e394aa564e6b6d7ec2e9fe9864bdf0c5b8f2edb23da6f
SIZE (kadu/kompatybilne_z_GG6.tar.gz) = 254637
SHA256 (kadu/dodatkowe_emoty_GG7.tar.gz) = aebeb45b6ac9139620032436f7b565aa5729a0165d1c361a473c1195b8807450
diff --git a/polish/kadu/files/patch-kadu-core_CMakeLists.txt b/polish/kadu/files/patch-kadu-core_CMakeLists.txt
deleted file mode 100644
index 3a9721553de5..000000000000
--- a/polish/kadu/files/patch-kadu-core_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- kadu-core/CMakeLists.txt.orig 2014-12-04 20:45:39 UTC
-+++ kadu-core/CMakeLists.txt
-@@ -60,7 +60,7 @@ endif ()
- # The rest of NETWORK_IMPLEMENTATION stuff is handled in network/CMakeLists.txt.
-
- configure_file (kadu-config.h.in "${CMAKE_CURRENT_BINARY_DIR}/kadu-config.h" ESCAPE_QUOTES)
--include_directories ("${CMAKE_CURRENT_BINARY_DIR}")
-+include_directories ("${CMAKE_CURRENT_BINARY_DIR}" ${X11_X11_INCLUDE_PATH})
-
- set (kadu_SRCS
- activate.cpp
diff --git a/polish/kadu/files/patch-kadu-core__formatted-string__formatted-string-factory.h b/polish/kadu/files/patch-kadu-core__formatted-string__formatted-string-factory.h
deleted file mode 100644
index d87b61cf2d9e..000000000000
--- a/polish/kadu/files/patch-kadu-core__formatted-string__formatted-string-factory.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- kadu-core/formatted-string/formatted-string-factory.h.orig 2014-11-06 20:56:16 UTC
-+++ kadu-core/formatted-string/formatted-string-factory.h
-@@ -22,6 +22,7 @@
- #define FORMATTED_STRING_FACTORY_H
-
- #include <memory>
-+#include <vector>
- #include <QtCore/QPointer>
-
- #include "formatted-string/formatted-string.h"
diff --git a/polish/kadu/files/patch-kadu-core_plugin_metadata_plugin-metadata-finder.cpp b/polish/kadu/files/patch-kadu-core_plugin_metadata_plugin-metadata-finder.cpp
deleted file mode 100644
index a20f6ba770d8..000000000000
--- a/polish/kadu/files/patch-kadu-core_plugin_metadata_plugin-metadata-finder.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kadu-core/plugin/metadata/plugin-metadata-finder.cpp.orig 2014-12-04 20:24:51 UTC
-+++ kadu-core/plugin/metadata/plugin-metadata-finder.cpp
-@@ -48,7 +48,7 @@ void PluginMetadataFinder::setPluginMeta
- std::map<QString, PluginMetadata> PluginMetadataFinder::provide() noexcept
- {
- if (m_directory.isEmpty() || !m_pluginMetadataReader)
-- return {};
-+ return std::map<QString, PluginMetadata>{};
-
- auto result = std::map<QString, PluginMetadata>{};
-
diff --git a/polish/kadu/files/patch-kadu-core_plugin_plugin-conflict-resolver.cpp b/polish/kadu/files/patch-kadu-core_plugin_plugin-conflict-resolver.cpp
deleted file mode 100644
index 649dc0617fb1..000000000000
--- a/polish/kadu/files/patch-kadu-core_plugin_plugin-conflict-resolver.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kadu-core/plugin/plugin-conflict-resolver.cpp.orig 2014-12-04 20:28:55 UTC
-+++ kadu-core/plugin/plugin-conflict-resolver.cpp
-@@ -40,7 +40,7 @@ void PluginConflictResolver::setPluginDe
- std::set<QString> PluginConflictResolver::conflictingPlugins(const std::set<QString> &activePluginSet, const QString &pluginName)
- {
- if (!m_pluginDependencyHandler || contains(activePluginSet, pluginName))
-- return {};
-+ return std::set<QString>{};
-
- auto withDependencies = m_pluginDependencyHandler->withDependencies(pluginName);
- auto withoutActive = decltype(withDependencies){};
diff --git a/polish/kadu/files/patch-plugins_encryption__otr_CMakeLists.txt b/polish/kadu/files/patch-plugins_encryption__otr_CMakeLists.txt
deleted file mode 100644
index d83eaae4fb4c..000000000000
--- a/polish/kadu/files/patch-plugins_encryption__otr_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/encryption_otr/CMakeLists.txt.orig 2014-12-04 20:34:30 UTC
-+++ plugins/encryption_otr/CMakeLists.txt
-@@ -102,6 +102,8 @@ pkg_check_modules (LIBOTR REQUIRED libot
-
- set (LIBRARIES ${QCA2_LIBRARIES} ${LIBOTR_LDFLAGS} gcrypt)
-
-+include_directories (${LIBOTR_INCLUDE_DIRS})
-+
- kadu_plugin (encryption_otr
- PLUGIN_SOURCES ${SOURCES}
- PLUGIN_MOC_SOURCES ${MOC_SOURCES}
diff --git a/polish/kadu/files/patch-plugins_single__window_CMakeLists.txt b/polish/kadu/files/patch-plugins_single__window_CMakeLists.txt
deleted file mode 100644
index 5e74595616a6..000000000000
--- a/polish/kadu/files/patch-plugins_single__window_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/single_window/CMakeLists.txt.orig 2014-12-04 20:56:15 UTC
-+++ plugins/single_window/CMakeLists.txt
-@@ -19,6 +19,8 @@ set (CONFIGURATION_FILES
- configuration/single_window.ui
- )
-
-+include_directories (${X11_X11_INCLUDE_PATH})
-+
- kadu_plugin (single_window
- PLUGIN_SOURCES ${SOURCES}
- PLUGIN_MOC_SOURCES ${MOC_SOURCES}
diff --git a/polish/kadu/files/patch-plugins_tabs_CMakeLists.txt b/polish/kadu/files/patch-plugins_tabs_CMakeLists.txt
deleted file mode 100644
index f77095f63a78..000000000000
--- a/polish/kadu/files/patch-plugins_tabs_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/tabs/CMakeLists.txt.orig 2014-12-04 20:58:52 UTC
-+++ plugins/tabs/CMakeLists.txt
-@@ -23,6 +23,8 @@ set (CONFIGURATION_FILES
- configuration/tabs.ui
- )
-
-+include_directories (${X11_X11_INCLUDE_PATH})
-+
- kadu_plugin (tabs
- PLUGIN_SOURCES ${SOURCES}
- PLUGIN_MOC_SOURCES ${MOC_SOURCES}