diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2011-02-25 10:06:45 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2011-02-25 10:06:45 +0800 |
commit | cbfd4ab457f23309d4a2a8ce3b35f1f20da86cc0 (patch) | |
tree | f6999b451ef9e1fd1753ac79eb55bf94de2cdc82 | |
parent | 81b3f45618d19cf52ef4de019c511774ec7d2666 (diff) | |
download | freebsd-ports-gnome-cbfd4ab457f23309d4a2a8ce3b35f1f20da86cc0.tar.gz freebsd-ports-gnome-cbfd4ab457f23309d4a2a8ce3b35f1f20da86cc0.tar.zst freebsd-ports-gnome-cbfd4ab457f23309d4a2a8ce3b35f1f20da86cc0.zip |
- Upgrade to 1.3011 [1].
- Add $LICENSE [2].
PR: ports/154379 [1], ports/153321 [2]
Submitted by: Steve Wills <steve@mouf.net> [1],
Grzegorz Blach <magik@roorback.net> [2]
-rw-r--r-- | www/p5-Dancer/Makefile | 11 | ||||
-rw-r--r-- | www/p5-Dancer/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Dancer/pkg-plist | 5 |
3 files changed, 16 insertions, 4 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile index 47c087f876b9..156a4d6cd05e 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -6,10 +6,10 @@ # PORTNAME= Dancer -PORTVERSION= 1.2003 +PORTVERSION= 1.3011 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 @@ -25,6 +25,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} OPTIONS= YAML "Enable YAML implementation in Perl" On +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + .include <bsd.port.options.mk> .if defined(WITH_YAML) @@ -41,6 +44,7 @@ MAN3= Dancer.3 \ Dancer::Cookies.3 \ Dancer::Deployment.3 \ Dancer::Development.3 \ + Dancer::Development::Integration.3 \ Dancer::Engine.3 \ Dancer::Error.3 \ Dancer::FileUtils.3 \ @@ -51,13 +55,16 @@ MAN3= Dancer.3 \ 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 \ diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo index 85af60a4b21d..a8573e2c1827 100644 --- a/www/p5-Dancer/distinfo +++ b/www/p5-Dancer/distinfo @@ -1,2 +1,2 @@ -SHA256 (Dancer-1.2003.tar.gz) = ac8ae4b97967992678e3103cfb6b2e7905689d3ac78f19e84ec52c2ae38176b5 -SIZE (Dancer-1.2003.tar.gz) = 202052 +SHA256 (Dancer-1.3011.tar.gz) = 8b7442ef83539c772039e28c7a8c0ff590644ce8d6d60c5133a87f35bb3bac84 +SIZE (Dancer-1.3011.tar.gz) = 226482 diff --git a/www/p5-Dancer/pkg-plist b/www/p5-Dancer/pkg-plist index 0c964881dc41..e282ce744c85 100644 --- a/www/p5-Dancer/pkg-plist +++ b/www/p5-Dancer/pkg-plist @@ -8,6 +8,7 @@ bin/dancer %%SITE_PERL%%/Dancer/Cookies.pm %%SITE_PERL%%/Dancer/Deployment.pod %%SITE_PERL%%/Dancer/Development.pod +%%SITE_PERL%%/Dancer/Development/Integration.pod %%SITE_PERL%%/Dancer/Engine.pm %%SITE_PERL%%/Dancer/Error.pm %%SITE_PERL%%/Dancer/FileUtils.pm @@ -23,8 +24,10 @@ bin/dancer %%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 @@ -60,7 +63,9 @@ bin/dancer @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 |