aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-03-28 06:20:48 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-03-28 06:20:48 +0800
commit4ed008eb05cc42cafb09fc258d0f4fd1d87db85d (patch)
treec82ac8c54d10873a3bd48099190762442300760c /net-im
parentffd90c80997a16dcbb5dbea6bd69c82e1fa4d9b2 (diff)
downloadfreebsd-ports-gnome-4ed008eb05cc42cafb09fc258d0f4fd1d87db85d.tar.gz
freebsd-ports-gnome-4ed008eb05cc42cafb09fc258d0f4fd1d87db85d.tar.zst
freebsd-ports-gnome-4ed008eb05cc42cafb09fc258d0f4fd1d87db85d.zip
- 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)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/sendxmpp/Makefile8
-rw-r--r--net-im/sendxmpp/pkg-message12
2 files changed, 11 insertions, 9 deletions
diff --git a/net-im/sendxmpp/Makefile b/net-im/sendxmpp/Makefile
index 4ee338df6fe8..acdb2d96a75c 100644
--- a/net-im/sendxmpp/Makefile
+++ b/net-im/sendxmpp/Makefile
@@ -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>
diff --git a/net-im/sendxmpp/pkg-message b/net-im/sendxmpp/pkg-message
index e3aa3a9a8fb7..a5646ba9258e 100644
--- a/net-im/sendxmpp/pkg-message
+++ b/net-im/sendxmpp/pkg-message
@@ -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.
+----------------------------------------------------------