aboutsummaryrefslogtreecommitdiff
path: root/net/heybuddy
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2011-10-24 17:35:01 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2011-10-24 17:35:01 +0000
commit6f21699b1b4ca154beeb9d776e3aa0e48331f92d (patch)
tree26b45b01a7f52ee35344bc52bbc03834494fc29f /net/heybuddy
parent006309fb293692ef4c706acd5b32a7790eea1b91 (diff)
Notes
Diffstat (limited to 'net/heybuddy')
-rw-r--r--net/heybuddy/Makefile1
-rw-r--r--net/heybuddy/files/patch-heybuddy.py10
2 files changed, 7 insertions, 4 deletions
diff --git a/net/heybuddy/Makefile b/net/heybuddy/Makefile
index c198413e21ca..c73fc6309220 100644
--- a/net/heybuddy/Makefile
+++ b/net/heybuddy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= heybuddy
PORTVERSION= 0.2.2
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://launchpad.net/${PORTNAME}/0.2/${PORTVERSION}/+download/ \
http://freebsd.grindcore.ch/distfiles/
diff --git a/net/heybuddy/files/patch-heybuddy.py b/net/heybuddy/files/patch-heybuddy.py
index 9df8174c6e77..66a2700a75c4 100644
--- a/net/heybuddy/files/patch-heybuddy.py
+++ b/net/heybuddy/files/patch-heybuddy.py
@@ -1,6 +1,6 @@
---- ./heybuddy.py.orig 2011-10-15 07:34:58.000000000 -0400
-+++ ./heybuddy.py 2011-10-15 07:38:40.000000000 -0400
-@@ -21,9 +21,7 @@
+--- ./heybuddy.py.orig 2011-06-20 01:07:45.000000000 -0400
++++ ./heybuddy.py 2011-10-24 07:19:38.000000000 -0400
+@@ -21,9 +21,9 @@
import sys, os
import gettext
import webbrowser
@@ -8,10 +8,12 @@
- os.path.dirname( os.path.realpath(__file__) ),
- 'locales')
+locale_dir = '%%PREFIX%%/share/locale'
++
++sys.path.append('%%DATADIR%%')
gettext.bindtextdomain('heybuddy', locale_dir)
gettext.textdomain('heybuddy')
-@@ -107,7 +105,7 @@
+@@ -107,7 +107,7 @@
self.last_get_statuses = 0
#what are the assets?
asset_dir = 'assets'