aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-02 11:45:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-02 11:45:29 +0000
commit3ae1c1f1d08c912051f5d6a6f683fb39be783801 (patch)
tree2a5f3a3e1e0a9b3cd0b7fd824b299e847bc51361 /net-im
parentea6e40ebcf8d02b888ba30d4ab83df8d202d6887 (diff)
downloadports-3ae1c1f1d08c912051f5d6a6f683fb39be783801.tar.gz
ports-3ae1c1f1d08c912051f5d6a6f683fb39be783801.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/newsbot/Makefile3
-rw-r--r--net-im/newsbot/files/newsbot2
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