summaryrefslogtreecommitdiff
path: root/net/p5-SOAP-Lite
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-31 02:03:35 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-31 02:03:35 +0000
commitd28bceea22082ed7b0fd3755c5abc8ea3f091873 (patch)
treeef33f667d7580bda7a00b4e2c5aae614a81a92d2 /net/p5-SOAP-Lite
parentMark IPv6 broken because kame hasn't updated their patches in 6 (diff)
Update to 0.51
Give Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> maintainership PR: 29455 Submitted by: alex@kapran.bitmcnit.bryansk.su
Notes
Notes: svn path=/head/; revision=47192
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r--net/p5-SOAP-Lite/Makefile15
-rw-r--r--net/p5-SOAP-Lite/distinfo2
-rw-r--r--net/p5-SOAP-Lite/files/patch-Makefile.PL4
-rw-r--r--net/p5-SOAP-Lite/pkg-plist18
4 files changed, 28 insertions, 11 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile
index 568181e5d0b2..de3221898f2e 100644
--- a/net/p5-SOAP-Lite/Makefile
+++ b/net/p5-SOAP-Lite/Makefile
@@ -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 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTS
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 --git a/net/p5-SOAP-Lite/distinfo b/net/p5-SOAP-Lite/distinfo
index d9d0c6c1cfe4..68a17ad28e62 100644
--- a/net/p5-SOAP-Lite/distinfo
+++ b/net/p5-SOAP-Lite/distinfo
@@ -1 +1 @@
-MD5 (SOAP-Lite-0.50.tar.gz) = a5d50d9d56fc7dfaa9cbf02155c9bf7d
+MD5 (SOAP-Lite-0.51.tar.gz) = 6b35b54c56c348c1348c66dcfea346dd
diff --git a/net/p5-SOAP-Lite/files/patch-Makefile.PL b/net/p5-SOAP-Lite/files/patch-Makefile.PL
index 456f34773448..d1c5545a331f 100644
--- a/net/p5-SOAP-Lite/files/patch-Makefile.PL
+++ b/net/p5-SOAP-Lite/files/patch-Makefile.PL
@@ -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 --git a/net/p5-SOAP-Lite/pkg-plist b/net/p5-SOAP-Lite/pkg-plist
index f48a65f07926..20c83c82ab28 100644
--- a/net/p5-SOAP-Lite/pkg-plist
+++ b/net/p5-SOAP-Lite/pkg-plist
@@ -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