Date: Sat, 4 Aug 2001 10:29:28 +0400 (MSD) From: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/29455: [port update] net/p5-SOAP-Lite Message-ID: <200108040629.f746TSE01782@kapran.bitmcnit.bryansk.su>
next in thread | raw e-mail | index | archive | help
>Number: 29455 >Category: ports >Synopsis: [port update] net/p5-SOAP-Lite >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 04 06:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: Inner Mongolia >Environment: System: FreeBSD kapran.bitmcnit.bryansk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Sun Jun 24 22:56:52 MSD 2001 root@kapran.bitmcnit.bryansk.su:/usr/src/sys/compile/KAPRAN i386 >Description: >How-To-Repeat: >Fix: diff -ru /usr/ports/net/p5-SOAP-Lite/Makefile p5-SOAP-Lite/Makefile --- /usr/ports/net/p5-SOAP-Lite/Makefile Sat Aug 4 10:15:43 2001 +++ p5-SOAP-Lite/Makefile Sat Aug 4 10:27:28 2001 @@ -6,13 +6,13 @@ # PORTNAME= SOAP-Lite -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SOAP PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kapr@crosswinds.net BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ @@ -23,22 +23,29 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +INSTALL_TARGET= pure_install -MAN1= SOAPsh.pl.1 +MAN1= SOAPsh.pl.1 XMLRPCsh.pl.1 MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} MAN3= Apache::SOAP.3 \ + Apache::XMLRPC::Lite.3 \ SOAP::Lite.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::Transport::POP3.3 \ SOAP::Transport::TCP.3 \ UDDI::Lite.3 \ XML::Parser::Lite.3 \ XMLRPC::Lite.3 \ - XMLRPC::Transport::HTTP.3 + XMLRPC::Test.3 \ + XMLRPC::Transport::HTTP.3 \ + XMLRPC::Transport::POP3.3 \ + XMLRPC::Transport::TCP.3 .include <bsd.port.mk> diff -ru /usr/ports/net/p5-SOAP-Lite/distinfo p5-SOAP-Lite/distinfo --- /usr/ports/net/p5-SOAP-Lite/distinfo Mon May 28 16:52:09 2001 +++ p5-SOAP-Lite/distinfo Fri Aug 3 18:03:41 2001 @@ -1 +1 @@ -MD5 (SOAP-Lite-0.50.tar.gz) = a5d50d9d56fc7dfaa9cbf02155c9bf7d +MD5 (SOAP-Lite-0.51.tar.gz) = 6b35b54c56c348c1348c66dcfea346dd diff -ru /usr/ports/net/p5-SOAP-Lite/files/patch-Makefile.PL p5-SOAP-Lite/files/patch-Makefile.PL --- /usr/ports/net/p5-SOAP-Lite/files/patch-Makefile.PL Mon May 28 16:52:10 2001 +++ p5-SOAP-Lite/files/patch-Makefile.PL Fri Aug 3 19:24:38 2001 @@ -1,6 +1,6 @@ --- Makefile.PL.orig Mon May 28 17:12:36 2001 +++ Makefile.PL Mon May 28 17:14:23 2001 -@@ -55,7 +55,7 @@ +@@ -71,7 +71,7 @@ EOI my %prerequisites; @@ -9,7 +9,7 @@ foreach (split /(^[-\s]+$)/m, $prerequisites) { print unless $auto; -@@ -67,11 +67,7 @@ +@@ -83,11 +83,7 @@ } } diff -ru /usr/ports/net/p5-SOAP-Lite/pkg-plist p5-SOAP-Lite/pkg-plist --- /usr/ports/net/p5-SOAP-Lite/pkg-plist Mon May 28 16:52:09 2001 +++ p5-SOAP-Lite/pkg-plist Fri Aug 3 19:01:32 2001 @@ -1,28 +1,38 @@ bin/SOAPsh.pl +bin/XMLRPCsh.pl bin/stubmaker.pl lib/perl5/site_perl/%%PERL_VER%%/Apache/SOAP.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/XMLRPC/Lite.pm +lib/perl5/site_perl/%%PERL_VER%%/IO/SessionData.pm +lib/perl5/site_perl/%%PERL_VER%%/IO/SessionSet.pm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Lite.pm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Test.pm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport/FTP.pm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport/HTTP.pm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport/IO.pm +lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport/JABBER.pm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport/LOCAL.pm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport/MAILTO.pm +lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport/MQ.pm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport/POP3.pm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport/TCP.pm lib/perl5/site_perl/%%PERL_VER%%/UDDI/Lite.pm lib/perl5/site_perl/%%PERL_VER%%/XML/Parser/Lite.pm lib/perl5/site_perl/%%PERL_VER%%/XMLRPC/Lite.pm +lib/perl5/site_perl/%%PERL_VER%%/XMLRPC/Test.pm lib/perl5/site_perl/%%PERL_VER%%/XMLRPC/Transport/HTTP.pm +lib/perl5/site_perl/%%PERL_VER%%/XMLRPC/Transport/POP3.pm +lib/perl5/site_perl/%%PERL_VER%%/XMLRPC/Transport/TCP.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SOAP/Lite/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SOAP/Lite @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SOAP 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/XMLRPC +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport +@dirrm lib/perl5/site_perl/%%PERL_VER%%/UDDI @dirrm lib/perl5/site_perl/%%PERL_VER%%/XMLRPC/Transport @dirrm lib/perl5/site_perl/%%PERL_VER%%/XMLRPC -@dirrm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IO 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/SOAP 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/Parser 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/SOAP 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/UDDI >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108040629.f746TSE01782>