diff options
author | novel <novel@FreeBSD.org> | 2007-03-09 14:34:59 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-03-09 14:34:59 +0800 |
commit | 49ef507d605d545dd7bf83b56abcccb5cd7f81cc (patch) | |
tree | f12c8e7a8ae7a04903025d4249ce569ba40f127a /misc | |
parent | a719749bd488b2b043337cc81853e49a5b711c68 (diff) | |
download | freebsd-ports-gnome-49ef507d605d545dd7bf83b56abcccb5cd7f81cc.tar.gz freebsd-ports-gnome-49ef507d605d545dd7bf83b56abcccb5cd7f81cc.tar.zst freebsd-ports-gnome-49ef507d605d545dd7bf83b56abcccb5cd7f81cc.zip |
- Use "fixed" as a default font instead of "helvetica" since it is not
available in standart install
- Bump PORTREVISION
Reported by: xride
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 |