From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 28 15:30:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90D1D106568D for ; Wed, 28 Oct 2009 15:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53FDA8FC1C for ; Wed, 28 Oct 2009 15:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9SFU4oC038262 for ; Wed, 28 Oct 2009 15:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9SFU4N8038259; Wed, 28 Oct 2009 15:30:04 GMT (envelope-from gnats) Resent-Date: Wed, 28 Oct 2009 15:30:04 GMT Resent-Message-Id: <200910281530.n9SFU4N8038259@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen Heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E818106566B for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140050: [REPOCOPY] net/p5-Net-EPP-Client --> net/p5-Net-EPP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2009 15:30:04 -0000 >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: