Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2009 12:04:42 -0400 (EDT)
From:      Vivek Khera <vivek@khera.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/138884: update dependency list for sendxmpp
Message-ID:  <20090916160442.C210BA1011@lorax.kcilink.com>
Resent-Message-ID: <200909161630.n8GGU443073673@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         138884
>Category:       ports
>Synopsis:       update dependency list for sendxmpp
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 16 16:30:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 7.2-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD lorax.kcilink.com 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #12: Tue Jul 14 11:32:39 EDT 2009 steve@lorax.kcilink.com:/u/lorax1/usr7/obj.i386/u/lorax1/usr7/src/sys/KCI32SMP i386


	
>Description:
	

The net-im/sendxmpp program has the option to use TLS, but that requires the
module IO::Socket::SSL.  This patch adds the dependency.

>How-To-Repeat:
	
>Fix:

	


diff -Nru sendxmpp.old/Makefile sendxmpp/Makefile
--- sendxmpp.old/Makefile	2007-10-03 22:16:14.000000000 -0400
+++ sendxmpp/Makefile	2009-09-16 11:57:50.000000000 -0400
@@ -7,14 +7,15 @@
 
 PORTNAME=	sendxmpp
 PORTVERSION=	0.0.8
+PORTREVISION=	1
 CATEGORIES=	net-im perl5
 MASTER_SITES=	http://www.djcbsoftware.nl/code/sendxmpp/
 
 MAINTAINER=	mek@mek.uz.ua
 COMMENT=	Perl-script to send xmpp (jabber) messages
 
-BUILD_DEPENDS=	${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net-im/p5-Net-XMPP
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS+=	p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP \
+		p5-IO-Socket-SSL>0.0:${PORTSDIR}/security/p5-IO-Socket-SSL
 
 PERL_CONFIGURE=	yes
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090916160442.C210BA1011>