From owner-svn-ports-all@FreeBSD.ORG Sat Dec 13 09:30:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D977B8; Sat, 13 Dec 2014 09:30:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70B4BF8D; Sat, 13 Dec 2014 09:30:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBD9U192050216; Sat, 13 Dec 2014 09:30:01 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBD9U0wB050193; Sat, 13 Dec 2014 09:30:00 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201412130930.sBD9U0wB050193@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 13 Dec 2014 09:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374642 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2014 09:30:01 -0000 Author: wen Date: Sat Dec 13 09:29:59 2014 New Revision: 374642 URL: https://svnweb.freebsd.org/changeset/ports/374642 QAT: https://qat.redports.org/buildarchive/r374642/ Log: - Update to 0.156001 Changes: http://search.cpan.org/src/XSAWYERX/Dancer2-0.156001/Changes 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 Sat Dec 13 09:06:09 2014 (r374641) +++ head/www/p5-Dancer2/Makefile Sat Dec 13 09:29:59 2014 (r374642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.155004 +PORTVERSION= 0.156001 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Sat Dec 13 09:06:09 2014 (r374641) +++ head/www/p5-Dancer2/distinfo Sat Dec 13 09:29:59 2014 (r374642) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-0.155004.tar.gz) = 0a2a3613a0e2793e5bc0a5d17b2b41fb432b19c85c3e4e413f6b5cbd4a4f94f7 -SIZE (Dancer2-0.155004.tar.gz) = 287322 +SHA256 (Dancer2-0.156001.tar.gz) = da23b1d02854bb199fff6d0d4dd08ccff34d8eb69b1a24b759fc1e43b5a418bf +SIZE (Dancer2-0.156001.tar.gz) = 303645 Modified: head/www/p5-Dancer2/pkg-plist ============================================================================== --- head/www/p5-Dancer2/pkg-plist Sat Dec 13 09:06:09 2014 (r374641) +++ head/www/p5-Dancer2/pkg-plist Sat Dec 13 09:29:59 2014 (r374642) @@ -3,6 +3,7 @@ bin/dancer2 %%SITE_PERL%%/auto/share/dist/Dancer2/skel/Makefile.PL %%SITE_PERL%%/auto/share/dist/Dancer2/skel/config.yml %%SITE_PERL%%/auto/share/dist/Dancer2/skel/bin/+app.pl +%%SITE_PERL%%/auto/share/dist/Dancer2/skel/cpanfile %%SITE_PERL%%/auto/share/dist/Dancer2/skel/environments/development.yml %%SITE_PERL%%/auto/share/dist/Dancer2/skel/environments/production.yml %%SITE_PERL%%/auto/share/dist/Dancer2/skel/lib/AppFile.pm