svn commit: r329263 - head/www/p5-Dancer2
Wen Heping
wen at FreeBSD.org
Fri Oct 4 05:22:43 UTC 2013
Author: wen
Date: Fri Oct 4 05:22:42 2013
New Revision: 329263
URL: http://svnweb.freebsd.org/changeset/ports/329263
Log:
- Update to 0.10
Changes: http://cpansearch.perl.org/src/SUKRIA/Dancer2-0.10/Changes
- Support stage build
Modified:
head/www/p5-Dancer2/Makefile
head/www/p5-Dancer2/distinfo
head/www/p5-Dancer2/pkg-plist
Modified: head/www/p5-Dancer2/Makefile
==============================================================================
--- head/www/p5-Dancer2/Makefile Fri Oct 4 04:59:44 2013 (r329262)
+++ head/www/p5-Dancer2/Makefile Fri Oct 4 05:22:42 2013 (r329263)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Dancer2
-PORTVERSION= 0.08
+PORTVERSION= 0.10
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -94,7 +94,6 @@ MAN3= Dancer2.3 \
Dancer2::Logger::Note.3 \
Dancer2::Logger::Null.3 \
Dancer2::Manual.3 \
- Dancer2::ModuleLoader.3 \
Dancer2::Plugin.3 \
Dancer2::Plugin::Ajax.3 \
Dancer2::Plugins.3 \
@@ -110,5 +109,4 @@ MAN3= Dancer2.3 \
Dancer2::Test.3 \
Dancer2::Tutorial.3
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/www/p5-Dancer2/distinfo
==============================================================================
--- head/www/p5-Dancer2/distinfo Fri Oct 4 04:59:44 2013 (r329262)
+++ head/www/p5-Dancer2/distinfo Fri Oct 4 05:22:42 2013 (r329263)
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-0.08.tar.gz) = d53e10e854da53925d91d9f7944c74f8ea174933ba5b576da27e7bf3275a373a
-SIZE (Dancer2-0.08.tar.gz) = 232894
+SHA256 (Dancer2-0.10.tar.gz) = 8b7377583cf0c3023fc21e5950aaf246ccc490585c1f0862afa8c3a64a1003b0
+SIZE (Dancer2-0.10.tar.gz) = 241175
Modified: head/www/p5-Dancer2/pkg-plist
==============================================================================
--- head/www/p5-Dancer2/pkg-plist Fri Oct 4 04:59:44 2013 (r329262)
+++ head/www/p5-Dancer2/pkg-plist Fri Oct 4 05:22:42 2013 (r329263)
@@ -48,7 +48,6 @@ bin/dancer2
%%SITE_PERL%%/Dancer2/Logger/Note.pm
%%SITE_PERL%%/Dancer2/Logger/Null.pm
%%SITE_PERL%%/Dancer2/Manual.pod
-%%SITE_PERL%%/Dancer2/ModuleLoader.pm
%%SITE_PERL%%/Dancer2/Plugin.pm
%%SITE_PERL%%/Dancer2/Plugin/Ajax.pm
%%SITE_PERL%%/Dancer2/Plugins.pod
More information about the svn-ports-head
mailing list