ports/138884: update dependency list for sendxmpp

Vivek Khera vivek at khera.org
Wed Sep 16 16:30:05 UTC 2009


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list