diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-01-15 13:13:30 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-01-15 13:13:30 +0000 |
commit | 8e5a4e9b931fb77743f66bead7ee75b14d5680bd (patch) | |
tree | 72208b7948c94d3045f0cc4932527d02c81237ad /net-im | |
parent | - Fix UTF8 decoding errors [1] (diff) |
- Fix startup rcorder conflict with jabberd
Submitted by: Guido Falsi <mad@madpilot.net>
Notes
Notes:
svn path=/head/; revision=205689
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jabber-pymsn/Makefile | 2 | ||||
-rw-r--r-- | net-im/jabber-pymsn/files/jabber-pymsn-transport.sh.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net-im/jabber-pymsn/Makefile b/net-im/jabber-pymsn/Makefile index 91a14f1b6cd7..8c3e03eb94c6 100644 --- a/net-im/jabber-pymsn/Makefile +++ b/net-im/jabber-pymsn/Makefile @@ -6,7 +6,7 @@ PORTNAME= pymsn DISTVERSION= 0.11.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= http://delx.cjb.net/pymsnt/tarballs/ diff --git a/net-im/jabber-pymsn/files/jabber-pymsn-transport.sh.in b/net-im/jabber-pymsn/files/jabber-pymsn-transport.sh.in index 4d3bb5a5a58b..6e5828e6ca04 100644 --- a/net-im/jabber-pymsn/files/jabber-pymsn-transport.sh.in +++ b/net-im/jabber-pymsn/files/jabber-pymsn-transport.sh.in @@ -4,7 +4,6 @@ # # PROVIDE: jabber_pymsn # REQUIRE: DAEMON %%JABBER_REQUIRE%% -# BEFORE: LOGIN # KEYWORD: shutdown # # Define these jabber_pymsn_* variables in one of these files: |