diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-20 10:10:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-20 10:10:31 +0800 |
commit | 2afc877b97e378cd453976b21d7731fe1ffb48ee (patch) | |
tree | bfa15c49fe904073101f52923581256643687366 /net | |
parent | 450af07ae29e58c6190d11d1b7891e99cec85fd7 (diff) | |
download | freebsd-ports-gnome-2afc877b97e378cd453976b21d7731fe1ffb48ee.tar.gz freebsd-ports-gnome-2afc877b97e378cd453976b21d7731fe1ffb48ee.tar.zst freebsd-ports-gnome-2afc877b97e378cd453976b21d7731fe1ffb48ee.zip |
- Update to 0.715
- Add LICENSE
- Align PERL_LEVEL check to stable Perl releases (lang/perl5.*)
Changes: http://search.cpan.org/dist/SOAP-Lite/Changes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 12 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/distinfo | 4 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/pkg-plist | 3 |
3 files changed, 9 insertions, 10 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 9c60a113906a..f755f5d4ef97 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SOAP-Lite -PORTVERSION= 0.714 +PORTVERSION= 0.715 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= SOAP::Lite - Client and server side SOAP implementation +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ @@ -23,14 +26,13 @@ RUN_DEPENDS= p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector BUILD_DEPENDS:= ${RUN_DEPENDS} - TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject CONFLICTS= p5-SOAP-Lite-0.60* p5-SOAP-[0-9]* -PERL_CONFIGURE= yes -CONFIGURE_ARGS+=--noprompt +CONFIGURE_ARGS= --noprompt INSTALL_TARGET= pure_install +PERL_CONFIGURE= yes MAN1= SOAPsh.pl.1 XMLRPCsh.pl.1 stubmaker.pl.1 MAN3= Apache::SOAP.3 \ @@ -64,7 +66,7 @@ MAN3= Apache::SOAP.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500903 +.if ${PERL_LEVEL} < 501000 RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress .endif diff --git a/net/p5-SOAP-Lite/distinfo b/net/p5-SOAP-Lite/distinfo index 8a0f4e297beb..36260d539146 100644 --- a/net/p5-SOAP-Lite/distinfo +++ b/net/p5-SOAP-Lite/distinfo @@ -1,2 +1,2 @@ -SHA256 (SOAP-Lite-0.714.tar.gz) = 21ccac2376c927326db2b72a5d84c45e34a2917348cbada35f34ddf1f14b44d6 -SIZE (SOAP-Lite-0.714.tar.gz) = 236206 +SHA256 (SOAP-Lite-0.715.tar.gz) = 77d837c405e9ff0d665532673c3e3f978e95e543d22d167323334a929eeb0145 +SIZE (SOAP-Lite-0.715.tar.gz) = 233829 diff --git a/net/p5-SOAP-Lite/pkg-plist b/net/p5-SOAP-Lite/pkg-plist index f024f6aa6c3c..13143d5dcb60 100644 --- a/net/p5-SOAP-Lite/pkg-plist +++ b/net/p5-SOAP-Lite/pkg-plist @@ -39,8 +39,6 @@ bin/XMLRPCsh.pl %%SITE_PERL%%/Apache/SOAP.pm %%SITE_PERL%%/Apache/XMLRPC/Lite.pm %%SITE_PERL%%/UDDI/Lite.pm -%%SITE_PERL%%/IO/SessionData.pm -%%SITE_PERL%%/IO/SessionSet.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Lite @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP @dirrm %%SITE_PERL%%/Apache/XMLRPC @@ -51,7 +49,6 @@ bin/XMLRPCsh.pl @dirrm %%SITE_PERL%%/XMLRPC/Transport @dirrm %%SITE_PERL%%/XMLRPC @dirrmtry %%SITE_PERL%%/Apache -@dirrmtry %%SITE_PERL%%/IO @dirrmtry %%SITE_PERL%%/SOAP @dirrmtry %%SITE_PERL%%/XML/Parser @dirrmtry %%SITE_PERL%%/XML |