Date: Wed, 28 Oct 2009 15:29:40 GMT From: Wen Heping <wen@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/140050: [REPOCOPY] net/p5-Net-EPP-Client --> net/p5-Net-EPP Message-ID: <200910281529.n9SFTe4B088028@www.freebsd.org> Resent-Message-ID: <200910281530.n9SFU4N8038259@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140050 >Category: ports >Synopsis: [REPOCOPY] net/p5-Net-EPP-Client --> net/p5-Net-EPP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 28 15:30:03 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910281529.n9SFTe4B088028>