summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchat-im/purple-vk-plugin/DEPENDS2
-rwxr-xr-xchat-im/purple-vk-plugin/DETAILS2
-rw-r--r--chat-im/purple-vk-plugin/HISTORY4
3 files changed, 6 insertions, 2 deletions
diff --git a/chat-im/purple-vk-plugin/DEPENDS b/chat-im/purple-vk-plugin/DEPENDS
index 298cdc72b6..97bbbd81f8 100755
--- a/chat-im/purple-vk-plugin/DEPENDS
+++ b/chat-im/purple-vk-plugin/DEPENDS
@@ -3,6 +3,6 @@ depends -sub CXX gcc &&
depends gettext &&
depends glib2 &&
depends libxml2 &&
-depends mercurial &&
+depends git &&
depends pidgin &&
depends zlib
diff --git a/chat-im/purple-vk-plugin/DETAILS b/chat-im/purple-vk-plugin/DETAILS
index 1a767814ba..b3e6fdd942 100755
--- a/chat-im/purple-vk-plugin/DETAILS
+++ b/chat-im/purple-vk-plugin/DETAILS
@@ -3,7 +3,7 @@
VERSION="$(get_scm_version)"
SOURCE="${SPELL}-scm.tar.bz2"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-scm"
- SOURCE_URL="hg_http://bitbucket.org/olegoandreev/${SPELL}:${SPELL}-scm"
+ SOURCE_URL="git://github.com/SergeyDjam/${SPELL}:${SPELL}-scm"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
WEB_SITE="http://bitbucket.org/olegoandreev/purple-vk-plugin"
diff --git a/chat-im/purple-vk-plugin/HISTORY b/chat-im/purple-vk-plugin/HISTORY
index 6637afa1c0..2fc08314df 100644
--- a/chat-im/purple-vk-plugin/HISTORY
+++ b/chat-im/purple-vk-plugin/HISTORY
@@ -1,2 +1,6 @@
+2017-04-03 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: switched to a more fresh GitHub fork
+ * DEPENDS: mercurial -> git
+
2016-06-21 Pavel Vinogradov <public@sourcemage.org>
* BUILD, DETAILS, DEPENDS, PREPARE: spell created