From owner-svn-ports-all@freebsd.org Sun Mar 27 22:20:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61C69ADFDA2; Sun, 27 Mar 2016 22:20:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 158B71E1E; Sun, 27 Mar 2016 22:20:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RMKn8m000289; Sun, 27 Mar 2016 22:20:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RMKnGX000287; Sun, 27 Mar 2016 22:20:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603272220.u2RMKnGX000287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 22:20:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412018 - head/net-im/sendxmpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 22:20:50 -0000 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 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. +----------------------------------------------------------