From vivek@kcilink.com  Wed Sep 16 16:23:37 2009
Return-Path: <vivek@kcilink.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 382A8106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Sep 2009 16:23:37 +0000 (UTC)
	(envelope-from vivek@kcilink.com)
Received: from lorax.kcilink.com (lorax.kcilink.com [206.112.95.1])
	by mx1.freebsd.org (Postfix) with ESMTP id 189938FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Sep 2009 16:23:36 +0000 (UTC)
Received: by lorax.kcilink.com (Postfix, from userid 120)
	id C210BA1011; Wed, 16 Sep 2009 12:04:42 -0400 (EDT)
Message-Id: <20090916160442.C210BA1011@lorax.kcilink.com>
Date: Wed, 16 Sep 2009 12:04:42 -0400 (EDT)
From: Vivek Khera <vivek@khera.org>
Reply-To: Vivek Khera <vivek@khera.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update dependency list for sendxmpp
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mek@mek.uz.ua

>Number:         138884
>Category:       ports
>Synopsis:       update dependency list for net-im/sendxmpp
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 16 16:30:04 UTC 2009
>Closed-Date:    Thu Sep 17 11:54:23 UTC 2009
>Last-Modified:  Thu Sep 17 12:00:13 UTC 2009
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Sep 16 22:06:20 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138884 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mek@mek.uz.ua
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138884: update dependency list for net-im/sendxmpp
Date: Wed, 16 Sep 2009 22:06:19 UT

 Maintainer of net-im/sendxmpp,
 
 Please note that PR ports/138884 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138884
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Max E. Kuznecov" <mek@mek.uz.ua>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/138884: update dependency list for net-im/sendxmpp
Date: Thu, 17 Sep 2009 11:36:01 +0300

 Approving.
 
 --=20
 ~syhpoon
State-Changed-From-To: feedback->open 
State-Changed-By: gnats 
State-Changed-When: Thu Sep 17 09:52:39 UTC 2009 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138884 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Sep 17 11:54:22 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138884 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138884: commit references a PR
Date: Thu, 17 Sep 2009 11:54:16 +0000 (UTC)

 miwi        2009-09-17 11:54:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/sendxmpp      Makefile 
   Log:
   - Fix dependendy
   
   PR:             138884
   Submitted by:   Vivek Khera <vivek@khera.org>
   Approved by:    maintainer
   Feature safe: yes
   
   Revision  Changes    Path
   1.3       +3 -2      ports/net-im/sendxmpp/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
