From sunpoet@sunpoet.net  Sat Apr 21 06:11:02 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4365E1065688
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Apr 2012 06:11:02 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 0C0A78FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Apr 2012 06:11:02 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3VZNmz6rLyz904; Sat, 21 Apr 2012 14:09:23 +0800 (CST)
Message-Id: <3VZNmz6rLyz904@sunpoet.net>
Date: Sat, 21 Apr 2012 14:09:23 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: markun@onohara.to
Subject: [PATCH] net/p5-Net-Rendezvous-Publish: fix *_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: markun@onohara.to

>Number:         167151
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-Rendezvous-Publish: fix *_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 21 06:20:14 UTC 2012
>Closed-Date:    Tue May 01 16:14:28 UTC 2012
>Last-Modified:  Tue May  1 16:20:10 UTC 2012
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Mar 19 09:07:46 CST 2012
>Description:
- Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases
- Sort MAN3
- Bump PORTREVISION for dependency change

Port maintainer (markun@onohara.to) is cc'd.

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

--- p5-Net-Rendezvous-Publish-0.04_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Rendezvous-Publish/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	21 Jan 2012 17:38:39 -0000	1.2
+++ Makefile	21 Apr 2012 06:10:37 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-Rendezvous-Publish
 PORTVERSION=	0.04
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,13 +15,12 @@
 MAINTAINER=	markun@onohara.to
 COMMENT=	Publish Rendezvous services
 
-BUILD_DEPENDS=	p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue \
-		p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
+BUILD_DEPENDS=	p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-MAN3=		Net::Rendezvous::Publish::Service.3 \
-		Net::Rendezvous::Publish.3
+MAN3=		Net::Rendezvous::Publish.3 \
+		Net::Rendezvous::Publish::Service.3
 
 .include <bsd.port.mk>
--- p5-Net-Rendezvous-Publish-0.04_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 21 06:20:50 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167151 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Apr 21 06:20:55 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: markun@onohara.to
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/167151: [PATCH] net/p5-Net-Rendezvous-Publish: fix *_DEPENDS
Date: Sat, 21 Apr 2012 06:20:53 UT

 Maintainer of net/p5-Net-Rendezvous-Publish,
 
 Please note that PR ports/167151 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/167151
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sat Apr 21 06:37:39 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: TERAMOTO Masahiro <markun@onohara.to>
To: bug-followup@FreeBSD.org,
 sunpoet@FreeBSD.org
Cc:  
Subject: Re: ports/167151: [PATCH] net/p5-Net-Rendezvous-Publish: fix *_DEPENDS
Date: Wed, 02 May 2012 00:50:32 +0900

 Dear sunpoet,
 
 Thank you for your patch.
 I approve this.
 
 Please commit.
 
 Best regards,
 
 -- 
 TERAMOTO Masahiro <markun@onohara.to>
 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Tue May 1 16:14:26 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167151: commit references a PR
Date: Tue,  1 May 2012 16:14:28 +0000 (UTC)

 sunpoet     2012-05-01 16:14:17 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-Net-Rendezvous-Publish Makefile 
   Log:
   - Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases
   - Sort MAN3
   - Bump PORTREVISION for dependency change
   
   PR:             ports/167151
   Submitted by:   sunpoet (myself)
   Approved by:    TERAMOTO Masahiro <markun@onohara.to> (maintainer)
   
   Revision  Changes    Path
   1.3       +4 -4      ports/net/p5-Net-Rendezvous-Publish/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:
