- Update to v0.06
This commit is contained in:
parent
34f7273c66
commit
b37b626b13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169264
3 changed files with 26 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Net-EPP-Frame
|
||||
PORTVERSION= 0.05
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
|
@ -21,18 +21,28 @@ RUN_DEPENDS+= ${BUILD_DEPENDS}
|
|||
MAN3= Net::EPP::Frame.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 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Net-EPP-Frame-0.05.tar.gz) = 587014d76251fc0c43920e6b2860c7d9
|
||||
SHA256 (Net-EPP-Frame-0.05.tar.gz) = 4bf1cd86dd0a60db9cb61ba23f255f7f2fc0b735bfaba73eb7c2f8fc7aa59c3a
|
||||
SIZE (Net-EPP-Frame-0.05.tar.gz) = 14504
|
||||
MD5 (Net-EPP-Frame-0.06.tar.gz) = 292ca8c89a9fe2d2a84211eaaa886157
|
||||
SHA256 (Net-EPP-Frame-0.06.tar.gz) = fb9495ec28db5ac68bee13bfba4d159176306a6bc08a408b0db88463435058bd
|
||||
SIZE (Net-EPP-Frame-0.06.tar.gz) = 16762
|
||||
|
|
|
@ -1,18 +1,28 @@
|
|||
%%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/Renew.pm
|
||||
%%SITE_PERL%%/Net/EPP/Frame/Command/Transfer.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
|
||||
|
@ -21,8 +31,10 @@
|
|||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/Frame
|
||||
@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
|
||||
@dirrm %%SITE_PERL%%/Net/EPP/Frame
|
||||
|
|
Loading…
Reference in a new issue