aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-SOAP-Lite
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2004-06-03 22:08:51 +0800
committerlth <lth@FreeBSD.org>2004-06-03 22:08:51 +0800
commit858caa8c99b34ad1c5f51b28ec1b950f95b95539 (patch)
tree0cda5fc7f1399148e47f4e6c0c2d2eca011268a8 /net/p5-SOAP-Lite
parentd169354ac5f6805745bcaddb8dcf2051a837f728 (diff)
downloadfreebsd-ports-gnome-858caa8c99b34ad1c5f51b28ec1b950f95b95539.tar.gz
freebsd-ports-gnome-858caa8c99b34ad1c5f51b28ec1b950f95b95539.tar.zst
freebsd-ports-gnome-858caa8c99b34ad1c5f51b28ec1b950f95b95539.zip
- Update to 0.60a
- Removed obsolete MAN3PREFIX PR: ports/67485 Submitted by: Foxfair Hu <foxfair@freebsd.org> via Alex Kapranoff <kappa@rambler-co.ru> (maintainer) Approved by: erwin (mentor)
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r--net/p5-SOAP-Lite/Makefile6
-rw-r--r--net/p5-SOAP-Lite/distinfo4
-rw-r--r--net/p5-SOAP-Lite/files/patch-Makefile.PL10
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