1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update from v0.02 to v0.05

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-06-14 07:58:52 +00:00
parent 82fc25b451
commit 44808a461e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165377
3 changed files with 13 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Net-EPP-Frame
PORTVERSION= 0.02
PORTVERSION= 0.05
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@ -21,9 +21,12 @@ 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::Domain.3 \
Net::EPP::Frame::Command::Create.3 \
Net::EPP::Frame::Command::Delete.3 \
Net::EPP::Frame::Command::Delete::Domain.3 \
Net::EPP::Frame::Command::Info.3 \
Net::EPP::Frame::Command::Info::Domain.3 \
Net::EPP::Frame::Command::Login.3 \
Net::EPP::Frame::Command::Logout.3 \
Net::EPP::Frame::Command::Poll.3 \

View File

@ -1,3 +1,3 @@
MD5 (Net-EPP-Frame-0.02.tar.gz) = 5b849c602e1b5bdf23677de04b7ce3db
SHA256 (Net-EPP-Frame-0.02.tar.gz) = 7ff762bf5e080a19a7e029ef56abe0906ccc36e2b6e5b95242c28befa60c9239
SIZE (Net-EPP-Frame-0.02.tar.gz) = 13680
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

View File

@ -1,9 +1,12 @@
%%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/Domain.pm
%%SITE_PERL%%/Net/EPP/Frame/Command/Create.pm
%%SITE_PERL%%/Net/EPP/Frame/Command/Delete.pm
%%SITE_PERL%%/Net/EPP/Frame/Command/Delete/Domain.pm
%%SITE_PERL%%/Net/EPP/Frame/Command/Info.pm
%%SITE_PERL%%/Net/EPP/Frame/Command/Info/Domain.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
@ -18,6 +21,9 @@
@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/Info
@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Delete
@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Check
@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command
@dirrm %%SITE_PERL%%/Net/EPP/Frame
@dirrmtry %%SITE_PERL%%/Net/EPP