diff options
author | culot <culot@FreeBSD.org> | 2013-07-19 17:02:54 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-07-19 17:02:54 +0800 |
commit | 25c594a2b095d5033abc8f920a324fa543f68ff1 (patch) | |
tree | 87a0666aa874f4173212498dd697464481e1dc18 | |
parent | ffc7a03f27fa318e28f64072a36d24faa421be21 (diff) | |
download | freebsd-ports-gnome-25c594a2b095d5033abc8f920a324fa543f68ff1.tar.gz freebsd-ports-gnome-25c594a2b095d5033abc8f920a324fa543f68ff1.tar.zst freebsd-ports-gnome-25c594a2b095d5033abc8f920a324fa543f68ff1.zip |
- 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
-rw-r--r-- | net/p5-XML-Compile-SOAP/Makefile | 6 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP/distinfo | 4 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-XML-Compile-SOAP/Makefile b/net/p5-XML-Compile-SOAP/Makefile index c40a6747b313..72f8b37bb4a3 100644 --- a/net/p5-XML-Compile-SOAP/Makefile +++ b/net/p5-XML-Compile-SOAP/Makefile @@ -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 \ diff --git a/net/p5-XML-Compile-SOAP/distinfo b/net/p5-XML-Compile-SOAP/distinfo index fa0ba446e85d..96dd066bf7f0 100644 --- a/net/p5-XML-Compile-SOAP/distinfo +++ b/net/p5-XML-Compile-SOAP/distinfo @@ -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 diff --git a/net/p5-XML-Compile-SOAP/pkg-descr b/net/p5-XML-Compile-SOAP/pkg-descr index 2852f8f922ca..f6284824a167 100644 --- a/net/p5-XML-Compile-SOAP/pkg-descr +++ b/net/p5-XML-Compile-SOAP/pkg-descr @@ -13,4 +13,4 @@ the messages, but all messages must be schema defined types. 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/ |