diff options
author | drochner <drochner> | 2011-02-24 21:09:59 +0000 |
---|---|---|
committer | drochner <drochner> | 2011-02-24 21:09:59 +0000 |
commit | 513367653568e2cdb8f183fedc915cf28538105c (patch) | |
tree | 06313f80e792f911a31c97a2374d28ef1c324f8f /chat | |
parent | 08eb95183712a3090455c494e2c094135a17006c (diff) | |
download | pkgsrc-513367653568e2cdb8f183fedc915cf28538105c.tar.gz |
update to 0.1.7
changes: misc fixes and improvements
Diffstat (limited to 'chat')
-rw-r--r-- | chat/telepathy-idle/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-idle/distinfo | 9 | ||||
-rw-r--r-- | chat/telepathy-idle/patches/patch-ac | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile index f3de002d944..6a23d71e728 100644 --- a/chat/telepathy-idle/Makefile +++ b/chat/telepathy-idle/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2010/08/09 10:25:37 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2011/02/24 21:09:59 drochner Exp $ # -DISTNAME= telepathy-idle-0.1.6 +DISTNAME= telepathy-idle-0.1.7 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-idle/ diff --git a/chat/telepathy-idle/distinfo b/chat/telepathy-idle/distinfo index 96e72d007e1..ee3dbe8114e 100644 --- a/chat/telepathy-idle/distinfo +++ b/chat/telepathy-idle/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.8 2010/08/09 10:25:37 drochner Exp $ +$NetBSD: distinfo,v 1.9 2011/02/24 21:09:59 drochner Exp $ -SHA1 (telepathy-idle-0.1.6.tar.gz) = 445cb728172e4a82a350cec1d562d8adcfc271f3 -RMD160 (telepathy-idle-0.1.6.tar.gz) = 12182cf5b5815cc8158777427a047a1889f37cd5 -Size (telepathy-idle-0.1.6.tar.gz) = 469772 bytes +SHA1 (telepathy-idle-0.1.7.tar.gz) = db2daa497abe3b2aca3d2508e538136b93503c67 +RMD160 (telepathy-idle-0.1.7.tar.gz) = 8f7a78d03104fe21277aa8b7d756fa33255f49b4 +Size (telepathy-idle-0.1.7.tar.gz) = 482415 bytes SHA1 (patch-aa) = 6f7a265074de47d765da698b62d7d941712c3607 SHA1 (patch-ab) = d724d6c49bdbc0ddce87557cc9b0b0ca5a7efe17 -SHA1 (patch-ac) = 981ce40f2a9e4209c06c66d07236e91bcbae4579 diff --git a/chat/telepathy-idle/patches/patch-ac b/chat/telepathy-idle/patches/patch-ac deleted file mode 100644 index e36e48a2df7..00000000000 --- a/chat/telepathy-idle/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2010/08/09 10:25:37 drochner Exp $ - ---- tests/twisted/tools/with-session-bus.sh.orig 2009-07-28 16:49:54.000000000 +0000 -+++ tests/twisted/tools/with-session-bus.sh -@@ -73,7 +73,7 @@ export DBUS_SESSION_BUS_ADDRESS - if [ -n "$WITH_SESSION_BUS_FORK_DBUS_MONITOR" ] ; then - echo -n "Forking dbus-monitor $WITH_SESSION_BUS_FORK_DBUS_MONITOR_OPT" >&2 - dbus-monitor $WITH_SESSION_BUS_FORK_DBUS_MONITOR_OPT \ -- &> $me-$$.dbus-monitor-logs & -+ > $me-$$.dbus-monitor-logs 2>&1 & - fi - - "$@" || e=$? |