From steve@mouf.net  Tue Mar  6 02:57:24 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 627091065675;
	Tue,  6 Mar 2012 02:57:24 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 1A4548FC21;
	Tue,  6 Mar 2012 02:57:24 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q262vJjX031991
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Mon, 5 Mar 2012 21:57:19 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q262vJ8Q004968;
	Mon, 5 Mar 2012 21:57:19 -0500 (EST)
	(envelope-from steve)
Message-Id: <201203060257.q262vJ8Q004968@meatwad.mouf.net>
Date: Mon, 5 Mar 2012 21:57:19 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: miwi@freebsd.org
Subject: [PATCH] net-im/p5-Net-XMPP2: add missing DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165768
>Category:       ports
>Synopsis:       [PATCH] net-im/p5-Net-XMPP2: add missing DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 06 03:00:25 UTC 2012
>Closed-Date:    Sat Mar 17 04:27:10 UTC 2012
>Last-Modified:  Sat Mar 17 04:30:15 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add missing BUILD_DEPENDS to silence build warnings and allow the port to work
- Sort DEPENDS
- Avoid use of SITE_PERL in DEPENDS
- Bump PORTREVISION

note: passes tests now

Port maintainer (miwi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Net-XMPP2-0.14_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-im/p5-Net-XMPP2/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	13 Jan 2011 21:36:30 -0000	1.7
+++ Makefile	6 Mar 2012 02:56:22 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-XMPP2
 PORTVERSION=	0.14
+PORTREVISION=	1
 CATEGORIES=	net-im perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Net
@@ -15,15 +16,17 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	An implementation of the XMPP Protocol
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
-		${SITE_PERL}/${PERL_ARCH}/Net/LibIDN.pm:${PORTSDIR}/dns/p5-Net-LibIDN \
-		${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
-		${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser \
-		${SITE_PERL}/${PERL_ARCH}/AnyEvent.pm:${PORTSDIR}/devel/p5-AnyEvent \
-		${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \
-		${SITE_PERL}/BS/Event.pm:${PORTSDIR}/devel/p5-BS-Event \
-		${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
-		${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer
+BUILD_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
+		p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
+		p5-BS-Event>=0:${PORTSDIR}/devel/p5-BS-Event \
+		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+		p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN \
+		p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
+		p5-Object-Event>=0:${PORTSDIR}/devel/p5-Object-Event \
+		p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
+		p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Net-XMPP2-0.14_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 6 03:00:39 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165768 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Mar 17 04:27:09 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165768: commit references a PR
Date: Sat, 17 Mar 2012 04:27:16 +0000 (UTC)

 miwi        2012-03-17 04:27:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/p5-Net-XMPP2  Makefile 
   Log:
   - Add missing BUILD_DEPENDS to silence build warnings and allow the port to work
   - Sort DEPENDS
   - Avoid use of SITE_PERL in DEPENDS
   - Bump PORTREVISION
   
   PR:             165768
   Submitted by:   swills@
   Feature safe:   yes
   
   Revision  Changes    Path
   1.8       +21 -9     ports/net-im/p5-Net-XMPP2/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:
