diff options
author | pav <pav@FreeBSD.org> | 2004-03-31 21:52:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-31 21:52:13 +0800 |
commit | 9ffba5d84046e026777cc8748d1fa48c8a30805b (patch) | |
tree | ba5b07f3db6c2d69929894e8db9a6c26896ab665 /misc/py-osd/Makefile | |
parent | 0e7feb775ab6b4997e6abde00eb23b18dfd428ad (diff) | |
download | freebsd-ports-gnome-9ffba5d84046e026777cc8748d1fa48c8a30805b.tar.gz freebsd-ports-gnome-9ffba5d84046e026777cc8748d1fa48c8a30805b.tar.zst freebsd-ports-gnome-9ffba5d84046e026777cc8748d1fa48c8a30805b.zip |
- Update to 0.2.9
- Transfer maintainership to submitter
PR: ports/64916
Submitted by: Stefan Grundmann <sg-sendpr@waset.de>
Approved by: old maintainer
Diffstat (limited to 'misc/py-osd/Makefile')
-rw-r--r-- | misc/py-osd/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/misc/py-osd/Makefile b/misc/py-osd/Makefile index f0facd4e943e..9e74bd27c9c4 100644 --- a/misc/py-osd/Makefile +++ b/misc/py-osd/Makefile @@ -6,21 +6,25 @@ # PORTNAME= osd -PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTVERSION= 0.2.9 CATEGORIES= misc python MASTER_SITES= http://repose.cx/pyosd/ \ http://damien.kangaweb.com/moving/stuff/pyosd/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyosd-${PORTVERSION} -MAINTAINER= lars.eggert@gmx.net +MAINTAINER= sg-sendpr@waset.de COMMENT= A python wrapper for osd, for displaying text on your X display LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd +RUN_DEPENDS= ${LOCALBASE}/bin/twistd:${PORTSDIR}/devel/py-twisted USE_PYTHON= yes USE_PYDISTUTILS= yes +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's;_X11BASE_;${X11BASE};g' ${WRKSRC}/setup.py post-extract: ${MV} ${WRKSRC}/pyosd ${WRKSRC}/osd |