Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2012 02:10:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301207 - head/net/p5-SOAP-Lite
Message-ID:  <201207200210.q6K2AVrQ045376@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul 20 02:10:31 2012
New Revision: 301207
URL: http://svn.freebsd.org/changeset/ports/301207

Log:
  - 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

Modified:
  head/net/p5-SOAP-Lite/Makefile   (contents, props changed)
  head/net/p5-SOAP-Lite/distinfo   (contents, props changed)
  head/net/p5-SOAP-Lite/pkg-plist   (contents, props changed)

Modified: head/net/p5-SOAP-Lite/Makefile
==============================================================================
--- head/net/p5-SOAP-Lite/Makefile	Fri Jul 20 02:09:22 2012	(r301206)
+++ head/net/p5-SOAP-Lite/Makefile	Fri Jul 20 02:10:31 2012	(r301207)
@@ -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}
 		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
 

Modified: head/net/p5-SOAP-Lite/distinfo
==============================================================================
--- head/net/p5-SOAP-Lite/distinfo	Fri Jul 20 02:09:22 2012	(r301206)
+++ head/net/p5-SOAP-Lite/distinfo	Fri Jul 20 02:10:31 2012	(r301207)
@@ -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

Modified: head/net/p5-SOAP-Lite/pkg-plist
==============================================================================
--- head/net/p5-SOAP-Lite/pkg-plist	Fri Jul 20 02:09:22 2012	(r301206)
+++ head/net/p5-SOAP-Lite/pkg-plist	Fri Jul 20 02:10:31 2012	(r301207)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207200210.q6K2AVrQ045376>