1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add missing runtime dependencies

- While here, cosmetic fix to pkg-message and silence mkdir

PR:		207784
Submitted by:	everytrash@gmail.com
Approved by:	maintainer timeout (mek@mek.uz.ua, 3 weeks)
This commit is contained in:
Dmitry Marakasov 2016-03-27 22:20:48 +00:00
parent 7839614aeb
commit 7b604830ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412018
2 changed files with 11 additions and 9 deletions

View File

@ -11,8 +11,10 @@ COMMENT= Perl-script to send xmpp (jabber) messages
LICENSE= GPLv2
BUILD_DEPENDS= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP
RUN_DEPENDS= p5-Getopt-Long>0.0:${PORTSDIR}/devel/p5-Getopt-Long
BUILD_DEPENDS= p5-Net-XMPP>=0:${PORTSDIR}/net-im/p5-Net-XMPP
RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \
p5-Net-XMPP>=0:${PORTSDIR}/net-im/p5-Net-XMPP
USE_GITHUB= yes
GH_ACCOUNT= lhost
@ -27,7 +29,7 @@ PLIST_FILES= bin/sendxmpp ${SITE_MAN1}/sendxmpp.1.gz
OPTIONS_DEFINE= EXAMPLES
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -1,7 +1,7 @@
----------------------------------------------------------
Existing users of 'sendxmpp' be aware that the format of
the config file has changed and you need to update your
~/.sendxmpprc file accordingly.
----------------------------------------------------------
Existing users of 'sendxmpp' be aware that the format of
the config file has changed and you need to update your
~/.sendxmpprc file accordingly.
The new config file format is described in the man page.
----------------------------------------------------------
The new config file format is described in the man page.
----------------------------------------------------------