summaryrefslogtreecommitdiff
path: root/chat/jabberd2/Makefile
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2007-11-15 12:57:21 +0000
committersborrill <sborrill@pkgsrc.org>2007-11-15 12:57:21 +0000
commit02bff73ef0b35dfc32c7c6d1f15cdd560ecb5920 (patch)
treea91d361c79ab298cdb95426766c2d9aada219a7d /chat/jabberd2/Makefile
parent390e1a5efbf5cf2a18994f3bef9c22dc16f479bb (diff)
downloadpkgsrc-02bff73ef0b35dfc32c7c6d1f15cdd560ecb5920.tar.gz
The startup order of the jabberd components is important; alphabetical order
isn't good enough! Ensure that c2s starts after router (which it needs to connect to). This saves it having to retry the connection. Bump PKGREVISION
Diffstat (limited to 'chat/jabberd2/Makefile')
-rw-r--r--chat/jabberd2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile
index d051b05a7c1..3455feec7e6 100644
--- a/chat/jabberd2/Makefile
+++ b/chat/jabberd2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2007/08/26 09:10:54 xtraeme Exp $
+# $NetBSD: Makefile,v 1.42 2007/11/15 12:57:21 sborrill Exp $
#
DISTNAME= jabberd-2.1.14
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://ftp.xiaoka.com/jabberd2/releases/
EXTRACT_SUFX= .tar.bz2