diff options
-rw-r--r-- | www/p5-Catalyst-Example-InstantCRUD/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Example-InstantCRUD/distinfo | 6 | ||||
-rw-r--r-- | www/p5-Catalyst-Example-InstantCRUD/pkg-plist | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-Catalyst-Example-InstantCRUD/Makefile b/www/p5-Catalyst-Example-InstantCRUD/Makefile index c8d6d4d2beb9..ba44778c5aed 100644 --- a/www/p5-Catalyst-Example-InstantCRUD/Makefile +++ b/www/p5-Catalyst-Example-InstantCRUD/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Example-InstantCRUD -PORTVERSION= 0.0.30 +PORTVERSION= 0.033 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -46,6 +46,7 @@ PERL_CONFIGURE= 5.8.1+ MAN1= instantcrud.pl.1 MAN3= Catalyst::Example::Controller::InstantCRUD.3 \ + Catalyst::Example::Controller::InstantCRUD::REST.3 \ Catalyst::Example::InstantCRUD.3 \ Catalyst::Helper::Controller::InstantCRUD.3 \ Catalyst::Helper::InstantCRUD.3 \ diff --git a/www/p5-Catalyst-Example-InstantCRUD/distinfo b/www/p5-Catalyst-Example-InstantCRUD/distinfo index 2908cf430434..ed8ff706c3c1 100644 --- a/www/p5-Catalyst-Example-InstantCRUD/distinfo +++ b/www/p5-Catalyst-Example-InstantCRUD/distinfo @@ -1,3 +1,3 @@ -MD5 (Catalyst-Example-InstantCRUD-0.0.30.tar.gz) = 9b0a7b47e1f7ecb84694424fd9026fc8 -SHA256 (Catalyst-Example-InstantCRUD-0.0.30.tar.gz) = 9d6fda276f87287e2f1b738d35097acbf381537b08a4ebe235acbd5da033731a -SIZE (Catalyst-Example-InstantCRUD-0.0.30.tar.gz) = 24741 +MD5 (Catalyst-Example-InstantCRUD-0.033.tar.gz) = c0f409cc43f53eef98715ad74617896e +SHA256 (Catalyst-Example-InstantCRUD-0.033.tar.gz) = 39140bdeb3e080387a959eac51148c1945d57fe6ce84f4f850cc2945f76d195a +SIZE (Catalyst-Example-InstantCRUD-0.033.tar.gz) = 24280 diff --git a/www/p5-Catalyst-Example-InstantCRUD/pkg-plist b/www/p5-Catalyst-Example-InstantCRUD/pkg-plist index 73ed078c26be..4eb38d7e2b8b 100644 --- a/www/p5-Catalyst-Example-InstantCRUD/pkg-plist +++ b/www/p5-Catalyst-Example-InstantCRUD/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Catalyst/Example/Controller/InstantCRUD.pm +%%SITE_PERL%%/Catalyst/Example/Controller/InstantCRUD/REST.pm %%SITE_PERL%%/Catalyst/Example/InstantCRUD.pm %%SITE_PERL%%/Catalyst/Helper/Controller/InstantCRUD.pm %%SITE_PERL%%/Catalyst/Helper/InstantCRUD.pm @@ -10,6 +11,7 @@ bin/instantcrud.pl @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Example/InstantCRUD @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Example @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst +@dirrmtry %%SITE_PERL%%/Catalyst/Example/Controller/InstantCRUD @dirrmtry %%SITE_PERL%%/Catalyst/Example/Controller @dirrmtry %%SITE_PERL%%/Catalyst/Example/InstantCRUD @dirrmtry %%SITE_PERL%%/Catalyst/Example |