svn commit: r373902 - head/net/p5-SOAP-Lite

Frederic Culot culot at FreeBSD.org
Thu Dec 4 13:50:50 UTC 2014


Author: culot
Date: Thu Dec  4 13:50:49 2014
New Revision: 373902
URL: https://svnweb.freebsd.org/changeset/ports/373902
QAT: https://qat.redports.org/buildarchive/r373902/

Log:
  - Update to 1.12 [1]
  - Update dependencies minimum version requirements
  - Remove module name from COMMENT
  
  Changes:	http://search.cpan.org/dist/SOAP-Lite/Changes
  PR:		ports/195658 [1]
  Submitted by:	Sergei Vyshenski <svysh.fbsd at gmail.com> (maintainer)

Modified:
  head/net/p5-SOAP-Lite/Makefile
  head/net/p5-SOAP-Lite/distinfo

Modified: head/net/p5-SOAP-Lite/Makefile
==============================================================================
--- head/net/p5-SOAP-Lite/Makefile	Thu Dec  4 13:33:38 2014	(r373901)
+++ head/net/p5-SOAP-Lite/Makefile	Thu Dec  4 13:50:49 2014	(r373902)
@@ -2,14 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	SOAP-Lite
-PORTVERSION=	1.11
-PORTREVISION=	1
+PORTVERSION=	1.12
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	svysh.fbsd at gmail.com
-COMMENT=	SOAP::Lite - Client and server side SOAP implementation
+COMMENT=	Client and server side SOAP implementation
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
@@ -17,11 +16,11 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	\
 		p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
-		p5-IO-SessionData>=0:${PORTSDIR}/devel/p5-IO-SessionData \
+		p5-IO-SessionData>=1.03:${PORTSDIR}/devel/p5-IO-SessionData \
 		p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
 		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
 		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \
-		p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
+		p5-XML-Parser>=2.23:${PORTSDIR}/textproc/p5-XML-Parser \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
 		p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
 

Modified: head/net/p5-SOAP-Lite/distinfo
==============================================================================
--- head/net/p5-SOAP-Lite/distinfo	Thu Dec  4 13:33:38 2014	(r373901)
+++ head/net/p5-SOAP-Lite/distinfo	Thu Dec  4 13:50:49 2014	(r373902)
@@ -1,2 +1,2 @@
-SHA256 (SOAP-Lite-1.11.tar.gz) = e4dee589ef7d66314b3dc956569b2541e0b917e834974e078c256571b6011efe
-SIZE (SOAP-Lite-1.11.tar.gz) = 227294
+SHA256 (SOAP-Lite-1.12.tar.gz) = 874746435af463c05d8cf3609017cd19a05f971271a308f043179e653becd00b
+SIZE (SOAP-Lite-1.12.tar.gz) = 227356


More information about the svn-ports-head mailing list