Date: Sun, 22 Jun 2014 02:04:46 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358762 - head/www/p5-Dancer2 Message-ID: <201406220204.s5M24ke5035770@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406220204.s5M24ke5035770>