- update telepathy-butterfly to 0.5.15

This commit is contained in:
jasper 2011-01-17 00:15:35 +00:00
parent e198d0b50f
commit cafe1b9bf0
4 changed files with 19 additions and 29 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2010/11/19 22:31:38 espie Exp $
# $OpenBSD: Makefile,v 1.19 2011/01/17 00:15:35 jasper Exp $
COMMENT= flexible communications framework, MSN component
DISTNAME= telepathy-butterfly-0.5.14
DISTNAME= telepathy-butterfly-0.5.15
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-butterfly/}

View File

@ -1,5 +1,5 @@
MD5 (telepathy/telepathy-butterfly-0.5.14.tar.gz) = 1+9UWkaaCw/YegmI7X2bEw==
RMD160 (telepathy/telepathy-butterfly-0.5.14.tar.gz) = LpVep96HD/YdpWyTycVPJbYa2Uw=
SHA1 (telepathy/telepathy-butterfly-0.5.14.tar.gz) = s++pWWqtiFj0+H8/5C0WfpoY254=
SHA256 (telepathy/telepathy-butterfly-0.5.14.tar.gz) = 3Ti1s6j7AwWptM+SQTLNZfVGPkso1HDrr67P+owhO58=
SIZE (telepathy/telepathy-butterfly-0.5.14.tar.gz) = 161312
MD5 (telepathy/telepathy-butterfly-0.5.15.tar.gz) = S6pjN4IvAdgXxLnY/UBugg==
RMD160 (telepathy/telepathy-butterfly-0.5.15.tar.gz) = e3R8kiQoNS1/yS0pOZGKAF8yG9o=
SHA1 (telepathy/telepathy-butterfly-0.5.15.tar.gz) = c8nbqfl65abZgUheX1HFkwFo+M4=
SHA256 (telepathy/telepathy-butterfly-0.5.15.tar.gz) = 1I7vf5OMK1u4Bd1ru83mc7HGUmyhWva1+P4D2SbTW5A=
SIZE (telepathy/telepathy-butterfly-0.5.15.tar.gz) = 160946

View File

@ -1,34 +1,27 @@
$OpenBSD: patch-configure,v 1.1 2010/04/23 12:40:56 jasper Exp $
--- configure.orig Thu Apr 8 15:13:31 2010
+++ configure Thu Apr 22 18:19:01 2010
@@ -1812,14 +1812,6 @@ echo timestamp > conftest.file
$OpenBSD: patch-configure,v 1.2 2011/01/17 00:15:35 jasper Exp $
--- configure.orig Sun Jan 16 23:34:43 2011
+++ configure Sun Jan 16 23:35:24 2011
@@ -1820,14 +1820,6 @@ echo timestamp > conftest.file
# name. Accept space and tab only in the latter.
am_lf='
'
-case `pwd` in
- *[\\\"\#\$\&\'\`$am_lf]*)
- as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
- as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
-esac
-case $srcdir in
- *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
- as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
- as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
-esac
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
@@ -2237,13 +2229,13 @@ if test "${am_cv_pathless_PYTHON+set}" = set; then :
$as_echo_n "(cached) " >&6
else
- for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
+ for am_cv_pathless_PYTHON in python${MODPY_VERSION}; do
test "$am_cv_pathless_PYTHON" = none && break
prog="import sys
@@ -2220,7 +2212,7 @@ $as_echo_n "checking whether $PYTHON version >= 2.4.0.
# split strings by '.' and convert to numeric. Append some zeros
# because we need at least 4 digits for the hex conversion.
# map returns an iterator in Python 3.0 and a list in 2.x
-minver = list(map(int, '2.4.0'.split('.'))) + [0, 0, 0]
+minver = list(map(int, '2.5.0'.split('.'))) + [0, 0, 0]
+minver = list(map(int, '${MODPY_VERSION}.0'.split('.'))) + [0, 0, 0]
minverhex = 0
# xrange is not present in Python 3.0 and range returns an iterator
for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]

View File

@ -1,11 +1,5 @@
@comment $OpenBSD: PLIST,v 1.6 2010/09/23 13:34:33 jasper Exp $
@comment $OpenBSD: PLIST,v 1.7 2011/01/17 00:15:35 jasper Exp $
lib/python${MODPY_VERSION}/site-packages/butterfly/
lib/python${MODPY_VERSION}/site-packages/butterfly/Channel_Interface_Conference.py
lib/python${MODPY_VERSION}/site-packages/butterfly/Channel_Interface_Conference.pyc
lib/python${MODPY_VERSION}/site-packages/butterfly/Channel_Interface_Conference.pyo
lib/python${MODPY_VERSION}/site-packages/butterfly/Connection_Interface_Mail_Notification.py
lib/python${MODPY_VERSION}/site-packages/butterfly/Connection_Interface_Mail_Notification.pyc
lib/python${MODPY_VERSION}/site-packages/butterfly/Connection_Interface_Mail_Notification.pyo
lib/python${MODPY_VERSION}/site-packages/butterfly/__init__.py
lib/python${MODPY_VERSION}/site-packages/butterfly/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/butterfly/__init__.pyo
@ -83,6 +77,9 @@ lib/python${MODPY_VERSION}/site-packages/butterfly/media/stream_handler.pyo
lib/python${MODPY_VERSION}/site-packages/butterfly/presence.py
lib/python${MODPY_VERSION}/site-packages/butterfly/presence.pyc
lib/python${MODPY_VERSION}/site-packages/butterfly/presence.pyo
lib/python${MODPY_VERSION}/site-packages/butterfly/protocol.py
lib/python${MODPY_VERSION}/site-packages/butterfly/protocol.pyc
lib/python${MODPY_VERSION}/site-packages/butterfly/protocol.pyo
lib/python${MODPY_VERSION}/site-packages/butterfly/util/
lib/python${MODPY_VERSION}/site-packages/butterfly/util/__init__.py
lib/python${MODPY_VERSION}/site-packages/butterfly/util/__init__.pyc