- Fix rc.d script, setting REQUIRE: [e]jabberd
- Bump PORTREVISION
This commit is contained in:
parent
69656bab18
commit
d09f9fbddd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160517
2 changed files with 6 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= pyicq
|
||||
PORTVERSION= 0.7a
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://www.blathersource.org/download.php/pyicq-t/
|
||||
PKGNAMEPREFIX= jabber-
|
||||
|
@ -37,16 +38,18 @@ PORTDOCS= COPYING README NEWS
|
|||
|
||||
.if defined(WITH_EJABBERD)
|
||||
JABBER_USER?= ejabberd
|
||||
SUB_LIST+= JABBER_REQUIRE=ejabberd
|
||||
.else
|
||||
JABBER_USER?= jabber
|
||||
SUB_LIST+= JABBER_REQUIRE=jabberd
|
||||
.endif
|
||||
|
||||
SUB_LIST+= JABBER_USER=${JABBER_USER}
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
|
||||
.endif
|
||||
|
||||
SUB_LIST+= JABBER_USER=${JABBER_USER}
|
||||
|
||||
post-extract:
|
||||
@${FIND} ${WRKSRC}/src -type d -name '.svn' | ${XARGS} ${RM} -rf
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# PROVIDE: jabber_pyicq
|
||||
# REQUIRE: DAEMON
|
||||
# REQUIRE: DAEMON %%JABBER_REQUIRE%%
|
||||
# BEFORE: LOGIN
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue