From nobody@FreeBSD.org  Mon Oct 11 13:55:04 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 13C951065674
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Oct 2010 13:55:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 030AC8FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Oct 2010 13:55:04 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o9BDt3xc001652
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Oct 2010 13:55:03 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o9BDt33r001651;
	Mon, 11 Oct 2010 13:55:03 GMT
	(envelope-from nobody)
Message-Id: <201010111355.o9BDt33r001651@www.freebsd.org>
Date: Mon, 11 Oct 2010 13:55:03 GMT
From: Aragon Gouveia <aragon@phat.za.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] net-p2p/uhub incorrect perl dependence
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: yashin.dm@gmail.com

>Number:         151391
>Category:       ports
>Synopsis:       [patch] net-p2p/uhub incorrect perl dependence
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 11 14:00:10 UTC 2010
>Closed-Date:    Mon Oct 11 15:56:37 UTC 2010
>Last-Modified:  Mon Oct 11 16:00:10 UTC 2010
>Originator:     Aragon Gouveia
>Release:        8.1-STABLE
>Organization:
>Environment:
FreeBSD igor.geek.sh 8.1-STABLE FreeBSD 8.1-STABLE #0: Sat Jul 24 19:06:08 SAST 2010     toor@igor.geek.sh:/usr/obj/usr/src/sys/IGOR  amd64
>Description:
net-p2p/uhub is set to depend on perl for both building and running, however, perl is only needed for building.  Attached patch fixes this.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2010-10-11 14:37:41.000000000 +0200
+++ Makefile	2010-10-11 14:37:58.000000000 +0200
@@ -14,7 +14,7 @@
 MAINTAINER=	yashin.dm@gmail.com
 COMMENT=	High performance peer-to-peer hub for the ADC network
 
-USE_PERL5=	yes
+USE_PERL5_BUILD=yes
 USE_GMAKE=	yes
 
 USE_RC_SUBR=	uhub.sh


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Oct 11 14:00:18 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: yashin.dm@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/151391: [patch] net-p2p/uhub incorrect perl dependence
Date: Mon, 11 Oct 2010 14:00:14 UT

 Maintainer of net-p2p/uhub,
 
 Please note that PR ports/151391 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/151391
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Dmitry Yashin <yashin.dm@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/151391: [patch] net-p2p/uhub incorrect perl dependence
Date: Mon, 11 Oct 2010 18:14:20 +0400

 Thanks Aragon Gouveia.
 I agree with the correction (patch).
State-Changed-From-To: feedback->open 
State-Changed-By: sunpoet 
State-Changed-When: Mon Oct 11 15:30:25 UTC 2010 
State-Changed-Why:  
Maintainer has approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151391 
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon Oct 11 15:49:29 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151391 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Oct 11 15:56:36 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151391: commit references a PR
Date: Mon, 11 Oct 2010 15:56:26 +0000 (UTC)

 sunpoet     2010-10-11 15:56:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/uhub         Makefile 
   Log:
   - Fix Perl dependency: use USE_PERL5_BUILD instead of USE_PERL5
   
   PR:             ports/151391
   Submitted by:   Aragon Gouveia <aragon@phat.za.net>
   Approved by:    Dmitry Yashin <yashin.dm@gmail.com> (maintainer), pgollucci (mentor, implicit)
   
   Revision  Changes    Path
   1.5       +1 -1      ports/net-p2p/uhub/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:
