Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2012 19:00:31 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303295 - head/net/p5-XML-Compile-SOAP-Daemon
Message-ID:  <201208281900.q7SJ0VX0013825@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Tue Aug 28 19:00:31 2012
New Revision: 303295
URL: http://svn.freebsd.org/changeset/ports/303295

Log:
  - Update to 3.05
  - Add LICENSE (Artistic 1 & GPL 1)
  - Pet portlint(1) by moving TEST_DEPENDS earlier
  
  Changes:	http://search.cpan.org/dist/XML-Compile-SOAP-Daemon/ChangeLog

Modified:
  head/net/p5-XML-Compile-SOAP-Daemon/Makefile
  head/net/p5-XML-Compile-SOAP-Daemon/distinfo

Modified: head/net/p5-XML-Compile-SOAP-Daemon/Makefile
==============================================================================
--- head/net/p5-XML-Compile-SOAP-Daemon/Makefile	Tue Aug 28 18:01:09 2012	(r303294)
+++ head/net/p5-XML-Compile-SOAP-Daemon/Makefile	Tue Aug 28 19:00:31 2012	(r303295)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-Compile-SOAP-Daemon
-PORTVERSION=	3.04
+PORTVERSION=	3.05
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,14 +14,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Base class for SOAP message servers
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \
-		p5-XML-Compile>=1.24:${PORTSDIR}/textproc/p5-XML-Compile \
+		p5-XML-Compile>=1.26:${PORTSDIR}/textproc/p5-XML-Compile \
 		p5-XML-Compile-Cache>=0.99.1:${PORTSDIR}/textproc/p5-XML-Compile-Cache \
-		p5-XML-Compile-SOAP>=2.26:${PORTSDIR}/net/p5-XML-Compile-SOAP \
+		p5-XML-Compile-SOAP>=2.29:${PORTSDIR}/net/p5-XML-Compile-SOAP \
 		p5-XML-Compile-SOAP-WSA>=0.12:${PORTSDIR}/net/p5-XML-Compile-SOAP-WSA
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-
-TEST_DEPENDS=	p5-XML-Compile-Tester>=0.05:${PORTSDIR}/devel/p5-XML-Compile-Tester
+TEST_DEPENDS=	p5-XML-Compile-Tester>=0.90:${PORTSDIR}/devel/p5-XML-Compile-Tester
 
 PERL_CONFIGURE=	yes
 

Modified: head/net/p5-XML-Compile-SOAP-Daemon/distinfo
==============================================================================
--- head/net/p5-XML-Compile-SOAP-Daemon/distinfo	Tue Aug 28 18:01:09 2012	(r303294)
+++ head/net/p5-XML-Compile-SOAP-Daemon/distinfo	Tue Aug 28 19:00:31 2012	(r303295)
@@ -1,2 +1,2 @@
-SHA256 (XML-Compile-SOAP-Daemon-3.04.tar.gz) = 14e7cf87f8aad6bd06ebc312582e9e0902ad83bada385015393ff4ba4310b845
-SIZE (XML-Compile-SOAP-Daemon-3.04.tar.gz) = 42970
+SHA256 (XML-Compile-SOAP-Daemon-3.05.tar.gz) = 43b1e678033b0ef3de43fa2769fd40d3aea5072b3d0a9abd8a11d3b3643c94d6
+SIZE (XML-Compile-SOAP-Daemon-3.05.tar.gz) = 43853



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