diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-01 15:57:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-01 15:57:38 +0000 |
commit | 19f7d9b6d1c17e7df0960ad41366a6e5b5795255 (patch) | |
tree | ded944f27ec323b7febd8c80daf98bc59b50a299 /www/p5-Catalyst-Action-REST | |
parent | dac73408b0c5e059f069ffafc48398bbe1ccb398 (diff) | |
download | ports-19f7d9b6d1c17e7df0960ad41366a6e5b5795255.tar.gz ports-19f7d9b6d1c17e7df0960ad41366a6e5b5795255.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Action-REST')
-rw-r--r-- | www/p5-Catalyst-Action-REST/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Catalyst-Action-REST/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Catalyst-Action-REST/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-Catalyst-Action-REST/Makefile b/www/p5-Catalyst-Action-REST/Makefile index 385fe4b9e2a5..0a7481c4878a 100644 --- a/www/p5-Catalyst-Action-REST/Makefile +++ b/www/p5-Catalyst-Action-REST/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Catalyst-Action-REST -PORTVERSION= 1.00 -PORTREVISION= 1 +PORTVERSION= 1.01 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -30,7 +29,6 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80030:${PORTSDIR}/www/p5-Catalyst-Runtime p5-libwww>=2.033:${PORTSDIR}/www/p5-libwww \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON PERL_CONFIGURE= yes diff --git a/www/p5-Catalyst-Action-REST/distinfo b/www/p5-Catalyst-Action-REST/distinfo index 7b64126afb53..3c67987ec304 100644 --- a/www/p5-Catalyst-Action-REST/distinfo +++ b/www/p5-Catalyst-Action-REST/distinfo @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Action-REST-1.00.tar.gz) = 2499e52c137a09e3c82e24a2a021258dac6ed02ca57d517f0d945b3ce1b5879e -SIZE (Catalyst-Action-REST-1.00.tar.gz) = 64114 +SHA256 (Catalyst-Action-REST-1.01.tar.gz) = 09f179b9f27e6b99932ee2213adbd4ad477a0acce123e654e636d7be78b775c3 +SIZE (Catalyst-Action-REST-1.01.tar.gz) = 64783 diff --git a/www/p5-Catalyst-Action-REST/pkg-plist b/www/p5-Catalyst-Action-REST/pkg-plist index dbf9a18d600e..a566a913b281 100644 --- a/www/p5-Catalyst-Action-REST/pkg-plist +++ b/www/p5-Catalyst-Action-REST/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/Catalyst/Action/Deserialize/Callback.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/Data/Serializer.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/JSON.pm +%%SITE_PERL%%/Catalyst/Action/Deserialize/JSON/XS.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/View.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/XML/Simple.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/YAML.pm @@ -41,6 +42,7 @@ @dirrmtry %%SITE_PERL%%/Catalyst/Action/Serialize @dirrmtry %%SITE_PERL%%/Catalyst/Action/REST @dirrmtry %%SITE_PERL%%/Catalyst/Action/Deserialize/XML +@dirrmtry %%SITE_PERL%%/Catalyst/Action/Deserialize/JSON @dirrmtry %%SITE_PERL%%/Catalyst/Action/Deserialize/Data @dirrmtry %%SITE_PERL%%/Catalyst/Action/Deserialize @dirrmtry %%SITE_PERL%%/Catalyst/Action |