diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-04-16 22:52:14 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-04-16 22:52:14 +0000 |
commit | 5a1a4be50b653007feb2b6ff38141e11c9b1471c (patch) | |
tree | 910cf13559a7e5249034dd81678b68095e2b3da4 /net/p5-SOAP-Lite | |
parent | 963ed9e594e048c4aa4ac5f21e5bb48328755bc2 (diff) | |
download | ports-5a1a4be50b653007feb2b6ff38141e11c9b1471c.tar.gz ports-5a1a4be50b653007feb2b6ff38141e11c9b1471c.zip |
Update to version 0.55.
Remote attack vulnerability fixed.
PR: 37143
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=57776
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 5 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/distinfo | 2 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/files/patch-Makefile.PL | 24 |
3 files changed, 4 insertions, 27 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index de3221898f2e..2acd3a6a20a8 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -6,13 +6,13 @@ # PORTNAME= SOAP-Lite -PORTVERSION= 0.51 +PORTVERSION= 0.55 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SOAP PKGNAMEPREFIX= p5- -MAINTAINER= kapr@crosswinds.net +MAINTAINER= kappa@freebsd.org.ua 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,6 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTS RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +CONFIGURE_ARGS+= --noprompt INSTALL_TARGET= pure_install MAN1= SOAPsh.pl.1 XMLRPCsh.pl.1 diff --git a/net/p5-SOAP-Lite/distinfo b/net/p5-SOAP-Lite/distinfo index 68a17ad28e62..3c5890c32aa2 100644 --- a/net/p5-SOAP-Lite/distinfo +++ b/net/p5-SOAP-Lite/distinfo @@ -1 +1 @@ -MD5 (SOAP-Lite-0.51.tar.gz) = 6b35b54c56c348c1348c66dcfea346dd +MD5 (SOAP-Lite-0.55.tar.gz) = 77618ef6822aa10eaa8770cc20f0d794 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 d1c5545a331f..000000000000 --- a/net/p5-SOAP-Lite/files/patch-Makefile.PL +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.PL.orig Mon May 28 17:12:36 2001 -+++ Makefile.PL Mon May 28 17:14:23 2001 -@@ -71,7 +71,7 @@ - EOI - - my %prerequisites; --my $auto = ExtUtils::MakeMaker::prompt("\nDo you want to proceed with this configuration?" => 'yes') =~ /^\s*y/i; -+my $auto = "y"; - - foreach (split /(^[-\s]+$)/m, $prerequisites) { - print unless $auto; -@@ -83,11 +83,7 @@ - } - } - --my $noncoretests = ExtUtils::MakeMaker::prompt(' --During "make test" phase we may run tests with several SOAP servers --that may take long and may fail due to server/connectivity problems. -- --Do you want to perform these tests in addition to core tests?', 'no') =~ /^\s*(y)/i; -+my $noncoretests = "n"; - - my $tests = join ' ', glob ($noncoretests ? 't/*.t' : 't/0*.t'); - |