From owner-svn-ports-head@FreeBSD.ORG Thu Dec 25 12:55:55 2014 Return-Path: Delivered-To: svn-ports-head@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 24BA1202; Thu, 25 Dec 2014 12:55:55 +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 EB0E92F67; Thu, 25 Dec 2014 12:55:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPCtsPi092778; Thu, 25 Dec 2014 12:55:54 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBPCts8a092772; Thu, 25 Dec 2014 12:55:54 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201412251255.sBPCts8a092772@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 25 Dec 2014 12:55:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375543 - 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.18-1 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: Thu, 25 Dec 2014 12:55:55 -0000 Author: wen Date: Thu Dec 25 12:55:53 2014 New Revision: 375543 URL: https://svnweb.freebsd.org/changeset/ports/375543 QAT: https://qat.redports.org/buildarchive/r375543/ Log: - Update to 0.157001 Changes: http://cpansearch.perl.org/src/XSAWYERX/Dancer2-0.157001/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 Thu Dec 25 12:49:14 2014 (r375542) +++ head/www/p5-Dancer2/Makefile Thu Dec 25 12:55:53 2014 (r375543) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.156001 +PORTVERSION= 0.157001 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Thu Dec 25 12:49:14 2014 (r375542) +++ head/www/p5-Dancer2/distinfo Thu Dec 25 12:55:53 2014 (r375543) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-0.156001.tar.gz) = da23b1d02854bb199fff6d0d4dd08ccff34d8eb69b1a24b759fc1e43b5a418bf -SIZE (Dancer2-0.156001.tar.gz) = 303645 +SHA256 (Dancer2-0.157001.tar.gz) = 761b4e2189b4c4c021dcdb71480f9c58989fa4d5d8c9388e31c3ad8df255d9eb +SIZE (Dancer2-0.157001.tar.gz) = 291874 Modified: head/www/p5-Dancer2/pkg-plist ============================================================================== --- head/www/p5-Dancer2/pkg-plist Thu Dec 25 12:49:14 2014 (r375542) +++ head/www/p5-Dancer2/pkg-plist Thu Dec 25 12:55:53 2014 (r375543) @@ -2,7 +2,7 @@ bin/dancer2 %%SITE_PERL%%/auto/share/dist/Dancer2/skel/MANIFEST.SKIP %%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/bin/+app.psgi %%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