diff options
author | gabor <gabor@FreeBSD.org> | 2008-02-26 19:57:47 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2008-02-26 19:57:47 +0800 |
commit | b37aa2cb8f99c2cfd2d9b0ec50ac3bc4725ee34e (patch) | |
tree | 3844b3caaf42abf802af3f65ba9a664a1357bd4b /www/p5-RT-Client-REST | |
parent | 077656618747590f6b509dfbadaceccb1eabc558 (diff) | |
download | freebsd-ports-gnome-b37aa2cb8f99c2cfd2d9b0ec50ac3bc4725ee34e.tar.gz freebsd-ports-gnome-b37aa2cb8f99c2cfd2d9b0ec50ac3bc4725ee34e.tar.zst freebsd-ports-gnome-b37aa2cb8f99c2cfd2d9b0ec50ac3bc4725ee34e.zip |
- Update to 0.32
- Style
PR: ports/121026
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer
Diffstat (limited to 'www/p5-RT-Client-REST')
-rw-r--r-- | www/p5-RT-Client-REST/Makefile | 16 | ||||
-rw-r--r-- | www/p5-RT-Client-REST/distinfo | 6 |
2 files changed, 10 insertions, 12 deletions
diff --git a/www/p5-RT-Client-REST/Makefile b/www/p5-RT-Client-REST/Makefile index 4a02e69b921c..011949338e02 100644 --- a/www/p5-RT-Client-REST/Makefile +++ b/www/p5-RT-Client-REST/Makefile @@ -6,21 +6,19 @@ # PORTNAME= RT-Client-REST -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= RT +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= svysh@pn.sinp.msu.ru COMMENT= Perl modules designed to talk to RT installation using REST protocol -BUILD_DEPENDS= \ - ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ - ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception +BUILD_DEPENDS= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ + ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ + ${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/www/p5-RT-Client-REST/distinfo b/www/p5-RT-Client-REST/distinfo index 93418a31f905..b90bed767a1f 100644 --- a/www/p5-RT-Client-REST/distinfo +++ b/www/p5-RT-Client-REST/distinfo @@ -1,3 +1,3 @@ -MD5 (RT-Client-REST-0.31.tar.gz) = 9111af2aefab53a0b81c222cd3754737 -SHA256 (RT-Client-REST-0.31.tar.gz) = 0b8e443356f1b4b87df67ddb16f78714c93f37d8883dff2a8f2e261853787d7a -SIZE (RT-Client-REST-0.31.tar.gz) = 34215 +MD5 (RT-Client-REST-0.32.tar.gz) = 09152001b4a82bdfae6f54c7894d7634 +SHA256 (RT-Client-REST-0.32.tar.gz) = c900d56da0e91e62904382733984b44cec1d37ec1331b9388efcdf3623be5be3 +SIZE (RT-Client-REST-0.32.tar.gz) = 34978 |