diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-03-09 06:34:59 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-03-09 06:34:59 +0000 |
commit | ee0a3ac8c4a35864a9b1213a965a8687db8cc86e (patch) | |
tree | 375aac021527977ad91507da4ca3234272dfd9f7 /misc | |
parent | da438cf91a57909129e8f65c9a4b53ac03a97e7b (diff) | |
download | ports-ee0a3ac8c4a35864a9b1213a965a8687db8cc86e.tar.gz ports-ee0a3ac8c4a35864a9b1213a965a8687db8cc86e.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-osd/Makefile | 2 | ||||
-rw-r--r-- | misc/py-osd/files/patch-pyosd-__init__.py | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/misc/py-osd/Makefile b/misc/py-osd/Makefile index 9566903b8a82..39828a85266c 100644 --- a/misc/py-osd/Makefile +++ b/misc/py-osd/Makefile @@ -7,7 +7,7 @@ PORTNAME= osd PORTVERSION= 0.2.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python MASTER_SITES= http://repose.cx/pyosd/ \ http://damien.kangaweb.com/moving/stuff/pyosd/ diff --git a/misc/py-osd/files/patch-pyosd-__init__.py b/misc/py-osd/files/patch-pyosd-__init__.py new file mode 100644 index 000000000000..a500ff131512 --- /dev/null +++ b/misc/py-osd/files/patch-pyosd-__init__.py @@ -0,0 +1,11 @@ +--- pyosd/__init__.py.orig Wed Mar 7 16:02:22 2007 ++++ pyosd/__init__.py Wed Mar 7 16:03:00 2007 +@@ -44,7 +44,7 @@ + + error = _pyosd.error + +-default_font="-*-helvetica-medium-r-normal-*-*-360-*-*-p-*-*-*" ++default_font="-misc-fixed-medium-r-semicondensed--*-*-*-*-c-*-*-*" + + class osd: + """ osd is a class used to create an object which can display messages on |