Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Dancer/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 21 Dec 2010 03:02:03 -0000 1.5 +++ Makefile 29 Jan 2011 04:17:22 -0000 @@ -6,10 +6,10 @@ # PORTNAME= Dancer -PORTVERSION= 1.2003 +PORTVERSION= 1.3001 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/X/XS/XSAWYERX +MASTER_SITE_SUBDIR= ../../authors/id/S/SU/SUKRIA PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org @@ -41,6 +41,7 @@ Dancer::Cookies.3 \ Dancer::Deployment.3 \ Dancer::Development.3 \ + Dancer::Development::Integration.3 \ Dancer::Engine.3 \ Dancer::Error.3 \ Dancer::FileUtils.3 \ @@ -51,13 +52,16 @@ Dancer::Logger::Abstract.3 \ Dancer::Logger::Console.3 \ Dancer::Logger::File.3 \ + Dancer::MIME.3 \ Dancer::ModuleLoader.3 \ Dancer::Object.3 \ + Dancer::Object::Singleton.3 \ Dancer::Plugin.3 \ Dancer::Plugin::Ajax.3 \ Dancer::Plugins.3 \ Dancer::Request.3 \ Dancer::Request::Upload.3 \ + Dancer::Response.3 \ Dancer::Route::Cache.3 \ Dancer::Serializer.3 \ Dancer::Serializer::JSON.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-Dancer/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 21 Dec 2010 03:02:03 -0000 1.4 +++ distinfo 29 Jan 2011 03:39:21 -0000 @@ -1,2 +1,2 @@ -SHA256 (Dancer-1.2003.tar.gz) = ac8ae4b97967992678e3103cfb6b2e7905689d3ac78f19e84ec52c2ae38176b5 -SIZE (Dancer-1.2003.tar.gz) = 202052 +SHA256 (Dancer-1.3001.tar.gz) = f9291decd2e42d63e30b1c599f161b9bd881fefd53d0093610d3b74a0c08100e +SIZE (Dancer-1.3001.tar.gz) = 220983 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/p5-Dancer/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 21 Dec 2010 03:02:03 -0000 1.3 +++ pkg-plist 29 Jan 2011 04:20:17 -0000 @@ -23,8 +23,10 @@ %%SITE_PERL%%/Dancer/Logger/Abstract.pm %%SITE_PERL%%/Dancer/Logger/Console.pm %%SITE_PERL%%/Dancer/Logger/File.pm +%%SITE_PERL%%/Dancer/MIME.pm %%SITE_PERL%%/Dancer/ModuleLoader.pm %%SITE_PERL%%/Dancer/Object.pm +%%SITE_PERL%%/Dancer/Object/Singleton.pm %%SITE_PERL%%/Dancer/Plugin.pm %%SITE_PERL%%/Dancer/Plugin/Ajax.pm %%SITE_PERL%%/Dancer/Plugins.pod @@ -54,13 +56,16 @@ %%SITE_PERL%%/Dancer/Test.pm %%SITE_PERL%%/Dancer/Timer.pm %%SITE_PERL%%/Dancer/Tutorial.pod +%%SITE_PERL%%/Dancer/Development/Integration.pod @dirrm %%SITE_PERL%%/Dancer/Template @dirrm %%SITE_PERL%%/Dancer/Session @dirrm %%SITE_PERL%%/Dancer/Serializer @dirrm %%SITE_PERL%%/Dancer/Route @dirrm %%SITE_PERL%%/Dancer/Request @dirrm %%SITE_PERL%%/Dancer/Plugin +@dirrm %%SITE_PERL%%/Dancer/Object @dirrm %%SITE_PERL%%/Dancer/Logger @dirrm %%SITE_PERL%%/Dancer/Handler +@dirrm %%SITE_PERL%%/Dancer/Development @dirrm %%SITE_PERL%%/Dancer @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer