Date: Sun, 27 Mar 2016 22:20:49 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412018 - head/net-im/sendxmpp Message-ID: <201603272220.u2RMKnGX000287@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Mar 27 22:20:48 2016 New Revision: 412018 URL: https://svnweb.freebsd.org/changeset/ports/412018 Log: - 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) Modified: head/net-im/sendxmpp/Makefile head/net-im/sendxmpp/pkg-message Modified: head/net-im/sendxmpp/Makefile ============================================================================== --- head/net-im/sendxmpp/Makefile Sun Mar 27 22:18:55 2016 (r412017) +++ head/net-im/sendxmpp/Makefile Sun Mar 27 22:20:48 2016 (r412018) @@ -11,8 +11,10 @@ COMMENT= Perl-script to send xmpp (jabbe 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}/s OPTIONS_DEFINE= EXAMPLES post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> Modified: head/net-im/sendxmpp/pkg-message ============================================================================== --- head/net-im/sendxmpp/pkg-message Sun Mar 27 22:18:55 2016 (r412017) +++ head/net-im/sendxmpp/pkg-message Sun Mar 27 22:20:48 2016 (r412018) @@ -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. +----------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603272220.u2RMKnGX000287>