diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-20 03:44:31 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-20 03:44:31 +0000 |
commit | 5f4f1d57328e46e491d1750146a91b0969f24a68 (patch) | |
tree | ab92acae07ecffdbb53cb15b181e19c3703c8123 /net | |
parent | - Update to 0.609 (diff) |
- Update to 0.69
- Use BUILD_DEPENDS=${RUN_DEPENDS} to prevent from unnecessary dependency
- Use ${SETENV} to replace /bin/env
- Add WWW entry
PR: ports/102153
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (timeout)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 8 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/distinfo | 6 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/pkg-descr | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index c6351226c704..19bb7b83db71 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SOAP-Lite -PORTVERSION= 0.67 +PORTVERSION= 0.69 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SOAP @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= kappa@freebsd.org.ua COMMENT= SOAP::Lite - Client and server side SOAP implementation -BUILD_DEPENDS= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ +RUN_DEPENDS= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${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} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS+= --noprompt @@ -67,7 +67,7 @@ MAN3= Apache::SOAP.3 \ XMLRPC::Transport::TCP.3 post-patch: - @${REINPLACE_CMD} -e 's|bin/env|usr/bin/env|' \ + @${REINPLACE_CMD} -e 's|/bin/env|${SETENV}|' \ ${WRKSRC}/bin/* ${WRKSRC}/t/* .include <bsd.port.mk> diff --git a/net/p5-SOAP-Lite/distinfo b/net/p5-SOAP-Lite/distinfo index 0febbe226d67..9d6e3914532d 100644 --- a/net/p5-SOAP-Lite/distinfo +++ b/net/p5-SOAP-Lite/distinfo @@ -1,3 +1,3 @@ -MD5 (SOAP-Lite-0.67.tar.gz) = 2473030e75838e86529ca57a49f9104f -SHA256 (SOAP-Lite-0.67.tar.gz) = df49b0583ae0cb28d788ffc031a3967e7acb73c4412fb48ef2a23e1baef6c493 -SIZE (SOAP-Lite-0.67.tar.gz) = 237149 +MD5 (SOAP-Lite-0.69.tar.gz) = 24e0c656a6a7047c91f7f3f3b5c36513 +SHA256 (SOAP-Lite-0.69.tar.gz) = 90b69cd2482027fecd371a3fd1341d2276fc189b2af66b5dd76f63b44529fb82 +SIZE (SOAP-Lite-0.69.tar.gz) = 238150 diff --git a/net/p5-SOAP-Lite/pkg-descr b/net/p5-SOAP-Lite/pkg-descr index 050481b99ea2..17ee1cd71a43 100644 --- a/net/p5-SOAP-Lite/pkg-descr +++ b/net/p5-SOAP-Lite/pkg-descr @@ -1,3 +1,5 @@ SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side. + +WWW: http://search.cpan.org/dist/SOAP-Lite/ |