diff options
author | clsung <clsung@FreeBSD.org> | 2008-03-27 10:16:15 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-03-27 10:16:15 +0800 |
commit | 52ae029a866e0bab4fb35b374544be9061745e29 (patch) | |
tree | 0201113f75e257d903c9f1c6077eee4ec523da87 /net/p5-XML-Compile-SOAP | |
parent | 0ce927b8066973d5dc2ff95e017d6e3d492df9c4 (diff) | |
download | freebsd-ports-gnome-52ae029a866e0bab4fb35b374544be9061745e29.tar.gz freebsd-ports-gnome-52ae029a866e0bab4fb35b374544be9061745e29.tar.zst freebsd-ports-gnome-52ae029a866e0bab4fb35b374544be9061745e29.zip |
- Update to 0.67
- reset maintainershipt
Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
PR: ports/121339
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Diffstat (limited to 'net/p5-XML-Compile-SOAP')
-rw-r--r-- | net/p5-XML-Compile-SOAP/Makefile | 11 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP/distinfo | 6 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP/pkg-plist | 2 |
3 files changed, 9 insertions, 10 deletions
diff --git a/net/p5-XML-Compile-SOAP/Makefile b/net/p5-XML-Compile-SOAP/Makefile index f6a8def50360..1e902e14e061 100644 --- a/net/p5-XML-Compile-SOAP/Makefile +++ b/net/p5-XML-Compile-SOAP/Makefile @@ -6,18 +6,15 @@ # PORTNAME= XML-Compile-SOAP -PORTVERSION= 0.65 -CATEGORIES= net +PORTVERSION= 0.67 +CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= tjs@cdpa.nsysu.edu.tw +MAINTAINER= clsung@FreeBSD.org COMMENT= Base-class for SOAP implementations -RUN_DEPENDS= p5-XML-Compile>=0.61:${PORTSDIR}/textproc/p5-XML-Compile \ - p5-Log-Report>=0.11:${PORTSDIR}/devel/p5-Log-Report \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -BUILD_DEPENDS= p5-XML-Compile>=0.61:${PORTSDIR}/textproc/p5-XML-Compile \ +RUN_DEPENDS= p5-XML-Compile>=0.68:${PORTSDIR}/textproc/p5-XML-Compile \ p5-Log-Report>=0.11:${PORTSDIR}/devel/p5-Log-Report \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes diff --git a/net/p5-XML-Compile-SOAP/distinfo b/net/p5-XML-Compile-SOAP/distinfo index c93f1beb7be1..59426cb1e310 100644 --- a/net/p5-XML-Compile-SOAP/distinfo +++ b/net/p5-XML-Compile-SOAP/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-Compile-SOAP-0.65.tar.gz) = 8d7dd026204003994a7a11913d9ea155 -SHA256 (XML-Compile-SOAP-0.65.tar.gz) = cf383521dceb25eef144018e759c2a07d729279c2f928646a6dda2e3bd51eced -SIZE (XML-Compile-SOAP-0.65.tar.gz) = 85322 +MD5 (XML-Compile-SOAP-0.67.tar.gz) = 453193394df9b13837cdf1fec38be451 +SHA256 (XML-Compile-SOAP-0.67.tar.gz) = b6daeada70b14c307459de8a46b0147aab98aeeb6d26998daf12bc61ab839af1 +SIZE (XML-Compile-SOAP-0.67.tar.gz) = 88378 diff --git a/net/p5-XML-Compile-SOAP/pkg-plist b/net/p5-XML-Compile-SOAP/pkg-plist index 9e54e3a9afec..369cf34e4414 100644 --- a/net/p5-XML-Compile-SOAP/pkg-plist +++ b/net/p5-XML-Compile-SOAP/pkg-plist @@ -44,6 +44,7 @@ %%SITE_PERL%%/XML/Compile/WSDL11/xsd/wsdl.xsd @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/SOAP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML @dirrmtry %%SITE_PERL%%/XML/Compile/WSDL11/xsd @dirrmtry %%SITE_PERL%%/XML/Compile/WSDL11 @dirrmtry %%SITE_PERL%%/XML/Compile/Transport @@ -53,3 +54,4 @@ @dirrmtry %%SITE_PERL%%/XML/Compile/SOAP11 @dirrmtry %%SITE_PERL%%/XML/Compile/SOAP @dirrmtry %%SITE_PERL%%/XML/Compile +@dirrmtry %%SITE_PERL%%/XML |