aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-butterfly
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2008-03-31 20:15:11 +0800
committerahze <ahze@FreeBSD.org>2008-03-31 20:15:11 +0800
commit73d7623654a950a51cf68ee288bdff5be064474a (patch)
tree1f8de5605539e1e81ff555e2dc8a097d480ad97e /net-im/telepathy-butterfly
parent919ab116bf9d97c1dd9f59c302c913e84845a87c (diff)
downloadfreebsd-ports-gnome-73d7623654a950a51cf68ee288bdff5be064474a.tar.gz
freebsd-ports-gnome-73d7623654a950a51cf68ee288bdff5be064474a.tar.zst
freebsd-ports-gnome-73d7623654a950a51cf68ee288bdff5be064474a.zip
Fix runtime
PR: ports/122262 Submitted by: Phillip N. <pneumann@gmail.com>
Diffstat (limited to 'net-im/telepathy-butterfly')
-rw-r--r--net-im/telepathy-butterfly/Makefile1
-rw-r--r--net-im/telepathy-butterfly/files/patch-telepathy-butterfly9
2 files changed, 10 insertions, 0 deletions
diff --git a/net-im/telepathy-butterfly/Makefile b/net-im/telepathy-butterfly/Makefile
index b7be3fc5cc06..9ac3647b2f0e 100644
--- a/net-im/telepathy-butterfly/Makefile
+++ b/net-im/telepathy-butterfly/Makefile
@@ -7,6 +7,7 @@
PORTNAME= telepathy-butterfly
PORTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net-im/telepathy-butterfly/files/patch-telepathy-butterfly b/net-im/telepathy-butterfly/files/patch-telepathy-butterfly
new file mode 100644
index 000000000000..aac134b87fcd
--- /dev/null
+++ b/net-im/telepathy-butterfly/files/patch-telepathy-butterfly
@@ -0,0 +1,9 @@
+--- telepathy-butterfly.orig 2008-03-30 10:35:08.000000000 -0400
++++ telepathy-butterfly 2008-03-30 10:35:17.000000000 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/env python
+ #
+ # telepathy-butterfly - an MSN connection manager for Telepathy
+
+