diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-02-02 03:22:20 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-02-02 03:22:20 +0800 |
commit | cc87a9ecdec373e4b9e7b285ca4ffc097bfd3cdd (patch) | |
tree | eac10c26478b7534c4fa13a8b4d1c0f696257fd0 /misc/py-osd | |
parent | 4743206a182db37ea39281ce8987623c4e69c0a0 (diff) | |
download | freebsd-ports-gnome-cc87a9ecdec373e4b9e7b285ca4ffc097bfd3cdd.tar.gz freebsd-ports-gnome-cc87a9ecdec373e4b9e7b285ca4ffc097bfd3cdd.tar.zst freebsd-ports-gnome-cc87a9ecdec373e4b9e7b285ca4ffc097bfd3cdd.zip |
- Fix fetch
- Update WWW
Reported by: -fetch-original pointyhat run
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/ |