svn commit: r323273 - head/net/p5-XML-Compile-SOAP
Frederic Culot
culot at FreeBSD.org
Fri Jul 19 09:02:55 UTC 2013
Author: culot
Date: Fri Jul 19 09:02:54 2013
New Revision: 323273
URL: http://svnweb.freebsd.org/changeset/ports/323273
Log:
- Update to 2.37
- Pet portlint(1) by replacing tab into space in WWW link
Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
Modified:
head/net/p5-XML-Compile-SOAP/Makefile
head/net/p5-XML-Compile-SOAP/distinfo
head/net/p5-XML-Compile-SOAP/pkg-descr
Modified: head/net/p5-XML-Compile-SOAP/Makefile
==============================================================================
--- head/net/p5-XML-Compile-SOAP/Makefile Fri Jul 19 08:33:06 2013 (r323272)
+++ head/net/p5-XML-Compile-SOAP/Makefile Fri Jul 19 09:02:54 2013 (r323273)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= XML-Compile-SOAP
-PORTVERSION= 2.36
+PORTVERSION= 2.37
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,12 +15,12 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \
- p5-XML-Compile>=1.33:${PORTSDIR}/textproc/p5-XML-Compile \
+ p5-XML-Compile>=1.35:${PORTSDIR}/textproc/p5-XML-Compile \
p5-XML-Compile-Cache>=0.99.3:${PORTSDIR}/textproc/p5-XML-Compile-Cache \
p5-libwww>=5.816:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \
- p5-XML-Compile>=1.33:${PORTSDIR}/textproc/p5-XML-Compile \
+ p5-XML-Compile>=1.35:${PORTSDIR}/textproc/p5-XML-Compile \
p5-XML-Compile-Cache>=0.99.3:${PORTSDIR}/textproc/p5-XML-Compile-Cache \
p5-libwww>=5.816:${PORTSDIR}/www/p5-libwww
TEST_DEPENDS= p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \
Modified: head/net/p5-XML-Compile-SOAP/distinfo
==============================================================================
--- head/net/p5-XML-Compile-SOAP/distinfo Fri Jul 19 08:33:06 2013 (r323272)
+++ head/net/p5-XML-Compile-SOAP/distinfo Fri Jul 19 09:02:54 2013 (r323273)
@@ -1,2 +1,2 @@
-SHA256 (XML-Compile-SOAP-2.36.tar.gz) = d9b5aece76e910a9e6d3929411e212b19ed2a96d2fe8b37264454aed18172350
-SIZE (XML-Compile-SOAP-2.36.tar.gz) = 107399
+SHA256 (XML-Compile-SOAP-2.37.tar.gz) = 7383a5efc9b8199ab4d96582924143db7442eb4718c6bf8a475e2726bb1991b7
+SIZE (XML-Compile-SOAP-2.37.tar.gz) = 107876
Modified: head/net/p5-XML-Compile-SOAP/pkg-descr
==============================================================================
--- head/net/p5-XML-Compile-SOAP/pkg-descr Fri Jul 19 08:33:06 2013 (r323272)
+++ head/net/p5-XML-Compile-SOAP/pkg-descr Fri Jul 19 09:02:54 2013 (r323273)
@@ -13,4 +13,4 @@ the messages, but all messages must be s
3. RPC style SOAP encoded. The sent data is nowhere described formally. The data
is transported in some ad-hoc way.
-WWW: http://search.cpan.org/dist/XML-Compile-SOAP/
+WWW: http://search.cpan.org/dist/XML-Compile-SOAP/
More information about the svn-ports-head
mailing list