summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchat-libs/loudmouth/DETAILS7
-rw-r--r--chat-libs/loudmouth/HISTORY4
-rwxr-xr-xchat-libs/loudmouth/PRE_BUILD4
3 files changed, 9 insertions, 6 deletions
diff --git a/chat-libs/loudmouth/DETAILS b/chat-libs/loudmouth/DETAILS
index a3aae66bdd..18e2019da8 100755
--- a/chat-libs/loudmouth/DETAILS
+++ b/chat-libs/loudmouth/DETAILS
@@ -1,10 +1,11 @@
SPELL=loudmouth
- VERSION=1.5.0-20121201
+ VERSION=1.5.3
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://mcabber.com/files/$SOURCE
+ SOURCE_URL[0]=http://mcabber.com/files/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/mcabber/loudmouth/
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_HASH=sha512:ab6b16b4e644b69cdb7d8df1753d1bb5b43c2f1e76944e639339169b332e1b5c6a4246053c5b8a579ee9b53c845cef610b0040dfdffeb857180b6bab71adfcce
LICENSE[0]=LGPL
ENTERED=20030823
KEYWORDS="jabber chat libs"
diff --git a/chat-libs/loudmouth/HISTORY b/chat-libs/loudmouth/HISTORY
index 6d75c214ae..cb4caafc31 100644
--- a/chat-libs/loudmouth/HISTORY
+++ b/chat-libs/loudmouth/HISTORY
@@ -1,3 +1,7 @@
+2016-03-29 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.5.3
+ * PRE_BUILD: use autoreconf
+
2015-09-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: add missing space in CFLAGS
* PRE_BUILD: run libtoolize
diff --git a/chat-libs/loudmouth/PRE_BUILD b/chat-libs/loudmouth/PRE_BUILD
index 4f1d8154e7..0aa0b1134a 100755
--- a/chat-libs/loudmouth/PRE_BUILD
+++ b/chat-libs/loudmouth/PRE_BUILD
@@ -1,5 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-aclocal &&
-autoconf &&
-libtoolize
+autoreconf -fi