diff options
author | mnag <mnag@FreeBSD.org> | 2006-04-15 01:16:59 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-04-15 01:16:59 +0800 |
commit | f929db5a688177cf58eda01f80dce6c3477afbdb (patch) | |
tree | 7d2be64590c4eb965ec69ee233ba847ed67f7c52 /net | |
parent | 98727e0ddb8606e54833cf4d470b50dc62b69810 (diff) | |
download | freebsd-ports-gnome-f929db5a688177cf58eda01f80dce6c3477afbdb.tar.gz freebsd-ports-gnome-f929db5a688177cf58eda01f80dce6c3477afbdb.tar.zst freebsd-ports-gnome-f929db5a688177cf58eda01f80dce6c3477afbdb.zip |
- Update to 0.67
- portlint(1)
PR: 94915
Submitted by: Danijel Tasov <danielt___pilgerer.org>
Approved by: maintainer timeout, 20 days
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 38 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/distinfo | 6 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/files/patch-Makefile.PL | 10 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/pkg-plist | 56 |
4 files changed, 71 insertions, 39 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 36d8b1ecdee3..c6351226c704 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SOAP-Lite -PORTVERSION= 0.60a +PORTVERSION= 0.67 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SOAP @@ -24,26 +24,40 @@ BUILD_DEPENDS= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS= ${BUILD_DEPENDS} -WRKSRC= ${WRKDIR}/${PORTNAME}-0.60 PERL_CONFIGURE= yes CONFIGURE_ARGS+= --noprompt INSTALL_TARGET= pure_install -USE_REINPLACE= yes -MAN1= SOAPsh.pl.1 XMLRPCsh.pl.1 +MAN1= SOAPsh.pl.1 XMLRPCsh.pl.1 stubmaker.pl.1 MAN3= Apache::SOAP.3 \ Apache::XMLRPC::Lite.3 \ + OldDocs::SOAP::Lite.3 \ + OldDocs::SOAP::Transport::FTP.3 \ + OldDocs::SOAP::Transport::HTTP.3 \ + OldDocs::SOAP::Transport::IO.3 \ + OldDocs::SOAP::Transport::JABBER.3 \ + OldDocs::SOAP::Transport::LOCAL.3 \ + OldDocs::SOAP::Transport::MAILTO.3 \ + OldDocs::SOAP::Transport::MQ.3 \ + OldDocs::SOAP::Transport::POP3.3 \ + OldDocs::SOAP::Transport::TCP.3 \ + SOAP::Client.3 \ + SOAP::Constants.3 \ + SOAP::Data.3 \ + SOAP::Deserializer.3 \ + SOAP::Fault.3 \ + SOAP::Header.3 \ SOAP::Lite.3 \ + SOAP::Packager.3 \ + SOAP::SOM.3 \ + SOAP::Schema.3 \ + SOAP::Serializer.3 \ + SOAP::Server.3 \ SOAP::Test.3 \ - SOAP::Transport::FTP.3 \ - SOAP::Transport::JABBER.3 \ - SOAP::Transport::HTTP.3 \ - SOAP::Transport::IO.3 \ - SOAP::Transport::LOCAL.3 \ - SOAP::Transport::MAILTO.3 \ - SOAP::Transport::MQ.3 \ + SOAP::Trace.3 \ + SOAP::Transport.3 \ SOAP::Transport::POP3.3 \ - SOAP::Transport::TCP.3 \ + SOAP::Utils.3 \ UDDI::Lite.3 \ XML::Parser::Lite.3 \ XMLRPC::Lite.3 \ diff --git a/net/p5-SOAP-Lite/distinfo b/net/p5-SOAP-Lite/distinfo index f0fc3c90b6af..0febbe226d67 100644 --- a/net/p5-SOAP-Lite/distinfo +++ b/net/p5-SOAP-Lite/distinfo @@ -1,3 +1,3 @@ -MD5 (SOAP-Lite-0.60a.tar.gz) = aed9f8e9c4cf180d15c6e15aedc484d7 -SHA256 (SOAP-Lite-0.60a.tar.gz) = 812b030c10d91f3508c351b41c1af97919c7553dced7534267465082c949cdb8 -SIZE (SOAP-Lite-0.60a.tar.gz) = 170390 +MD5 (SOAP-Lite-0.67.tar.gz) = 2473030e75838e86529ca57a49f9104f +SHA256 (SOAP-Lite-0.67.tar.gz) = df49b0583ae0cb28d788ffc031a3967e7acb73c4412fb48ef2a23e1baef6c493 +SIZE (SOAP-Lite-0.67.tar.gz) = 237149 diff --git a/net/p5-SOAP-Lite/files/patch-Makefile.PL b/net/p5-SOAP-Lite/files/patch-Makefile.PL deleted file mode 100644 index b5a3dfea5540..000000000000 --- a/net/p5-SOAP-Lite/files/patch-Makefile.PL +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.PL.orig Wed Jun 2 12:27:31 2004 -+++ Makefile.PL Wed Jun 2 12:28:46 2004 -@@ -67,6 +67,7 @@ - - $help and print($helptext), exit; - -+$prompt and - ExtUtils::MakeMaker::prompt(<<EOI . "Press <enter> to see the detailed list."); - - We are about to install SOAP::Lite and for your convenience will provide diff --git a/net/p5-SOAP-Lite/pkg-plist b/net/p5-SOAP-Lite/pkg-plist index 6f01639d23b0..828ec1a1c817 100644 --- a/net/p5-SOAP-Lite/pkg-plist +++ b/net/p5-SOAP-Lite/pkg-plist @@ -1,29 +1,53 @@ bin/SOAPsh.pl -bin/XMLRPCsh.pl bin/stubmaker.pl -%%SITE_PERL%%/Apache/SOAP.pm -%%SITE_PERL%%/Apache/XMLRPC/Lite.pm -%%SITE_PERL%%/IO/SessionData.pm -%%SITE_PERL%%/IO/SessionSet.pm -%%SITE_PERL%%/SOAP/Lite.pm +bin/XMLRPCsh.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Lite/.packlist +%%SITE_PERL%%/SOAP/Packager.pm +%%SITE_PERL%%/SOAP/Data.pm %%SITE_PERL%%/SOAP/Test.pm -%%SITE_PERL%%/SOAP/Transport/FTP.pm -%%SITE_PERL%%/SOAP/Transport/HTTP.pm -%%SITE_PERL%%/SOAP/Transport/IO.pm +%%SITE_PERL%%/SOAP/Transport.pm +%%SITE_PERL%%/SOAP/Deserializer.pm +%%SITE_PERL%%/SOAP/Trace.pm +%%SITE_PERL%%/SOAP/Schema.pm +%%SITE_PERL%%/SOAP/Server.pm +%%SITE_PERL%%/SOAP/Utils.pm +%%SITE_PERL%%/SOAP/Constants.pm +%%SITE_PERL%%/SOAP/Serializer.pm +%%SITE_PERL%%/SOAP/Client.pm +%%SITE_PERL%%/SOAP/SOM.pm +%%SITE_PERL%%/SOAP/Header.pm +%%SITE_PERL%%/SOAP/Lite.pm +%%SITE_PERL%%/SOAP/Fault.pm %%SITE_PERL%%/SOAP/Transport/JABBER.pm -%%SITE_PERL%%/SOAP/Transport/LOCAL.pm %%SITE_PERL%%/SOAP/Transport/MAILTO.pm -%%SITE_PERL%%/SOAP/Transport/MQ.pm %%SITE_PERL%%/SOAP/Transport/POP3.pm +%%SITE_PERL%%/SOAP/Transport/MQ.pm +%%SITE_PERL%%/SOAP/Transport/IO.pm %%SITE_PERL%%/SOAP/Transport/TCP.pm -%%SITE_PERL%%/UDDI/Lite.pm +%%SITE_PERL%%/SOAP/Transport/HTTP.pm +%%SITE_PERL%%/SOAP/Transport/LOCAL.pm +%%SITE_PERL%%/SOAP/Transport/FTP.pm %%SITE_PERL%%/XML/Parser/Lite.pm %%SITE_PERL%%/XMLRPC/Lite.pm %%SITE_PERL%%/XMLRPC/Test.pm +%%SITE_PERL%%/XMLRPC/Transport/TCP.pm %%SITE_PERL%%/XMLRPC/Transport/HTTP.pm %%SITE_PERL%%/XMLRPC/Transport/POP3.pm -%%SITE_PERL%%/XMLRPC/Transport/TCP.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Lite/.packlist +%%SITE_PERL%%/OldDocs/SOAP/Lite.pm +%%SITE_PERL%%/OldDocs/SOAP/Transport/TCP.pm +%%SITE_PERL%%/OldDocs/SOAP/Transport/POP3.pm +%%SITE_PERL%%/OldDocs/SOAP/Transport/HTTP.pm +%%SITE_PERL%%/OldDocs/SOAP/Transport/FTP.pm +%%SITE_PERL%%/OldDocs/SOAP/Transport/MQ.pm +%%SITE_PERL%%/OldDocs/SOAP/Transport/JABBER.pm +%%SITE_PERL%%/OldDocs/SOAP/Transport/IO.pm +%%SITE_PERL%%/OldDocs/SOAP/Transport/LOCAL.pm +%%SITE_PERL%%/OldDocs/SOAP/Transport/MAILTO.pm +%%SITE_PERL%%/Apache/SOAP.pm +%%SITE_PERL%%/Apache/XMLRPC/Lite.pm +%%SITE_PERL%%/UDDI/Lite.pm +%%SITE_PERL%%/IO/SessionData.pm +%%SITE_PERL%%/IO/SessionSet.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Lite @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP @dirrm %%SITE_PERL%%/Apache/XMLRPC @@ -36,3 +60,7 @@ bin/stubmaker.pl @dirrmtry %%SITE_PERL%%/SOAP @dirrmtry %%SITE_PERL%%/XML/Parser @dirrmtry %%SITE_PERL%%/XML +@dirrmtry %%SITE_PERL%%/OldDocs/SOAP/Transport +@dirrmtry %%SITE_PERL%%/OldDocs/SOAP +@dirrmtry %%SITE_PERL%%/OldDocs +@dirrmtry %%SITE_PERL%%/XMLRPC |