- Fix rc.d script, setting REQUIRE: [e]jabberd
- Bump PORTREVISION - Add more MASTER_SITES
This commit is contained in:
parent
f5d818af90
commit
69656bab18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160516
2 changed files with 9 additions and 4 deletions
|
@ -6,8 +6,11 @@
|
|||
|
||||
PORTNAME= pymsn
|
||||
PORTVERSION= 0.11a
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://msn-transport.jabberstudio.org/tarballs/
|
||||
MASTER_SITES= http://msn-transport.jabberstudio.org/tarballs/ \
|
||||
${MASTER_SITE_GENTOO}
|
||||
MASTER_SITE_SUBDIR= distfiles
|
||||
PKGNAMEPREFIX= jabber-
|
||||
PKGNAMESUFFIX= -transport
|
||||
DISTNAME= ${PORTNAME}t-${PORTVERSION}
|
||||
|
@ -39,16 +42,18 @@ PORTDOCS= COPYING README TODO
|
|||
|
||||
.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}/ -type d \( -name CVS -or -name .svn \) | ${XARGS} ${RM} -rf
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# PROVIDE: jabber_pymsn
|
||||
# REQUIRE: DAEMON
|
||||
# REQUIRE: DAEMON %%JABBER_REQUIRE%%
|
||||
# BEFORE: LOGIN
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue