diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2011-03-27 18:23:32 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2011-03-27 18:23:32 +0800 |
commit | 2e46a5b4f383d57b9c3213d328f5bc80446f0a70 (patch) | |
tree | 74c55fbe045b3c7fe882a4ae27e283726a63a02e /www/p5-Dancer | |
parent | 24db669cd2d69f5121c4a7b128b505d9b5936173 (diff) | |
download | freebsd-ports-gnome-2e46a5b4f383d57b9c3213d328f5bc80446f0a70.tar.gz freebsd-ports-gnome-2e46a5b4f383d57b9c3213d328f5bc80446f0a70.tar.zst freebsd-ports-gnome-2e46a5b4f383d57b9c3213d328f5bc80446f0a70.zip |
- Upgrade to 1.3020.
Diffstat (limited to 'www/p5-Dancer')
-rw-r--r-- | www/p5-Dancer/Makefile | 10 | ||||
-rw-r--r-- | www/p5-Dancer/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Dancer/pkg-plist | 8 |
3 files changed, 17 insertions, 5 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile index 156a4d6cd05e..49786d4d507a 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -6,10 +6,10 @@ # PORTNAME= Dancer -PORTVERSION= 1.3011 +PORTVERSION= 1.3020 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/S/SU/SUKRIA +MASTER_SITE_SUBDIR= CPAN:XSAWYERX PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org @@ -43,6 +43,7 @@ MAN3= Dancer.3 \ Dancer::Cookie.3 \ Dancer::Cookies.3 \ Dancer::Deployment.3 \ + Dancer::Deprecation.3 \ Dancer::Development.3 \ Dancer::Development::Integration.3 \ Dancer::Engine.3 \ @@ -53,8 +54,13 @@ MAN3= Dancer.3 \ Dancer::Introduction.3 \ Dancer::Logger.3 \ Dancer::Logger::Abstract.3 \ + Dancer::Logger::Capture.3 \ + Dancer::Logger::Capture::Trap.3 \ Dancer::Logger::Console.3 \ + Dancer::Logger::Diag.3 \ Dancer::Logger::File.3 \ + Dancer::Logger::Note.3 \ + Dancer::Logger::Null.3 \ Dancer::MIME.3 \ Dancer::ModuleLoader.3 \ Dancer::Object.3 \ diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo index a8573e2c1827..6c9f53e58b63 100644 --- a/www/p5-Dancer/distinfo +++ b/www/p5-Dancer/distinfo @@ -1,2 +1,2 @@ -SHA256 (Dancer-1.3011.tar.gz) = 8b7442ef83539c772039e28c7a8c0ff590644ce8d6d60c5133a87f35bb3bac84 -SIZE (Dancer-1.3011.tar.gz) = 226482 +SHA256 (Dancer-1.3020.tar.gz) = e43608ec153796a8f3ebf21e9406443fb17d3541c3104525bac453435d0f1a0d +SIZE (Dancer-1.3020.tar.gz) = 240727 diff --git a/www/p5-Dancer/pkg-plist b/www/p5-Dancer/pkg-plist index e282ce744c85..e5ae50be3e96 100644 --- a/www/p5-Dancer/pkg-plist +++ b/www/p5-Dancer/pkg-plist @@ -7,6 +7,7 @@ bin/dancer %%SITE_PERL%%/Dancer/Cookie.pm %%SITE_PERL%%/Dancer/Cookies.pm %%SITE_PERL%%/Dancer/Deployment.pod +%%SITE_PERL%%/Dancer/Deprecation.pm %%SITE_PERL%%/Dancer/Development.pod %%SITE_PERL%%/Dancer/Development/Integration.pod %%SITE_PERL%%/Dancer/Engine.pm @@ -18,12 +19,16 @@ bin/dancer %%SITE_PERL%%/Dancer/Handler/Debug.pm %%SITE_PERL%%/Dancer/Handler/PSGI.pm %%SITE_PERL%%/Dancer/Handler/Standalone.pm -%%SITE_PERL%%/Dancer/Helpers.pm %%SITE_PERL%%/Dancer/Introduction.pod %%SITE_PERL%%/Dancer/Logger.pm %%SITE_PERL%%/Dancer/Logger/Abstract.pm +%%SITE_PERL%%/Dancer/Logger/Capture.pm +%%SITE_PERL%%/Dancer/Logger/Capture/Trap.pm %%SITE_PERL%%/Dancer/Logger/Console.pm +%%SITE_PERL%%/Dancer/Logger/Diag.pm %%SITE_PERL%%/Dancer/Logger/File.pm +%%SITE_PERL%%/Dancer/Logger/Note.pm +%%SITE_PERL%%/Dancer/Logger/Null.pm %%SITE_PERL%%/Dancer/MIME.pm %%SITE_PERL%%/Dancer/ModuleLoader.pm %%SITE_PERL%%/Dancer/Object.pm @@ -64,6 +69,7 @@ bin/dancer @dirrm %%SITE_PERL%%/Dancer/Request @dirrm %%SITE_PERL%%/Dancer/Plugin @dirrm %%SITE_PERL%%/Dancer/Object +@dirrm %%SITE_PERL%%/Dancer/Logger/Capture @dirrm %%SITE_PERL%%/Dancer/Logger @dirrm %%SITE_PERL%%/Dancer/Handler @dirrm %%SITE_PERL%%/Dancer/Development |