diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-02-01 19:22:20 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-02-01 19:22:20 +0000 |
commit | 8d5e2eed39727e0c905923884d601e71c6ca0590 (patch) | |
tree | afdd472f0ea6c94fae65d62aa65001d9ad415996 /misc/py-osd | |
parent | b1d42e9640c19e5a6b679e9a3f0dd6dcecf5f020 (diff) | |
download | ports-8d5e2eed39727e0c905923884d601e71c6ca0590.tar.gz ports-8d5e2eed39727e0c905923884d601e71c6ca0590.zip |
Notes
Diffstat (limited to 'misc/py-osd')
-rw-r--r-- | misc/py-osd/Makefile | 3 | ||||
-rw-r--r-- | misc/py-osd/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/misc/py-osd/Makefile b/misc/py-osd/Makefile index 60b4a729660a..a2756800cbc5 100644 --- a/misc/py-osd/Makefile +++ b/misc/py-osd/Makefile @@ -9,8 +9,7 @@ PORTNAME= osd PORTVERSION= 0.2.14 PORTREVISION= 4 CATEGORIES= misc python -MASTER_SITES= http://repose.cx/pyosd/ \ - http://damien.kangaweb.com/moving/stuff/pyosd/ +MASTER_SITES= http://ichi2.net/pyosd/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyosd-${PORTVERSION} diff --git a/misc/py-osd/pkg-descr b/misc/py-osd/pkg-descr index 9fb921f95e0e..a8ea0c08ea0a 100644 --- a/misc/py-osd/pkg-descr +++ b/misc/py-osd/pkg-descr @@ -1,4 +1,4 @@ PyOSD is a python module for displaying text on your X display, much like the "On Screen Displays" used on TVs and some monitors. -WWW: http://repose.cx/pyosd/ +WWW: http://ichi2.net/pyosd/ |