diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-06-03 14:08:51 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-06-03 14:08:51 +0000 |
commit | 36250357c101fa45fb184adcd740707d0c12c02b (patch) | |
tree | b48a9479c481778de8468f06ea3b46ca6acec882 /net/p5-SOAP-Lite | |
parent | 148c60d8102aabb01b3dd876ffb385e9c06a365d (diff) | |
download | ports-36250357c101fa45fb184adcd740707d0c12c02b.tar.gz ports-36250357c101fa45fb184adcd740707d0c12c02b.zip |
Notes
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 6 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/distinfo | 4 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/files/patch-Makefile.PL | 10 |
3 files changed, 15 insertions, 5 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index c5910018fbed..36d8b1ecdee3 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -6,8 +6,7 @@ # PORTNAME= SOAP-Lite -PORTVERSION= 0.55 -PORTREVISION= 1 +PORTVERSION= 0.60a CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SOAP @@ -21,16 +20,17 @@ BUILD_DEPENDS= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ + ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ ${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 -MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} MAN3= Apache::SOAP.3 \ Apache::XMLRPC::Lite.3 \ SOAP::Lite.3 \ diff --git a/net/p5-SOAP-Lite/distinfo b/net/p5-SOAP-Lite/distinfo index 807b3e36dcf3..a69b0ba66e03 100644 --- a/net/p5-SOAP-Lite/distinfo +++ b/net/p5-SOAP-Lite/distinfo @@ -1,2 +1,2 @@ -MD5 (SOAP-Lite-0.55.tar.gz) = 77618ef6822aa10eaa8770cc20f0d794 -SIZE (SOAP-Lite-0.55.tar.gz) = 167076 +MD5 (SOAP-Lite-0.60a.tar.gz) = aed9f8e9c4cf180d15c6e15aedc484d7 +SIZE (SOAP-Lite-0.60a.tar.gz) = 170390 diff --git a/net/p5-SOAP-Lite/files/patch-Makefile.PL b/net/p5-SOAP-Lite/files/patch-Makefile.PL new file mode 100644 index 000000000000..b5a3dfea5540 --- /dev/null +++ b/net/p5-SOAP-Lite/files/patch-Makefile.PL @@ -0,0 +1,10 @@ +--- 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 |