diff options
author | pav <pav@FreeBSD.org> | 2004-05-02 19:45:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-02 19:45:29 +0800 |
commit | 54770400f454ab29025edb401c2e82ad68ece125 (patch) | |
tree | 180829bb796388d6799580f65130558f77f42e43 /net-im | |
parent | d116442f08cccd796b2f9f046e31c68832fea8f6 (diff) | |
download | freebsd-ports-gnome-54770400f454ab29025edb401c2e82ad68ece125.tar.gz freebsd-ports-gnome-54770400f454ab29025edb401c2e82ad68ece125.tar.zst freebsd-ports-gnome-54770400f454ab29025edb401c2e82ad68ece125.zip |
- Chase py-jabber dependency
- Fix wrapper script
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/newsbot/Makefile | 3 | ||||
-rw-r--r-- | net-im/newsbot/files/newsbot | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-im/newsbot/Makefile b/net-im/newsbot/Makefile index 3349d02f8bde..d46b9422176a 100644 --- a/net-im/newsbot/Makefile +++ b/net-im/newsbot/Makefile @@ -8,6 +8,7 @@ PORTNAME= newsbot PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.jabberstudio.org/files/${PORTNAME}/ DISTNAME= ${PORTNAME}-0.45 @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-0.45 MAINTAINER= ports@FreeBSD.org COMMENT= Gathers news from RDF/RSS and send them to your IM client -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/jabber.py:${PORTSDIR}/net/py-jabber +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/jabber/jabber.py:${PORTSDIR}/net/py-jabber USE_PYTHON= 2.2+ NO_BUILD= yes diff --git a/net-im/newsbot/files/newsbot b/net-im/newsbot/files/newsbot index 88b1421c0c0f..c170e299bf59 100644 --- a/net-im/newsbot/files/newsbot +++ b/net-im/newsbot/files/newsbot @@ -1,3 +1,3 @@ #!/bin/sh -cd %%DATADIR%%/newsbot && python bot.py +cd %%DATADIR%% && python bot.py |