From owner-svn-ports-head@FreeBSD.ORG Sun Jun 22 02:04:46 2014 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 ESMTPS id 88186FB2; Sun, 22 Jun 2014 02:04:46 +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 759952861; Sun, 22 Jun 2014 02:04:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5M24kno035772; Sun, 22 Jun 2014 02:04:46 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5M24ke5035770; Sun, 22 Jun 2014 02:04:46 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201406220204.s5M24ke5035770@svn.freebsd.org> From: Wen Heping Date: Sun, 22 Jun 2014 02:04:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358762 - 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 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: Sun, 22 Jun 2014 02:04:46 -0000 Author: wen Date: Sun Jun 22 02:04:45 2014 New Revision: 358762 URL: http://svnweb.freebsd.org/changeset/ports/358762 QAT: https://qat.redports.org/buildarchive/r358762/ Log: - Fix plist Reported by: swill@ (Thanks !) Modified: head/www/p5-Dancer2/Makefile head/www/p5-Dancer2/pkg-plist Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Sun Jun 22 02:04:14 2014 (r358761) +++ head/www/p5-Dancer2/Makefile Sun Jun 22 02:04:45 2014 (r358762) @@ -3,6 +3,7 @@ PORTNAME= Dancer2 PORTVERSION= 0.141000 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Dancer2/pkg-plist ============================================================================== --- head/www/p5-Dancer2/pkg-plist Sun Jun 22 02:04:14 2014 (r358761) +++ head/www/p5-Dancer2/pkg-plist Sun Jun 22 02:04:45 2014 (r358762) @@ -74,6 +74,7 @@ bin/dancer2 %%SITE_PERL%%/Dancer2/Plugins.pod %%SITE_PERL%%/Dancer2/Serializer/Dumper.pm %%SITE_PERL%%/Dancer2/Serializer/JSON.pm +%%SITE_PERL%%/Dancer2/Serializer/Mutable.pm %%SITE_PERL%%/Dancer2/Serializer/YAML.pm %%SITE_PERL%%/Dancer2/Session/Simple.pm %%SITE_PERL%%/Dancer2/Session/YAML.pm @@ -136,6 +137,7 @@ bin/dancer2 %%PERL5_MAN3%%/Dancer2::Plugins.3.gz %%PERL5_MAN3%%/Dancer2::Serializer::Dumper.3.gz %%PERL5_MAN3%%/Dancer2::Serializer::JSON.3.gz +%%PERL5_MAN3%%/Dancer2::Serializer::Mutable.3.gz %%PERL5_MAN3%%/Dancer2::Serializer::YAML.3.gz %%PERL5_MAN3%%/Dancer2::Session::Simple.3.gz %%PERL5_MAN3%%/Dancer2::Session::YAML.3.gz