From nobody@FreeBSD.org  Wed Oct 28 15:29:41 2009
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 2E818106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Oct 2009 15:29:41 +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 1C8A68FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Oct 2009 15:29:41 +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 n9SFTeRx088029
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Oct 2009 15:29:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n9SFTe4B088028;
	Wed, 28 Oct 2009 15:29:40 GMT
	(envelope-from nobody)
Message-Id: <200910281529.n9SFTe4B088028@www.freebsd.org>
Date: Wed, 28 Oct 2009 15:29:40 GMT
From: Wen Heping <wen@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [REPOCOPY] net/p5-Net-EPP-Client --> net/p5-Net-EPP
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140050
>Category:       ports
>Synopsis:       [REPOCOPY] net/p5-Net-EPP-Client --> net/p5-Net-EPP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 28 15:30:03 UTC 2009
>Closed-Date:    Wed Nov 11 15:19:17 UTC 2009
>Last-Modified:  Wed Nov 11 15:19:17 UTC 2009
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Thu Sep  3 16:55:45 HKT 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Net::EPP::Client and Net::EPP::Frame both merged into Net::EPP upstream. So we shall repocopy net/p5-Net-EPP-Client to net/p5-Net-EPP and remove 
net/p5-Net-EPP-Frame and update the DEPENDS of net/p5-Net-EPP-Proxy.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-10-28 13:10:03.000000000 +0800
+++ Makefile	2009-10-28 18:15:27.000000000 +0800
@@ -5,8 +5,8 @@
 # $FreeBSD: ports/net/p5-Net-EPP-Client/Makefile,v 1.5 2008/04/29 10:34:38 miwi Exp $
 #
 
-PORTNAME=	Net-EPP-Client
-PORTVERSION=	0.07
+PORTNAME=	Net-EPP
+PORTVERSION=	0.13
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,12 +16,49 @@
 
 BUILD_DEPENDS=	${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
-		${SITE_PERL}/Net/EPP/Frame.pm:${PORTSDIR}/net/p5-Net-EPP-Frame
+		p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
 RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
-		${SITE_PERL}/Net/EPP/Frame.pm:${PORTSDIR}/net/p5-Net-EPP-Frame
+		p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
 
-MAN3=	Net::EPP::Client.3
+MAN3=	Net::EPP::Client.3 \
+	Net::EPP::Frame.3 \
+	Net::EPP::Frame::Command::Create::Domain.3 \
+	Net::EPP::Protocol.3 \
+	Net::EPP::ResponseCodes.3 \
+	Net::EPP::Simple.3 \
+	Net::EPP::Frame::Command.3 \
+	Net::EPP::Frame::Command::Check.3 \
+	Net::EPP::Frame::Command::Check::Contact.3 \
+	Net::EPP::Frame::Command::Check::Domain.3 \
+	Net::EPP::Frame::Command::Check::Host.3 \
+	Net::EPP::Frame::Command::Create.3 \
+	Net::EPP::Frame::Command::Create::Contact.3 \
+	Net::EPP::Frame::Command::Delete.3 \
+	Net::EPP::Frame::Command::Delete::Contact.3 \
+	Net::EPP::Frame::Command::Delete::Domain.3 \
+	Net::EPP::Frame::Command::Delete::Host.3 \
+	Net::EPP::Frame::Command::Info.3 \
+	Net::EPP::Frame::Command::Info::Contact.3 \
+	Net::EPP::Frame::Command::Info::Domain.3 \
+	Net::EPP::Frame::Command::Info::Host.3 \
+	Net::EPP::Frame::Command::Login.3 \
+	Net::EPP::Frame::Command::Logout.3 \
+	Net::EPP::Frame::Command::Poll.3 \
+	Net::EPP::Frame::Command::Renew.3 \
+	Net::EPP::Frame::Command::Transfer.3 \
+	Net::EPP::Frame::Command::Update.3 \
+	Net::EPP::Frame::Command::Update::Contact.3 \
+	Net::EPP::Frame::Command::Update::Domain.3 \
+	Net::EPP::Frame::Command::Update::Host.3 \
+	Net::EPP::Frame::Greeting.3 \
+	Net::EPP::Frame::Hello.3 \
+	Net::EPP::Frame::ObjectSpec.3 \
+	Net::EPP::Frame::Response.3 \
+	Net::EPP::Frame::Command::Poll::Req.3 \
+	Net::EPP::Frame::Command::Transfer::Domain.3 \
+	Net::EPP::Frame::Command::Transfer::Contact.3 \
+	Net::EPP::Frame::Command::Poll::Ack.3
 
 PERL_CONFIGURE=	yes
 
--- distinfo.orig	2009-10-28 13:10:13.000000000 +0800
+++ distinfo	2009-10-28 13:10:59.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (Net-EPP-Client-0.07.tar.gz) = 550e90db037fdd00253b3a6ccf542aa1
-SHA256 (Net-EPP-Client-0.07.tar.gz) = d79c578b0ac8771f88f31f5b814e5a699290f89bada8e310b83371d146085b5e
-SIZE (Net-EPP-Client-0.07.tar.gz) = 11024
+MD5 (Net-EPP-0.13.tar.gz) = 2e003a75b9e1103f42b2546fff0030c1
+SHA256 (Net-EPP-0.13.tar.gz) = 200951b58e2cd2cc2e73d8a89968e6f2d9085e8c787f9642603b2b633b478aec
+SIZE (Net-EPP-0.13.tar.gz) = 32437
--- pkg-plist.orig	2009-10-28 13:10:21.000000000 +0800
+++ pkg-plist	2009-10-28 17:46:26.000000000 +0800
@@ -1,7 +1,54 @@
 %%SITE_PERL%%/Net/EPP/Client.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/Client/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/Client
+%%SITE_PERL%%/Net/EPP/Frame/Command/Create/Domain.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Create/Host.pm
+%%SITE_PERL%%/Net/EPP/Protocol.pm
+%%SITE_PERL%%/Net/EPP/ResponseCodes.pm
+%%SITE_PERL%%/Net/EPP/Simple.pm
+%%SITE_PERL%%/Net/EPP.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/.packlist
+%%SITE_PERL%%/Net/EPP/Frame.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Check.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Check/Contact.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Check/Domain.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Check/Host.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Create.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Create/Contact.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Delete.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Delete/Contact.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Delete/Domain.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Delete/Host.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Info.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Info/Contact.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Info/Domain.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Info/Host.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Login.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Logout.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Poll.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Poll/Req.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Poll/Ack.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Renew.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Transfer.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Transfer/Domain.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Transfer/Contact.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Update.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Update/Contact.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Update/Domain.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Update/Host.pm
+%%SITE_PERL%%/Net/EPP/Frame/Greeting.pm
+%%SITE_PERL%%/Net/EPP/Frame/Hello.pm
+%%SITE_PERL%%/Net/EPP/Frame/ObjectSpec.pm
+%%SITE_PERL%%/Net/EPP/Frame/Response.pm
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Update
+@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Info
+@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Delete
+@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Create
+@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Check
+@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Poll
+@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Transfer
+@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command
+@dirrm %%SITE_PERL%%/Net/EPP/Frame
 @dirrmtry %%SITE_PERL%%/Net/EPP
 @dirrmtry %%SITE_PERL%%/Net


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 28 15:30:15 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140050 
Responsible-Changed-From-To: miwi->wen 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Oct 29 09:57:01 UTC 2009 
Responsible-Changed-Why:  
not sure why i got this but it's yours 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140050 
Responsible-Changed-From-To: wen->portmgr 
Responsible-Changed-By: wen 
Responsible-Changed-When: Mon Nov 2 02:40:50 UTC 2009 
Responsible-Changed-Why:  
portmgr territory. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140050 
State-Changed-From-To: open->repocopy 
State-Changed-By: wen 
State-Changed-When: Sun Nov 8 15:09:51 UTC 2009 
State-Changed-Why:  
Fix state 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140050 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Tue Nov 10 00:02:39 UTC 2009 
State-Changed-Why:  
Repocopy complete. 


Responsible-Changed-From-To: portmgr->wen 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Tue Nov 10 00:02:39 UTC 2009 
Responsible-Changed-Why:  
Repocopy complete. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140050: commit references a PR
Date: Wed, 11 Nov 2009 08:07:09 +0000 (UTC)

 wen         2009-11-11 08:06:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Log:
   - Remove Net::EPP::Client and Net::EPP::Frame
   
   PR:             ports/140050
   Submitted by:   wen@FreeBSD.org (myself)
   
   Revision  Changes    Path
   1.2150    +1 -2      ports/net/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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140050: commit references a PR
Date: Wed, 11 Nov 2009 08:58:10 +0000 (UTC)

 wen         2009-11-11 08:57:58 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    MOVED 
   Log:
   - Remove net/p5-Net-EPP-Frame and net/p5-Net-EPP-Client,
   because they are merged into p5-Net-EPP upstream
   
   PR:             ports/140050
   Submitted by:   wen@FreeBSD.org (myself)
   
   Revision  Changes    Path
   1.2019    +3 -1      ports/MOVED
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Wed Nov 11 15:19:17 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140050 
>Unformatted:
