- update telepathy-gabble to 0.7.17
This commit is contained in:
parent
a5df56c46e
commit
8e80b4798d
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2008/11/14 17:29:24 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2008/12/22 23:58:58 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, xmpp component
|
||||
|
||||
DISTNAME= telepathy-gabble-0.7.15
|
||||
DISTNAME= telepathy-gabble-0.7.17
|
||||
|
||||
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-gabble/}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (telepathy-gabble-0.7.15.tar.gz) = 7CY5iQLT9gFIojkd0pORtA==
|
||||
RMD160 (telepathy-gabble-0.7.15.tar.gz) = JyWAGuMrIzWuVKUmucE73X1Z/1k=
|
||||
SHA1 (telepathy-gabble-0.7.15.tar.gz) = nNqZWeSSjVEnWZLMtS/86eIGd/w=
|
||||
SHA256 (telepathy-gabble-0.7.15.tar.gz) = txg22zvJ8Gd7TPWlC+/V4RU0RnloMQzQrhrVdmemGq8=
|
||||
SIZE (telepathy-gabble-0.7.15.tar.gz) = 1427321
|
||||
MD5 (telepathy-gabble-0.7.17.tar.gz) = vB/QcpxwEaLLqhrinptgtQ==
|
||||
RMD160 (telepathy-gabble-0.7.17.tar.gz) = QD5dMMQfO/avbbwuozMKVqBt/Q4=
|
||||
SHA1 (telepathy-gabble-0.7.17.tar.gz) = B25y/lTc3FjJwSER8rRY/KWBAxs=
|
||||
SHA256 (telepathy-gabble-0.7.17.tar.gz) = F4d0Piuv4sV3S8bVruIvIEkS5UBa0qnP/ZrwqlPhFRg=
|
||||
SIZE (telepathy-gabble-0.7.17.tar.gz) = 1487853
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2008/10/27 00:05:59 jasper Exp $
|
||||
--- configure.orig Thu Oct 23 16:44:36 2008
|
||||
+++ configure Sun Oct 26 16:12:50 2008
|
||||
$OpenBSD: patch-configure,v 1.4 2008/12/22 23:58:58 jasper Exp $
|
||||
--- configure.orig Tue Dec 23 00:55:02 2008
|
||||
+++ configure Tue Dec 23 00:55:34 2008
|
||||
@@ -21411,7 +21411,7 @@ fi
|
||||
# >= 2.3 with the standard library will do. We prefer older versions,
|
||||
# to ensure that when we claim that 2.3 is sufficient we are telling the truth.
|
||||
@ -11,11 +11,11 @@ $OpenBSD: patch-configure,v 1.3 2008/10/27 00:05:59 jasper Exp $
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
@@ -21462,7 +21462,7 @@ fi
|
||||
# Check for a Python >= 2.4 with Twisted, to run the tests
|
||||
{ echo "$as_me:$LINENO: checking for Python >= 2.4 with Twisted and XMPP protocol support" >&5
|
||||
echo $ECHO_N "checking for Python >= 2.4 with Twisted and XMPP protocol support... $ECHO_C" >&6; }
|
||||
-for TEST_PYTHON in python2.4 python2.5 python; do
|
||||
# Check for a Python >= 2.5 with Twisted, to run the tests
|
||||
{ echo "$as_me:$LINENO: checking for Python >= 2.5 with Twisted and XMPP protocol support" >&5
|
||||
echo $ECHO_N "checking for Python >= 2.5 with Twisted and XMPP protocol support... $ECHO_C" >&6; }
|
||||
-for TEST_PYTHON in python2.5 python2.6 python; do
|
||||
+for TEST_PYTHON in python${MODPY_VERSION}; do
|
||||
if $TEST_PYTHON -c "from sys import version_info; raise SystemExit(version_info < (2, 4, 0, 'final', 0))" >/dev/null 2>&1; then
|
||||
if $TEST_PYTHON -c "from sys import version_info; import dbus, dbus.mainloop.glib; raise SystemExit(version_info < (2, 5, 0, 'final', 0))" >/dev/null 2>&1; then
|
||||
if $TEST_PYTHON -c "import twisted.words.xish.domish, twisted.words.protocols.jabber, twisted.internet.reactor" >/dev/null 2>&1; then
|
||||
{ echo "$as_me:$LINENO: result: $TEST_PYTHON" >&5
|
||||
|
Loading…
x
Reference in New Issue
Block a user