From owner-svn-ports-head@FreeBSD.ORG Fri Oct 4 05:22:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6267D71; Fri, 4 Oct 2013 05:22:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 359782544; Fri, 4 Oct 2013 05:22:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r945Mgba090477; Fri, 4 Oct 2013 05:22:43 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r945Mgun090474; Fri, 4 Oct 2013 05:22:42 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201310040522.r945Mgun090474@svn.freebsd.org> From: Wen Heping Date: Fri, 4 Oct 2013 05:22:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329263 - head/www/p5-Dancer2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Oct 2013 05:22:43 -0000 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 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